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

2020-07-28 Thread David Miller
From: Herbert Xu 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 applie

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

2020-07-24 Thread Herbert Xu
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, -- Emai

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

2020-07-23 Thread Herbert Xu
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, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/