From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oa1-f70.google.com (mail-oa1-f70.google.com [209.85.160.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CCBE22C0296 for ; Wed, 1 Apr 2026 14:27:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.85.160.70 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775053668; cv=none; b=e9WuwR+QXhenQOSwDiDncKjVT7Trsp+3Q5tdOn0gYquaq4uw8ZxrZOPHAejCv/dJB9Sbqa+EsRDk7HAHeOuPyOzbAf+fPxgOYxL2PzHxgCQr7FG8z0c6uLxOubuV+lpn7AZb157yB1s1RsC2J2RBYo9RXz8XZooG/wBC9n2sb5Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775053668; c=relaxed/simple; bh=0PTO7N62VxEbW/jN6C3qrF0c4GVjxE0TGVbWczuYRXM=; h=MIME-Version:Date:Message-ID:Subject:From:To:Cc:Content-Type; b=ueDAzVclflTSRswF/nvH2lUXhmcgXuMsXOJpEHoJwH2piCNIJKJDR88RzXpuaSBUlvXYyu9VAHvBHvGMu3Y91utUeqOCNizhj6y9+dawIU7io/4FpkVRfOLfBTbzRETs9uj/olyOhPyYrH/1yWNyrlJeJ9SZbaltp7HeLo6gyr0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=syzkaller.appspotmail.com; spf=pass smtp.mailfrom=M3KW2WVRGUFZ5GODRSRYTGD7.apphosting.bounces.google.com; arc=none smtp.client-ip=209.85.160.70 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=syzkaller.appspotmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=M3KW2WVRGUFZ5GODRSRYTGD7.apphosting.bounces.google.com Received: by mail-oa1-f70.google.com with SMTP id 586e51a60fabf-41c4709dd9dso23197965fac.3 for ; Wed, 01 Apr 2026 07:27:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20251104; t=1775053664; x=1775658464; h=content-transfer-encoding:cc:to:from:subject:message-id:date :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=/PcrkTyphloJHdZaVMIoDn3DHkCLB+XgtoMQTrnABZ4=; b=EPmhcZzq/pIFZcCV7qKcRGYxUPp4HF72Rv6sQqngfkigFicZyqTIePF8umbrcR/TbS xQ5UoBZgNtFpOhErwIkxDzoKN7896HSLM1hDdLS5Itr7dKVg4eQGFCE8kC7zb7h7BxT/ V9uL4/a6c3e3Lo6x5ZZ3CXXn4ScdTEgwAx/7jiaI6ObVprxvhcVfBexROoVRsS9QN2mW ++UiBOaaGFOlqB0AAeUQLU8ZtLjIiVxntSxCpN9n5Ky2PuNjbexwjic5hWppqhIBZjku CYnkk+ua0VLP6XI4Tv7wrY22FMdUtlgFUgKMlXpufKXi21VDMpKUm2tBmwp9yvSuQhhS LWOg== X-Gm-Message-State: AOJu0YzBQJMV2bO2Zdtb1m9DlFrM8J6mLqRev+1mkNc/iK6PNOecZ15k uhHFa6efPz7RMKBi46tGRGMd31mfr+LFya1Hl+M3d/Cbj5Fj32XoIHdR6BVu3vs/R2YgUIEDokU SocpzymmJu1FIfqXLW1FAmJ6foUvReKMTy7nAuwm08f/lMbZ3PfmnJmzBP8g= Precedence: bulk X-Mailing-List: syzbot@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Received: by 2002:a05:6820:1997:b0:67e:3267:f02f with SMTP id 006d021491bc7-67fabcc9de3mr2108410eaf.38.1775053663794; Wed, 01 Apr 2026 07:27:43 -0700 (PDT) Date: Wed, 01 Apr 2026 07:27:43 -0700 X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <69cd2b5f.050a0220.25c253.0476.GAE@google.com> Subject: [moderation/CI] Re: Deprecate Legacy IP From: syzbot ci To: syzkaller-upstream-moderation@googlegroups.com Cc: syzbot@lists.linux.dev Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable syzbot ci has tested the following series [v1] Deprecate Legacy IP https://lore.kernel.org/all/20260401074509.1897527-1-dwmw2@infradead.org * [PATCH 1/6] net: Simplify tautological CONFIG_INET/CONFIG_IPV6 guards * [PATCH 2/6] net: Add CONFIG_LEGACY_IP option * [PATCH 3/6] net: Guard Legacy IP entry points with CONFIG_LEGACY_IP * [PATCH 4/6] net: Make IPv4-only Kconfig options depend on LEGACY_IP * [PATCH 5/6] net: Change CONFIG_INET to CONFIG_LEGACY_IP for IPv4-only cod= e * [PATCH 6/6] net: Warn when processes listen on AF_INET sockets and found the following issue: SYZFATAL: image testing failed w/o kernel bug Full report is available here: https://ci.syzbot.org/series/b4aa6e49-79ea-440f-b64a-304320faf474 *** SYZFATAL: image testing failed w/o kernel bug tree: bpf-next URL: https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf= -next.git base: 0eeb0094ba0321f0927806857b5f01c1577bc245 arch: amd64 compiler: Debian clang version 21.1.8 (++20251221033036+2078da43e25a-1~exp= 1~20251221153213.50), Debian LLD 21.1.8 config: https://ci.syzbot.org/builds/49e58d6b-bfbd-4e6f-a974-079ccb12b0c= e/config *** If these findings have caused you to resend the series or submit a separate fix, please add the following tag to your commit message: Tested-by: syzbot@syzkaller.appspotmail.com --- This report is generated by a bot. It may contain errors. syzbot ci engineers can be reached at syzkaller@googlegroups.com. To test a patch for this bug, please reply with `#syz test` (should be on a separate line). The patch should be attached to the email. Note: arguments like custom git repos and branches are not supported. The email will later be sent to: [alazar@nvidia.com andrew@lunn.ch andrii@kernel.org ast@kernel.org bpf@vger= .kernel.org bridge@lists.linux.dev coreteam@netfilter.org daniel@iogearbox.= net davem@davemloft.net dsahern@kernel.org dwmw2@infradead.org dwmw@amazon.= co.uk eddyz87@gmail.com edumazet@google.com fw@strlen.de gal@nvidia.com gna= ult@redhat.com haoluo@google.com horms@kernel.org idosch@nvidia.com johanne= s@sipsolutions.net john.fastabend@gmail.com jolsa@kernel.org jon.maddog.hal= l@gmail.com kees@kernel.org kpsingh@kernel.org kuba@kernel.org kuniyu@googl= e.com leon@kernel.org linux-kernel@vger.kernel.org linux-rdma@vger.kernel.o= rg linux-wireless@vger.kernel.org martin.lau@linux.dev mbloch@nvidia.com nc= ardwell@google.com netdev@vger.kernel.org netfilter-devel@vger.kernel.org o= ss-drivers@corigine.com pabeni@redhat.com pablo@netfilter.org paul@paul-moo= re.com phil@nwl.cc razor@blackwall.org saeedm@nvidia.com sdf@fomichev.me so= ng@kernel.org tariqt@nvidia.com torvalds@linux-foundation.org willemb@googl= e.com yonghong.song@linux.dev] If the report looks fine to you, reply with: #syz upstream If the report is a false positive, reply with #syz invalid