From: David S. Miller Date: Sat, 3 Jan 2015 19:33:03 +0000 (-0500) Subject: Merge branch 'rhashtable-next' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7beceebf5b9d14e333ab6025a6feccdc8e765225;p=linux-beck.git Merge branch 'rhashtable-next' Thomas Graf says: ==================== rhashtable: Per bucket locks & deferred table resizing Prepares for and introduces per bucket spinlocks and deferred table resizing. This allows for parallel table mutations in different hash buckets from atomic context. The resizing occurs in the background in a separate worker thread while lookups, inserts, and removals can continue. Also modified the chain linked list to be terminated with a special nulls marker to allow entries to move between multiple lists. Last but not least, reintroduces lockless netlink_lookup() with deferred Netlink socket destruction to avoid the side effect of increased netlink_release() runtime. ==================== Signed-off-by: David S. Miller --- 7beceebf5b9d14e333ab6025a6feccdc8e765225