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: <169632242601.9748.14967908798498404874.git-patchwork-notify@kernel.org> Date: Tue, 03 Oct 2023 08:40:26 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Gustavo A. R. Silva <gustavoars@...nel.org> Cc: aelior@...vell.com, manishc@...vell.com, davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, Michal.Kalderon@...ium.com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, linux-hardening@...r.kernel.org Subject: Re: [PATCH] qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni <pabeni@...hat.com>: On Sat, 23 Sep 2023 19:15:59 -0600 you wrote: > The flexible structure (a structure that contains a flexible-array member > at the end) `qed_ll2_tx_packet` is nested within the second layer of > `struct qed_ll2_info`: > > struct qed_ll2_tx_packet { > ... > /* Flexible Array of bds_set determined by max_bds_per_packet */ > struct { > struct core_tx_bd *txq_bd; > dma_addr_t tx_frag; > u16 frag_len; > } bds_set[]; > }; > > [...] Here is the summary with links: - qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info https://git.kernel.org/netdev/net/c/eea03d18af9c 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