mbox series

[net,v2,0/2] net: lan966x: Fixes for sleep in atomic context

Message ID 20220125114816.187124-1-horatiu.vultur@microchip.com (mailing list archive)
Headers show
Series net: lan966x: Fixes for sleep in atomic context | expand

Message

Horatiu Vultur Jan. 25, 2022, 11:48 a.m. UTC
This patch series contains 2 fixes for lan966x that is sleeping in atomic
context. The first patch fixes the injection of the frames while the second
one fixes the updating of the MAC table.

v1->v2:
 - correct the fix tag in the second patch, it was using the wrong sha.

Horatiu Vultur (2):
  net: lan966x: Fix sleep in atomic context when injecting frames
  net: lan966x: Fix sleep in atomic context when updating MAC table

 drivers/net/ethernet/microchip/lan966x/lan966x_mac.c  | 11 ++++++-----
 drivers/net/ethernet/microchip/lan966x/lan966x_main.c |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 26, 2022, 3:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Tue, 25 Jan 2022 12:48:14 +0100 you wrote:
> This patch series contains 2 fixes for lan966x that is sleeping in atomic
> context. The first patch fixes the injection of the frames while the second
> one fixes the updating of the MAC table.
> 
> v1->v2:
>  - correct the fix tag in the second patch, it was using the wrong sha.
> 
> [...]

Here is the summary with links:
  - [net,v2,1/2] net: lan966x: Fix sleep in atomic context when injecting frames
    https://git.kernel.org/netdev/net/c/b6ab149654ef
  - [net,v2,2/2] net: lan966x: Fix sleep in atomic context when updating MAC table
    https://git.kernel.org/netdev/net/c/77bdaf39f3c8

You are awesome, thank you!