All of lore.kernel.org
 help / color / mirror / Atom feed
* [v2 PATCH 0/2] rhashtable: Fix unprotected RCU dereference in __rht_ptr
@ 2020-07-24 10:12 Herbert Xu
  2020-07-24 10:12 ` [v2 PATCH 1/2] " Herbert Xu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Herbert Xu @ 2020-07-24 10:12 UTC (permalink / raw)
  To: Eric Dumazet, Gong, Sishuai, tgraf, netdev, Sousa da Fonseca, Pedro Jose

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,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-29  0:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 10:12 [v2 PATCH 0/2] rhashtable: Fix unprotected RCU dereference in __rht_ptr Herbert Xu
2020-07-24 10:12 ` [v2 PATCH 1/2] " Herbert Xu
2020-07-24 10:14 ` [v2 PATCH 2/2] rhashtable: Restore RCU marking on rhash_lock_head Herbert Xu
2020-07-29  0:10 ` [v2 PATCH 0/2] rhashtable: Fix unprotected RCU dereference in __rht_ptr David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.