mbox series

[0/2] rhashtable: Fix unprotected RCU dereference in __rht_ptr

Message ID 20200724010823.GA8549@gondor.apana.org.au
Headers show
Series rhashtable: Fix unprotected RCU dereference in __rht_ptr | expand

Message

Herbert Xu July 24, 2020, 1:08 a.m. UTC
This patch series fixes an unprotected dereference in __rht_ptr.
The first patch is a minimal fix that does not use the correct
RCU markings but is suitable for backport, and the second patch
cleans up the RCU markings.

Thanks,