mbox series

[net-next,0/2] net: track the queue count at unregistration

Message ID 20211207145725.352657-1-atenart@kernel.org (mailing list archive)
Headers show
Series net: track the queue count at unregistration | expand

Message

Antoine Tenart Dec. 7, 2021, 2:57 p.m. UTC
Hello,

Those two patches allow to track the Rx and Tx queue count at
unregistration and help in detecting illegal addition of Tx queues after
unregister (a warning is added).

This follows discussions on the following thread,
https://lore.kernel.org/all/20211122162007.303623-1-atenart@kernel.org/T/

A patch fixing one issue linked to this was merged ealier,
https://lore.kernel.org/all/20211203101318.435618-1-atenart@kernel.org/T/

Thanks,
Antoine

Antoine Tenart (2):
  net-sysfs: update the queue counts in the unregistration path
  net-sysfs: warn if new queue objects are being created during device
    unregistration

 net/core/net-sysfs.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 9, 2021, 2:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue,  7 Dec 2021 15:57:23 +0100 you wrote:
> Hello,
> 
> Those two patches allow to track the Rx and Tx queue count at
> unregistration and help in detecting illegal addition of Tx queues after
> unregister (a warning is added).
> 
> This follows discussions on the following thread,
> https://lore.kernel.org/all/20211122162007.303623-1-atenart@kernel.org/T/
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net-sysfs: update the queue counts in the unregistration path
    https://git.kernel.org/netdev/net-next/c/d7dac083414e
  - [net-next,2/2] net-sysfs: warn if new queue objects are being created during device unregistration
    https://git.kernel.org/netdev/net-next/c/5f1c802ca69b

You are awesome, thank you!