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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F5C1C433DF for ; Thu, 15 Oct 2020 18:04:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E17782145D for ; Thu, 15 Oct 2020 18:04:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602785058; bh=p+alG96VqUHzWl/iQOrip1ok4bKiK0HcnG43T8fhhoA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=pH2ATFLi28nYtjAVmFbP3YtqI7Q10HlBmIAK00didXLjFYv0ej/zD1FBUL+/n58cx IOj2mkem3FkyOR0GlcQBeFpA6J3niCaH2lweZzwPr7J6ykmyjsPeffrn+sb3pAK2hq cFwd8yszyFR+dlBQTAGcqpFXo/RpfLTDZyDEZdxA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731180AbgJOSER (ORCPT ); Thu, 15 Oct 2020 14:04:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:52254 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726147AbgJOSER (ORCPT ); Thu, 15 Oct 2020 14:04:17 -0400 Received: from kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com (unknown [163.114.132.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E175720797; Thu, 15 Oct 2020 18:04:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602785056; bh=p+alG96VqUHzWl/iQOrip1ok4bKiK0HcnG43T8fhhoA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=SJuoRfy0QJPz03+HW9k8/hBgyICGcRUzaf6H5MAk04x8J8qNw347acMyl8IYgQcMl krZ7KvhGBcNBuT/HMQSRakPWnKwJU/OZvnIxpoMVK7J/69RFelISG5U4CCvRsv0NDw 4UHUH0lZKmTwVGpYLr3BWkkdhdtTVNACkC/gQQC4= Date: Thu, 15 Oct 2020 11:04:14 -0700 From: Jakub Kicinski To: Dmitry Vyukov Cc: syzbot , NetFilter , Pablo Neira Ayuso , syzkaller , Alexei Starovoitov , Daniel Borkmann , LKML , netdev , syzkaller-bugs Subject: Re: bpf-next test error: BUG: program execution failed: executor 0: exit status 67 Message-ID: <20201015110409.66a8a054@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <20201015110203.7cffc1d4@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> References: <000000000000376ecf05b1b92848@google.com> <20201015110203.7cffc1d4@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Thu, 15 Oct 2020 11:02:08 -0700 Jakub Kicinski wrote: > On Thu, 15 Oct 2020 19:46:35 +0200 Dmitry Vyukov wrote: > > On Thu, Oct 15, 2020 at 7:41 PM syzbot > > wrote: > > > > > > Hello, > > > > > > syzbot found the following issue on: > > > > > > HEAD commit: e688c3db bpf: Fix register equivalence tracking. > > > git tree: bpf-next > > > console output: https://syzkaller.appspot.com/x/log.txt?x=13d3c678500000 > > > kernel config: https://syzkaller.appspot.com/x/.config?x=ea7dc57e899da16d > > > dashboard link: https://syzkaller.appspot.com/bug?extid=5609d37b3a926aad75b7 > > > compiler: gcc (GCC) 10.1.0-syz 20200507 > > > > > > IMPORTANT: if you fix the issue, please add the following tag to the commit: > > > Reported-by: syzbot+5609d37b3a926aad75b7@syzkaller.appspotmail.com > > > > > > executing program > > > 2020/10/15 14:32:51 BUG: program execution failed: executor 0: exit status 67 > > > iptable checkpoint filter/2: getsockopt(IPT_SO_GET_INFO) (errno 22) > > > loop exited with status 67 > > > > > > iptable checkpoint filter/2: getsockopt(IPT_SO_GET_INFO) (errno 22) > > > loop exited with status 67 > > > > +netfilter maintainers > > > > It seems one of these recent commits broke netfiler. > > Since syzkaller uses netfiler for sandboxing, syzbot is currently down > > on bpf-next and linux-next. Other trees will follow once they merge > > the breakage. > > Do you have this? > > d25e2e9388ed ("netfilter: restore NF_INET_NUMHOOKS") Ah, you're saying it's just linux-next and bpf-next that's down. I think the quoted fix will hit bpf-next in a few hours. Thanks!