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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B51F3EC8750 for ; Thu, 7 Sep 2023 19:19:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233118AbjIGTTj (ORCPT ); Thu, 7 Sep 2023 15:19:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43602 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233772AbjIGTTj (ORCPT ); Thu, 7 Sep 2023 15:19:39 -0400 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8BBFCBC for ; Thu, 7 Sep 2023 12:19:33 -0700 (PDT) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1qeCHp-0000Ig-UN; Thu, 07 Sep 2023 12:30:57 +0200 Date: Thu, 7 Sep 2023 12:30:57 +0200 From: Phil Sutter To: Florian Westphal Cc: netdev@vger.kernel.org, Paolo Abeni , "David S. Miller" , Eric Dumazet , Jakub Kicinski , netfilter-devel@vger.kernel.org, Pablo Neira Ayuso Subject: Re: [PATCH net 6/6] netfilter: nf_tables: Unbreak audit log reset Message-ID: Mail-Followup-To: Phil Sutter , Florian Westphal , netdev@vger.kernel.org, Paolo Abeni , "David S. Miller" , Eric Dumazet , Jakub Kicinski , netfilter-devel@vger.kernel.org, Pablo Neira Ayuso References: <20230906162525.11079-1-fw@strlen.de> <20230906162525.11079-7-fw@strlen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Thu, Sep 07, 2023 at 12:41:37AM +0200, Florian Westphal wrote: > Phil Sutter wrote: > > On Wed, Sep 06, 2023 at 06:25:12PM +0200, Florian Westphal wrote: > > > From: Pablo Neira Ayuso > > > > > > Deliver audit log from __nf_tables_dump_rules(), table dereference at > > > the end of the table list loop might point to the list head, leading to > > > this crash. > > > > There are a few issues with this patch, can we please drop it from this > > MR for now? > > If this were a change that *adds* a kernel crash, then, sure. > But this fixes a crash, so I see no reason to keep it back. > > Please do an incremental followup instead. ACK, I'll do that instead. Thanks, Phil