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 C36C81D2D1 for ; Thu, 22 Jun 2023 13:40:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1CF72C433CC for ; Thu, 22 Jun 2023 13:40:32 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="X4Pd3cr2" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1687441229; 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=NMlPufS1+CTdDaO981ksP6l0rkZcElrayPR5JrP7aTU=; b=X4Pd3cr218Ro6wY80TW7hwWLIuf1+Ts5eDziE4SaLGmzDbxuTQMxTax6J0BcVp/u3zl+lL s/lER2JiTCdZr87ti/rsv3igTGk9+ydDGtuKKinRe/0rOEbBV67R5dx0KOsXKbxiO/ym5p BMtTqAt0afu0pw5wzdT0Recq2SxiXGU= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id eb960927 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 22 Jun 2023 13:40:27 +0000 (UTC) Received: by mail-vs1-f54.google.com with SMTP id ada2fe7eead31-440ad576d87so1787436137.1 for ; Thu, 22 Jun 2023 06:40:27 -0700 (PDT) X-Gm-Message-State: AC+VfDwUcapNFqkApWyBMLQLZ3jNEVivpsiDs7wkwcps6c5jw+dGpr7Z RwuF4GKHYDR4JpTPOrOVwceVMqHum0RTXmxl450= X-Google-Smtp-Source: ACHHUZ6AedmTTMjJkhooZ6D7XkXYhYsP+uTelsVSFnTDMTpR+pjxhEZxY8PIvy32HERqZ48Gh3qsLyZrMsiakU7W+Q8= X-Received: by 2002:a67:fbd8:0:b0:440:b25f:5cab with SMTP id o24-20020a67fbd8000000b00440b25f5cabmr6443596vsr.15.1687441226959; Thu, 22 Jun 2023 06:40:26 -0700 (PDT) Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 References: <9517bb70-426c-0296-b426-f5b4f075f7c8@leemhuis.info> In-Reply-To: From: "Jason A. Donenfeld" Date: Thu, 22 Jun 2023 15:40:15 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [REGRESSION][BISECTED] Boot stall from merge tag 'net-next-6.2' To: Linus Torvalds , Sami Korkalainen Cc: Andrew Lunn , Linux Stable , Linux Regressions , Bagas Sanjaya , Brad Spengler , regressions@leemhuis.info Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, Jun 21, 2023 at 9:51=E2=80=AFPM Linus Torvalds wrote: > Now, with non-repeatable boot failures, anything is possible, and Sami > does mention 6.1.30 as good (implying that 6.1.31 might not be - and > that is when the backport happened). > > So it's certainly worth checking out, but on the face of it, that > bisection result doesn't really support the bug being due to > e9523a0d81899 (which came *after* e7b813b32a42). Sami - awaiting your results.