From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH v2 net] inet: frags: rework rhashtable dismantle Date: Tue, 2 Oct 2018 18:52:01 -0700 Message-ID: References: <20181002054917.37102-1-edumazet@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev , Eric Dumazet , Thomas Graf , Herbert Xu To: Eric Dumazet , "David S . Miller" Return-path: Received: from mail-pf1-f180.google.com ([209.85.210.180]:35358 "EHLO mail-pf1-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726120AbeJCIiQ (ORCPT ); Wed, 3 Oct 2018 04:38:16 -0400 Received: by mail-pf1-f180.google.com with SMTP id p12-v6so869656pfh.2 for ; Tue, 02 Oct 2018 18:52:04 -0700 (PDT) In-Reply-To: <20181002054917.37102-1-edumazet@google.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 10/01/2018 10:49 PM, Eric Dumazet wrote: > syszbot found an interesting use-after-free [1] happening > while IPv4 fragment rhashtable was destroyed at netns dismantle. > David, please do not apply this patch. I am working on another version, a bit more polished and allowing for more parallelism. Thanks