Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1105867pxj; Sat, 8 May 2021 07:50:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxvqISv8/q76XHExajIIi8/QwX31jDvp3WmjRywn5WDknjdRdKxvR8cvj64PYZr7YcGB3Tz X-Received: by 2002:a05:6e02:2144:: with SMTP id d4mr4990623ilv.84.1620485459562; Sat, 08 May 2021 07:50:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620485459; cv=none; d=google.com; s=arc-20160816; b=Wdm2KyPa1tVbDEWSvL9V0usWzHsl8vSJTZkVFR0sHlGUFcFMFW3NlhxyXKSm2PUZ+k 7UxhERUzggCRoyJiwWAl0EMKw4fFnXsIeDJ2x87Il841x8D1w9o75AcOtzJQzy7IqEix WVQcJqYLSopbVwEjZ3kD4qdVb7+XSpLGuW+1ubQHpYjO2JqT2oCwZ3ddfFZyiuI9xWrE 1PiGXuk7bMfMGmmaEKOukNPuJqCFrAA6vBS/IiKSCM5nExScA0TlH8o9aPRlNI9jZcTG e2m3XIuYNH11eJcd7uFm+yczxThuPJnDTkkSkUsOE/lR6DrhTBL8qjvfVy46bfwGACqH Utyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=U7ftlItrKbCC48Kvr3xbrp7PQJfB6ltW8OTRjHlZ8wA=; b=b0Ywvm2D6It1kqrJIqiluewDDsQaYsc/NUebsu4ewdGoRv+CSsQBlAwtfrIlE4OUEB IMM8Wu3DWU2xwPFhml28JjGP3ziO/P6qGFC/tmRmyE6MTq3RU+dP4XrqVJm+qnBJzZal OWhOg1CJvIfDnUishMIMqiU6PRas2ELUfXOM3u2alkqXgGqhfT9GuVgUyOdKQHB3lFo7 eX+HwAFvbsbdYYg1ojyTUgf851qK08eDpWigidWjKP1CLpUYnl/6usSUjJPfAkauUuQx Of/DJig4t7NNGZ5aVSNFHhlZ1G/VKNF+062t7MlMKxb/ZwE+ogEIzh4AEzDjx/NS5FOF MRWw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a13si10286576ilf.41.2021.05.08.07.50.45; Sat, 08 May 2021 07:50:59 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229575AbhEHOsH (ORCPT + 99 others); Sat, 8 May 2021 10:48:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229497AbhEHOsH (ORCPT ); Sat, 8 May 2021 10:48:07 -0400 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:12e:520::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF7DFC061574; Sat, 8 May 2021 07:47:05 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1lfOEL-0006F5-EK; Sat, 08 May 2021 16:46:57 +0200 Date: Sat, 8 May 2021 16:46:57 +0200 From: Florian Westphal To: Dmitry Vyukov Cc: syzbot , coreteam@netfilter.org, David Miller , Florian Westphal , Jozsef Kadlecsik , Jakub Kicinski , LKML , netdev , NetFilter , Pablo Neira Ayuso , syzkaller-bugs Subject: Re: [syzbot] WARNING in __nf_unregister_net_hook (4) Message-ID: <20210508144657.GC4038@breakpoint.cc> References: <0000000000008ce91e05bf9f62bc@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dmitry Vyukov wrote: > > IMPORTANT: if you fix the issue, please add the following tag to the commit: > > Reported-by: syzbot+154bd5be532a63aa778b@syzkaller.appspotmail.com > > Is this also fixed by "netfilter: arptables: use pernet ops struct > during unregister"? > The warning is the same, but the stack is different... No, this is a different bug. In both cases the caller attempts to unregister a hook that the core can't find, but in this case the caller is nftables, not arptables.