mbox series

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

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

Message

Herbert Xu July 24, 2020, 10:12 a.m. UTC
v2

Added another missing __rcu marker causing warnings.

--

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,

Comments

David Miller July 29, 2020, 12:10 a.m. UTC | #1
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: Fri, 24 Jul 2020 20:12:20 +1000

> 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.

Series applied, thank you.