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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 29 Dec 2020 15:40:06 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Zheng Yongjun <zhengyongjun3@...wei.com> Cc: john.fastabend@...il.com, daniel@...earbox.net, jakub@...udflare.com, lmb@...udflare.com, davem@...emloft.net, kuba@...nel.org, netdev@...r.kernel.org, bpf@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH net-next] net: core: Replace fput with sockfd_put Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Tue, 29 Dec 2020 21:48:34 +0800 you wrote: > The function sockfd_lookup uses fget on the value that is stored in > the file field of the returned structure, so fput should ultimately be > applied to this value. This can be done directly, but it seems better > to use the specific macro sockfd_put, which does the same thing. > > The problem was fixed using the following semantic patch. > (http://www.emn.fr/x-info/coccinelle/) > > [...] Here is the summary with links: - [net-next] net: core: Replace fput with sockfd_put https://git.kernel.org/bpf/bpf-next/c/f734031bb4c7 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