Re: [PATCH ipsec-next 00/10] xfrm: fix most sparse warnings
From: Steffen Klassert <steffen.klassert@secunet.com>
Date: 2026-03-17 09:31:12
On Fri, Mar 13, 2026 at 08:48:17AM +0100, Steffen Klassert wrote:
On Mon, Mar 09, 2026 at 11:32:33AM +0100, Sabrina Dubroca wrote:quoted
This series fixes most of the sparse warnings currently reported about RCU pointers for files under net/xfrm. There's no actual bug in the current code, we only need to use the correct helpers in each context. Sabrina Dubroca (10): xfrm: state: fix sparse warnings on xfrm_state_hold_rcu xfrm: state: fix sparse warnings in xfrm_state_init xfrm: state: fix sparse warnings around XFRM_STATE_INSERT xfrm: state: add xfrm_state_deref_prot to state_by* walk under lock xfrm: remove rcu/state_hold from xfrm_state_lookup_spi_proto xfrm: state: silence sparse warnings during netns exit xfrm: policy: fix sparse warnings in xfrm_policy_{init,fini} xfrm: policy: silence sparse warning in xfrm_policy_unregister_afinfo xfrm: add rcu_access_pointer to silence sparse warning for xfrm_input_afinfo xfrm: avoid RCU warnings around the per-netns netlink socketSeries applied, thanks a ot Sabrina!
I forgot to mention, I've pulled this into the ipsec tree as I consider this as fixes to get rid of these warnings and the regression risk is pretty low.