]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'fib_trie_table_merge_fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 12 Mar 2015 22:26:58 +0000 (18:26 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Mar 2015 22:26:58 +0000 (18:26 -0400)
commit06741d055bb1a630f793e36a486a209698ea672b
treec3b581a4c65b4e1dcad5f76138c252608c558360
parent80f1d68ccba70b1060c9c7360ca83da430f66bed
parent0b65bd97ba5fc2c43fa4d077e7420f3ec09a40b3
Merge branch 'fib_trie_table_merge_fixes'

Alexander Duyck says:

====================
fib_trie: Minor fixes for table merge

This patch set addresses two issues reported with the tables merged, the
first is a NULL pointer dereference, and the other is to remove a WARN_ON
and set the ordering for aliases from different tables with the same slen
values.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>