[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1423097592.git.tgraf@suug.ch>
Date: Thu, 5 Feb 2015 02:03:30 +0100
From: Thomas Graf <tgraf@...g.ch>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, herbert@...dor.apana.org.au,
ying.xue@...driver.com
Subject: [PATCH 0/6 v2 net-next] rhashtable fixes
This series fixes all remaining known issues with rhashtable that
have been reported. In particular the race condition reported by
Ying Xue.
---
Dave/Herbert: I'm posting this now as it fixes real issues. I'm
fine with taking Herbert's rehash patches instead if they resolve
all the reported issues as well.
v2:
- Rebased on top of Herbert Xu's iterator code
- Fixed last remaining race that remained. Special thanks
to Daniel Borkmann for assistance while debugging.
Thomas Graf (6):
rhashtable: key_hashfn() must return full hash value
rhashtable: Use a single bucket lock for sibling buckets
rhashtable: Wait for RCU readers after final unzip work
rhashtable: Dump bucket tables on locking violation under
PROVE_LOCKING
rhashtable: Add more lock verification
rhashtable: Avoid bucket cross reference after removal
lib/rhashtable.c | 305 ++++++++++++++++++++++++++++++-------------------------
1 file changed, 167 insertions(+), 138 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists