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 6E468C77B7A for ; Sun, 21 May 2023 02:41:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231626AbjEUClt (ORCPT ); Sat, 20 May 2023 22:41:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231415AbjEUC17 (ORCPT ); Sat, 20 May 2023 22:27:59 -0400 Received: from out-31.mta1.migadu.com (out-31.mta1.migadu.com [95.215.58.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 059B7185 for ; Sat, 20 May 2023 19:26:31 -0700 (PDT) Message-ID: <048219d7-2403-b898-129f-a0f85512cdf5@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1684635990; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=t/ZpxMQ8Ylpc/R+35Ghc5qquHo+Bz5A9wc6kWaeW7Dg=; b=tFPhMscgu4nSy6Uu1xDdXqUdhAWEuc7/Dz4AVNeEENdJRCvKSCNHgt+79M+RPo2B/XaOY4 vc6TaZgw9KNb/iDZP1167ajPfFzlOP2kZNpK2s9xPdDD/1IQvKT5Vcve7OlTRjYnbB/KCZ bae77+HcxYbrAQtnghIE2uHaPuh8vz8= Date: Sat, 20 May 2023 19:26:22 -0700 MIME-Version: 1.0 Subject: Re: [syzbot] [fs?] INFO: task hung in synchronize_rcu (4) Content-Language: en-US To: syzbot , syzkaller-bugs@googlegroups.com References: <000000000000baea9905fc275a49@google.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Martin KaFai Lau Cc: amir73il@gmail.com, bpf@vger.kernel.org, daniel@iogearbox.net, davem@davemloft.net, edumazet@google.com, hdanton@sina.com, jack@suse.cz, kuba@kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, pabeni@redhat.com, penguin-kernel@i-love.sakura.ne.jp, peterz@infradead.org, torvalds@linux-foundation.org, willemdebruijn.kernel@gmail.com In-Reply-To: <000000000000baea9905fc275a49@google.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/20/23 3:13 PM, syzbot wrote: > syzbot has found a reproducer for the following issue on: > > HEAD commit: dcbe4ea1985d Merge branch '1GbE' of git://git.kernel.org/p.. > git tree: net-next > console output: https://syzkaller.appspot.com/x/log.txt?x=123ebd91280000 > kernel config: https://syzkaller.appspot.com/x/.config?x=f20b05fe035db814 > dashboard link: https://syzkaller.appspot.com/bug?extid=222aa26d0a5dbc2e84fe > compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2 > syz repro: https://syzkaller.appspot.com/x/repro.syz?x=1495596a280000 > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=1529326a280000 > > Downloadable assets: > disk image: https://storage.googleapis.com/syzbot-assets/41b9dda0e686/disk-dcbe4ea1.raw.xz > vmlinux: https://storage.googleapis.com/syzbot-assets/64d9bece8f89/vmlinux-dcbe4ea1.xz > kernel image: https://storage.googleapis.com/syzbot-assets/42429896dca0/bzImage-dcbe4ea1.xz > > The issue was bisected to: > > commit 3b5d4ddf8fe1f60082513f94bae586ac80188a03 > Author: Martin KaFai Lau > Date: Wed Mar 9 09:04:50 2022 +0000 > > bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macro I am afraid this bisect is incorrect. The commit removed a redundant macro and is a no-op change.