Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753273AbbLCRGq (ORCPT ); Thu, 3 Dec 2015 12:06:46 -0500 Received: from shards.monkeyblade.net ([149.20.54.216]:41411 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753130AbbLCRGo (ORCPT ); Thu, 3 Dec 2015 12:06:44 -0500 Date: Thu, 03 Dec 2015 12:06:41 -0500 (EST) Message-Id: <20151203.120641.1445164595074464179.davem@davemloft.net> To: eric.dumazet@gmail.com Cc: daniel@iogearbox.net, dvyukov@google.com, kuznet@ms2.inr.ac.ru, jmorris@namei.org, yoshfuji@linux-ipv6.org, kaber@trash.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, vyasevich@gmail.com, nhorman@tuxdriver.com, linux-sctp@vger.kernel.org, syzkaller@googlegroups.com, kcc@google.com, glider@google.com, sasha.levin@oracle.com, edumazet@google.com Subject: Re: [PATCH net] ipv6: sctp: implement sctp_v6_destroy_sock() From: David Miller In-Reply-To: <1448983207.25582.29.camel@edumazet-glaptop2.roam.corp.google.com> References: <565DAD8D.9020800@iogearbox.net> <1448980723.25582.24.camel@edumazet-glaptop2.roam.corp.google.com> <1448983207.25582.29.camel@edumazet-glaptop2.roam.corp.google.com> X-Mailer: Mew version 6.6 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 03 Dec 2015 09:06:43 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 674 Lines: 19 From: Eric Dumazet Date: Tue, 01 Dec 2015 07:20:07 -0800 > From: Eric Dumazet > > Dmitry Vyukov reported a memory leak using IPV6 SCTP sockets. > > We need to call inet6_destroy_sock() to properly release > inet6 specific fields. > > Reported-by: Dmitry Vyukov > Signed-off-by: Eric Dumazet Applied and queued up for -stable, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/