[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <152540595840.18473.11298241115621799037.stgit@noble>
Date: Fri, 04 May 2018 13:54:14 +1000
From: NeilBrown <neilb@...e.com>
To: Thomas Graf <tgraf@...g.ch>,
Herbert Xu <herbert@...dor.apana.org.au>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/8] Assorted rhashtable fixes and cleanups
This series contains some bugfixes, mostly minor though one
is worthy of a stable backport I think - tagged with Fixes and Cc: stable.
Then there are improvements to walking, which have been discussed
to some degree already.
Finally a code simplification which I think is correct...
Thanks,
NeilBrown
---
NeilBrown (8):
rhashtable: silence RCU warning in rhashtable_test.
rhashtable: remove nulls_base and related code.
rhashtable: use cmpxchg() to protect ->future_tbl.
rhashtable: fix race in nested_table_alloc()
rhashtable: remove rhashtable_walk_peek()
rhashtable: further improve stability of rhashtable_walk
rhashtable: add rhashtable_walk_prev()
rhashtable: don't hold lock on first table throughout insertion.
include/linux/rhashtable.h | 61 +++----------
lib/rhashtable.c | 202 +++++++++++++++++++++-----------------------
lib/test_rhashtable.c | 8 +-
3 files changed, 113 insertions(+), 158 deletions(-)
--
Signature
Powered by blists - more mailing lists