[PATCH v2] rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()

patchwork-bot+netdevbpf at kernel.org patchwork-bot+netdevbpf at kernel.org
Tue Apr 30 18:40:31 PDT 2024


Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba at kernel.org>:

On Sun, 28 Apr 2024 19:16:38 +0800 you wrote:
> rxrpc_alloc_data_txbuf() may be called with data_align being
> zero in none_alloc_txbuf() and rxkad_alloc_txbuf(), data_align
> is supposed to be an order-based alignment value, but zero is
> not a valid order-based alignment value, and '~(data_align - 1)'
> doesn't result in a valid mask-based alignment value for
> __page_frag_alloc_align().
> 
> [...]

Here is the summary with links:
  - [v2] rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()
    https://git.kernel.org/netdev/net/c/9f8eeea1643c

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html





More information about the linux-afs mailing list