[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <163542900765.8409.15157964657656116698.git-patchwork-notify@kernel.org>
Date: Thu, 28 Oct 2021 13:50:07 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Yuiko Oshino <yuiko.oshino@...rochip.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org,
bryan.whitehead@...rochip.com, UNGLinuxDriver@...rochip.com
Subject: Re: [PATCH net] net: ethernet: microchip: lan743x: Fix skb allocation
failure
Hello:
This patch was applied to netdev/net.git (master)
by David S. Miller <davem@...emloft.net>:
On Wed, 27 Oct 2021 14:23:02 -0400 you wrote:
> The driver allocates skb during ndo_open with GFP_ATOMIC which has high chance of failure when there are multiple instances.
> GFP_KERNEL is enough while open and use GFP_ATOMIC only from interrupt context.
>
> Fixes: 23f0703c125b ("lan743x: Add main source files for new lan743x driver")
> Signed-off-by: Yuiko Oshino <yuiko.oshino@...rochip.com>
> ---
> drivers/net/ethernet/microchip/lan743x_main.c | 13 +++++++++----
> 1 file changed, 9 insertions(+), 4 deletions(-)
Here is the summary with links:
- [net] net: ethernet: microchip: lan743x: Fix skb allocation failure
https://git.kernel.org/netdev/net/c/e8684db191e4
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists