]> git.baikalelectronics.ru Git - kernel.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)
commita891e74f87a51b74372195f89f0eef65aa949e71
treec3b581a4c65b4e1dcad5f76138c252608c558360
parent1c9335fa6f8f343e8a25f0545868073c7914f877
parent87608c4958a07f540a5b32563fce5c5f95f41ec3
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>