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: Wed, 6 May 2020 19:50:52 +0530 From: ashwin-h <ashwinh@...are.com> To: <vyasevich@...il.com>, <nhorman@...driver.com> CC: <davem@...emloft.net>, <linux-sctp@...r.kernel.org>, <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>, <srivatsab@...are.com>, <srivatsa@...il.mit.edu>, <rostedt@...dmis.org>, <srostedt@...are.com>, <gregkh@...uxfoundation.org>, <ashwin.hiranniah@...il.com>, ashwin-h <ashwinh@...are.com> Subject: [PATCH 0/2] Backport to 4.19 - sctp: fully support memory accounting Backport below upstream commits to 4.19 to address CVE-2019-3874. 1033990ac5b2ab6cee93734cb6d301aa3a35bcaa sctp: implement memory accounting on tx path 9dde27de3e5efa0d032f3c891a0ca833a0d31911 sctp: implement memory accounting on rx path Xin Long (2): sctp: implement memory accounting on tx path sctp: implement memory accounting on rx path include/net/sctp/sctp.h | 2 +- net/sctp/sm_statefuns.c | 6 ++++-- net/sctp/socket.c | 10 ++++++++-- net/sctp/ulpevent.c | 19 ++++++++----------- net/sctp/ulpqueue.c | 3 ++- 5 files changed, 23 insertions(+), 17 deletions(-) -- 2.7.4
Powered by blists - more mailing lists