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: Fri, 4 Feb 2022 20:06:48 -0800 From: Jakub Kicinski <kuba@...nel.org> To: Eric Dumazet <eric.dumazet@...il.com> Cc: "David S . Miller" <davem@...emloft.net>, netdev <netdev@...r.kernel.org>, Eric Dumazet <edumazet@...gle.com>, syzbot <syzkaller@...glegroups.com>, Talal Ahmad <talalahmad@...gle.com>, Arjun Roy <arjunroy@...gle.com>, Willem de Bruijn <willemb@...gle.com>, Soheil Hassas Yeganeh <soheil@...gle.com> Subject: Re: [PATCH net] tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) case On Thu, 3 Feb 2022 14:55:47 -0800 Eric Dumazet wrote: > + if (!sk_wmem_schedule(sk, extra)) > + return ENOMEM; Let me make this negative when applying, looks like an inconsequential typo with current callers.
Powered by blists - more mailing lists