[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<173141043002.488443.17713500872713771818.git-patchwork-notify@kernel.org>
Date: Tue, 12 Nov 2024 11:20:30 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Breno Leitao <leitao@...ian.org>
Cc: corbet@....net, akinobu.mita@...il.com, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, horms@...nel.org,
akpm@...ux-foundation.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH net-next v6] net: Implement fault injection forcing skb
reallocation
Hello:
This patch was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@...hat.com>:
On Thu, 07 Nov 2024 08:11:44 -0800 you wrote:
> Introduce a fault injection mechanism to force skb reallocation. The
> primary goal is to catch bugs related to pointer invalidation after
> potential skb reallocation.
>
> The fault injection mechanism aims to identify scenarios where callers
> retain pointers to various headers in the skb but fail to reload these
> pointers after calling a function that may reallocate the data. This
> type of bug can lead to memory corruption or crashes if the old,
> now-invalid pointers are used.
>
> [...]
Here is the summary with links:
- [net-next,v6] net: Implement fault injection forcing skb reallocation
https://git.kernel.org/netdev/net-next/c/12079a59ce52
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