From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net 0/2] ipv6: fix issues on accessing fib6_metrics Date: Tue, 18 Sep 2018 20:17:15 -0700 (PDT) Message-ID: <20180918.201715.58295663306899124.davem@redhat.com> References: <20180918204500.106240-1-tracywwnj@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, edumazet@google.com, dsahern@gmail.com, xiyou.wangcong@gmail.com, sd@queasysnail.net To: weiwan@google.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56918 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725870AbeISIxH (ORCPT ); Wed, 19 Sep 2018 04:53:07 -0400 In-Reply-To: <20180918204500.106240-1-tracywwnj@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Wei Wang Date: Tue, 18 Sep 2018 13:44:58 -0700 > From: Wei Wang > > The latest fix on the memory leak of fib6_metrics still causes > use-after-free. > This patch series first revert the previous fix and propose a new fix > that is more inline with ipv4 logic and is tested to fix the > use-after-free issue reported. Series applied.