lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <174683343176.3841790.11524144387463205696.git-patchwork-notify@kernel.org> Date: Fri, 09 May 2025 23:30:31 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Cosmin Ratiu <cratiu@...dia.com> Cc: netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org, edumazet@...gle.com, andrew+netdev@...n.ch, pabeni@...hat.com, jdamato@...tly.com, shuah@...nel.org, sdf@...ichev.me, almasrymina@...gle.com, saeedm@...dia.com, tariqt@...dia.com, dtatulea@...dia.com, linux-kselftest@...r.kernel.org Subject: Re: [PATCH net v2] tests/ncdevmem: Fix double-free of queue array Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <kuba@...nel.org>: On Thu, 8 May 2025 11:44:34 +0300 you wrote: > netdev_bind_rx takes ownership of the queue array passed as parameter > and frees it, so a queue array buffer cannot be reused across multiple > netdev_bind_rx calls. > > This commit fixes that by always passing in a newly created queue array > to all netdev_bind_rx calls in ncdevmem. > > [...] Here is the summary with links: - [net,v2] tests/ncdevmem: Fix double-free of queue array https://git.kernel.org/netdev/net/c/97c4e094a4b2 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