netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] ipset patch for nf
@ 2024-06-17  9:18 Jozsef Kadlecsik
  2024-06-17  9:18 ` [PATCH 1/1] netfilter: ipset: Fix suspicious rcu_dereference_protected() Jozsef Kadlecsik
  0 siblings, 1 reply; 2+ messages in thread
From: Jozsef Kadlecsik @ 2024-06-17  9:18 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Pablo Neira Ayuso

Hi Pablo,

Please apply the next patch to the nf tree, which fixes a suspicious 
rcu_dereference_protected() call.

- The patch fixing the race between namespace cleanup and gc in ipset left 
  out checking the pernet exit phase when calling rcu_dereference_protected(),
  which thus resulted the suspicious RCU usage warning.

Best regards,
Jozsef

The following changes since commit 9bb49a1f0354a2ed2854af40d7051188b9b85837:

  netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type (2024-06-04 09:23:46 +0200)

are available in the Git repository at:

  git://blackhole.kfki.hu/nf 0eb942092ce49

for you to fetch changes up to 0eb942092ce49307042e4603917f1e126ca50394:

  netfilter: ipset: Fix suspicious rcu_dereference_protected() (2024-06-14 12:20:33 +0200)

----------------------------------------------------------------
Jozsef Kadlecsik (1):
      netfilter: ipset: Fix suspicious rcu_dereference_protected()

 net/netfilter/ipset/ip_set_core.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2024-06-17  9:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17  9:18 [PATCH 0/1] ipset patch for nf Jozsef Kadlecsik
2024-06-17  9:18 ` [PATCH 1/1] netfilter: ipset: Fix suspicious rcu_dereference_protected() Jozsef Kadlecsik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).