Re: [PATCH net 0/2] netpoll: Use RCU primitives for npinfo pointer access
From: Herbert Xu
Date: Mon Nov 18 2024 - 22:54:17 EST
On Tue, Nov 19, 2024 at 03:40:31AM +0000, patchwork-bot+netdevbpf@xxxxxxxxxx wrote:
> Hello:
>
> This series was applied to netdev/net.git (main)
> by Jakub Kicinski <kuba@xxxxxxxxxx>:
>
> On Mon, 18 Nov 2024 03:15:16 -0800 you wrote:
> > The net_device->npinfo pointer is marked with __rcu, indicating it requires
> > proper RCU access primitives:
> >
> > struct net_device {
> > ...
> > struct netpoll_info __rcu *npinfo;
> > ...
> > };
> >
> > [...]
>
> Here is the summary with links:
> - [net,1/2] netpoll: Use rcu_access_pointer() in __netpoll_setup
> https://git.kernel.org/netdev/net/c/c69c5e10adb9
> - [net,2/2] netpoll: Use rcu_access_pointer() in netpoll_poll_lock
> https://git.kernel.org/netdev/net/c/a57d5a72f8de
These are not bug fixes. They should not be going through during
a merge window, especially with such a short period of review.
Thanks,
--
Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt