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

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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24  1:08 [PATCH 0/2] rhashtable: Fix unprotected RCU dereference in __rht_ptr Herbert Xu
2020-07-24  1:13 ` [PATCH 1/2] " Herbert Xu
2020-07-24  1:18 ` [PATCH 2/2] rhashtable: Restore RCU marking on rhash_lock_head Herbert Xu
2020-07-24  9:15   ` kernel test robot
2020-07-24  9:15     ` kernel test robot

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.