mbox series

[net-next,0/2] r8169: replace custom flag with disable_work() et al

Message ID 358ef0cd-2191-4793-9604-0e180a19f272@gmail.com (mailing list archive)
Headers show
Series r8169: replace custom flag with disable_work() et al | expand

Message

Heiner Kallweit Oct. 16, 2024, 8:04 p.m. UTC
This series removes RTNL lock from rtl_task(), what is a requirement
for patch 2, where instead of a custom flag we use disable_work() et al
to define when work is allowed to be scheduled.

Heiner Kallweit (2):
  r8169: don't take RTNL lock in rtl_task()
  r8169: replace custom flag with disable_work() et al

 drivers/net/ethernet/realtek/r8169_main.c | 24 +++++++----------------
 1 file changed, 7 insertions(+), 17 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 20, 2024, 4:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Andrew Lunn <andrew@lunn.ch>:

On Wed, 16 Oct 2024 22:04:44 +0200 you wrote:
> This series removes RTNL lock from rtl_task(), what is a requirement
> for patch 2, where instead of a custom flag we use disable_work() et al
> to define when work is allowed to be scheduled.
> 
> Heiner Kallweit (2):
>   r8169: don't take RTNL lock in rtl_task()
>   r8169: replace custom flag with disable_work() et al
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] r8169: don't take RTNL lock in rtl_task()
    https://git.kernel.org/netdev/net-next/c/ac48430368c1
  - [net-next,2/2] r8169: replace custom flag with disable_work() et al
    https://git.kernel.org/netdev/net-next/c/e2015942e90a

You are awesome, thank you!