From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 586B07C; Wed, 26 Jul 2023 00:47:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3F5F9C433C8; Wed, 26 Jul 2023 00:47:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690332433; bh=Wl5oBCsN+Rpuig2vlDDIl7wkx5DAqU7N9LpCXvvXqaU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=tg2/mzATAsk2JQ0uYNT3N+GHenozvBgwCi5f4JqKBrUuAG9hn9CkOh1PBed16pjnw /+7KKpB/o60eGaGYvknDV1QoKFEpah9DpJ1b9dIUklCyhc0mP+mJ3ZxibWx8ciQstT rVQfH4ZZEWFWoPDVdydQQB9JFM/5JKe4g5kVpJGeyL11/FMYc/S69r9DsK+G2JyNjk o38r2xCRsC4a1uex6J70uX+oRoJnGsGYOvIYly5yvpmE/he4ykCc4IxsOI9jliSauJ 3J0YBUclGBfQLxzzUgGSdzYhmdHFF7b/GcsQGDOCUfbo6qapiupE3r/DdNEYaUKFev T8loQZuGRMA9Q== Date: Tue, 25 Jul 2023 17:47:12 -0700 From: Jakub Kicinski To: Bagas Sanjaya Cc: Andrzej Kacprowski , Krystian Pradzynski , Stanislaw Gruszka , Jacek Lawrynowicz , Oded Gabbay , Jesse Brandeburg , Tony Nguyen , "David S. Miller" , Eric Dumazet , Paolo Abeni , "Linux regression tracking (Thorsten Leemhuis)" , hq.dev+kernel@msdfc.xyz, Linus Torvalds , Linux Kernel Mailing List , Linux Regressions , Linux DRI Development , Linux Networking , Linux Intel Ethernet Drivers Subject: Re: Unexplainable packet drop starting at v6.4 Message-ID: <20230725174712.66a809c4@kernel.org> In-Reply-To: References: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 26 Jul 2023 06:50:52 +0700 Bagas Sanjaya wrote: > This time, the bisection points out to v6.4 networking pull, so: > > #regzbot introduced: 6e98b09da931a0 Ask the reporter to test 9b78d919632b, i.e. the tip of net-next before the merge. It seems quite unlikely that the merge itself is the problem.