From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Wed, 06 May 2020 06:47:03 +0000 Subject: Re: [PATCH 0/2] Backport to 4.19 - sctp: fully support memory accounting Message-Id: <20200506064703.GA2273049@kroah.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ashwin-h Cc: vyasevich@gmail.com, nhorman@tuxdriver.com, davem@davemloft.net, linux-sctp@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, srivatsab@vmware.com, srivatsa@csail.mit.edu, rostedt@goodmis.org, srostedt@vmware.com, ashwin.hiranniah@gmail.com On Wed, May 06, 2020 at 07:50:52PM +0530, ashwin-h wrote: > 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 > This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4ECACC28CBC for ; Wed, 6 May 2020 06:47:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 22ACC20714 for ; Wed, 6 May 2020 06:47:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588747628; bh=aKk/pN/cUJn3REjudMML6/onOxG2p84gG9MnT2qH7i8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Th2SYQpLWbVavnkxWpZBi5Xu4+OboKvJ+wcBPWrqDFJrsG9wmBeOKCHEucmEEdpK5 cmzpC1LedH2lRhVNzchNrnq76JPVgC5b9N4CnfQyIaaj8aq2gkfK3NT5w5sHMRWnz8 JLuQpfXX63y0anVXFdPW6R25y/dwb7aZ91s3cwag= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728095AbgEFGrG (ORCPT ); Wed, 6 May 2020 02:47:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:33978 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727859AbgEFGrG (ORCPT ); Wed, 6 May 2020 02:47:06 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 298CB206F9; Wed, 6 May 2020 06:47:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588747625; bh=aKk/pN/cUJn3REjudMML6/onOxG2p84gG9MnT2qH7i8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gUeRsQ1vavsKSFzz7n4A7lOGR8bCY2r4BfX+SAquJ5tN9tZLG7gzyGHRUkfTkYXqs eqcY44b+nMHndqsryyu1Yn1bnQIOoByxTXhRRVbBRn8c9hQzRqHK1ASoesDxwMwS5C UCphDaZHGPuEMdE5/zc0VkhhiRlBt+6eHfxBfm7k= Date: Wed, 6 May 2020 08:47:03 +0200 From: Greg KH To: ashwin-h Cc: vyasevich@gmail.com, nhorman@tuxdriver.com, davem@davemloft.net, linux-sctp@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, srivatsab@vmware.com, srivatsa@csail.mit.edu, rostedt@goodmis.org, srostedt@vmware.com, ashwin.hiranniah@gmail.com Subject: Re: [PATCH 0/2] Backport to 4.19 - sctp: fully support memory accounting Message-ID: <20200506064703.GA2273049@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 06, 2020 at 07:50:52PM +0530, ashwin-h wrote: > 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 > This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.