Re: [PATCH] appletalk: Fix skb allocation size in loopback case

2021-02-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 11 Feb 2021 21:27:54 -0800 you wrote: > If a DDP broadcast packet is sent out to a non-gateway target, it is > also looped back. There is a potential for the loopback device to have a > longer hardware header length than

[PATCH] appletalk: Fix skb allocation size in loopback case

2021-02-11 Thread Doug Brown
If a DDP broadcast packet is sent out to a non-gateway target, it is also looped back. There is a potential for the loopback device to have a longer hardware header length than the original target route's device, which can result in the skb not being created with enough room for the loopback device