Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller :
On Fri, 9 Aug 2024 14:01:24 -0700 you wrote:
> The MANA driver's RX buffer alloc_size is passed into napi_build_skb() to
> create SKB. skb_shinfo(skb) is located at the end of skb, and its alignment
> is affected by the
> Subject: [PATCH net] net: mana: Fix RX buf alloc_size alignment and atomic op
> panic
>
> The MANA driver's RX buffer alloc_size is passed into napi_build_skb() to
> create
> SKB. skb_shinfo(skb) is located at the end of skb, and its alignment is
> affected by
> the alloc_size passed into napi