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: <168544501945.15349.1447654214399471646.git-patchwork-notify@kernel.org> Date: Tue, 30 May 2023 11:10:19 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Christophe JAILLET <christophe.jaillet@...adoo.fr> Cc: dchickles@...vell.com, sburla@...vell.com, fmanlunas@...vell.com, davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org, netdev@...r.kernel.org Subject: Re: [PATCH net-next] liquidio: Use vzalloc() Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@...hat.com>: On Sat, 27 May 2023 21:40:08 +0200 you wrote: > Use vzalloc() instead of hand writing it with vmalloc()+memset(). > This is less verbose. > > Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr> > --- > drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.c | 4 +--- > drivers/net/ethernet/cavium/liquidio/cn23xx_vf_device.c | 4 +--- > 2 files changed, 2 insertions(+), 6 deletions(-) Here is the summary with links: - [net-next] liquidio: Use vzalloc() https://git.kernel.org/netdev/net-next/c/bb269633f3da 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