On Thu, Mar 08, 2018 at 01:54:57PM +0200, Paul Blakey wrote: > Suppress "suspicious rcu_dereference_protected() usage!" on duplicate > insertion test. > > Fixes: 499ac3b60f65 ('test_rhashtable: add test case for rhl_table with > duplicate objects') > Signed-off-by: Paul Blakey <pa...@mellanox.com>
This shouldn't be doing a table walk in the first place. You should convert it to using the table walk interface. Direct table walks are forbidden because they will break when you hit a resize. Cheers, -- Email: Herbert Xu <herb...@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt