From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ot1-f41.google.com (mail-ot1-f41.google.com [209.85.210.41]) (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 AFEBB361 for ; Tue, 6 Jun 2023 02:39:56 +0000 (UTC) Received: by mail-ot1-f41.google.com with SMTP id 46e09a7af769-6b29a03ec42so29339a34.1 for ; Mon, 05 Jun 2023 19:39:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686019195; x=1688611195; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=HudLhhQw0CyzPSOXSNYv2RJ0GRqjCLaZxmXAo7zTprI=; b=m8tAff0s0ZmbO4sfii4uwinG6UKjvkQjWCvQPYnHsvEyZC83vYXZHJxL/+1OdEwAWu v/1s7Ss5GMcGhVxpxywVDWC7PnlbU4mWycvfTuB5MZxdZbPCKQAcVTQ6E9V7lFSbJ2Mm Dqm0aTufQ19wUhtT1PIpNyVjt2y+zkYypEJvgYoxE1uM/It018zYlANi17ufo525Hf+2 p/KuwDru1L8sSjkmCqu8/beEZDdnAsf2XMRz2d7aGcbMjoVn7SamZ1910s2/qUP5aeIg pSC3MWakOSLfptilD0/aqrRn80/Oz+Wxdqs8RR3s7pa3Gf+KFobkA+Np44lmBU4t56+9 B27g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686019195; x=1688611195; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=HudLhhQw0CyzPSOXSNYv2RJ0GRqjCLaZxmXAo7zTprI=; b=YUbZilgxTj/Q9391t3qfb0VAhQdGKrkgzB9ro0dF4Lpyb6ThANVTmuriW6ZWA+lM8w Js/Fu/V7GMhBM524B56Rvc4He4wkSKJQz59fXH89o6yBr+cxZpJzC64fQXMNZV+uhDXL QK276BldS4VcZgbXNXwf6UqQFsg6sBZwLuTn9LU901X3Or+bqlsZi1DTNMZd14DXGhFL we/WO53PBGwucmIKQP058/HhvDujKpvIXZzx+KyZXQZc5cqvSDsNtVxSBT4mD29ICYOP qjHBnciy4VcVyTEv4AS9sR71kdhwa3Z3T0qAfksq+VST9MoT1T+KMHbzMxMCOBz08F0a kjYg== X-Gm-Message-State: AC+VfDx2W9JBFmj1Nd3YOBnLKl8G4j6dsZEW+ssd+KzssxGbM7obYuGu VnO0kXO1ScsR4QlHnGc13Yk= X-Google-Smtp-Source: ACHHUZ4Ee5dxpgc/ZHDdlY8gkRF+ZkPCp3ACiuIXCw4d9/JGzqbuf/ENPB7DbeGGwbvsgvijC2NJHA== X-Received: by 2002:a05:6830:1682:b0:6af:887d:a517 with SMTP id k2-20020a056830168200b006af887da517mr780996otr.15.1686019195368; Mon, 05 Jun 2023 19:39:55 -0700 (PDT) Received: from debian.me (subs32-116-206-28-36.three.co.id. [116.206.28.36]) by smtp.gmail.com with ESMTPSA id u4-20020aa78484000000b0064381853bfcsm5784370pfn.89.2023.06.05.19.39.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 05 Jun 2023 19:39:54 -0700 (PDT) Received: by debian.me (Postfix, from userid 1000) id 947721069FD; Tue, 6 Jun 2023 09:39:51 +0700 (WIB) Date: Tue, 6 Jun 2023 09:39:51 +0700 From: Bagas Sanjaya To: Haochen Tong , stable@vger.kernel.org, "Linux regression tracking (Thorsten Leemhuis)" Cc: regressions@lists.linux.dev, linux-input@vger.kernel.org, Basavaraj Natikar Subject: Re: amd_sfh driver causes kernel oops during boot Message-ID: References: Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JF2M1o8gEDukYGMt" Content-Disposition: inline In-Reply-To: --JF2M1o8gEDukYGMt Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 24, 2023 at 05:10:45PM +0700, Bagas Sanjaya wrote: > On Wed, May 24, 2023 at 02:10:31PM +0800, Haochen Tong wrote: > > > What last kernel version before this regression occurs? Do you mean > > > v6.2? > > >=20 > >=20 > > I was using 6.2.12 (Arch Linux distro kernel) before seeing this regres= sion. >=20 > Can you perform bisection to find the culprit that introduces the > regression? Since you're on Arch Linux, see its wiki article [1] for > instructions. >=20 Haochen, any news on this? Has the bisection been done and any result? Another reporter had concluded possibly bad bisect [1]. Thanks. [1]: https://lore.kernel.org/regressions/3250319.ancTxkQ2z5@zen/ --=20 An old man doll... just what I always wanted! - Clara --JF2M1o8gEDukYGMt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSSYQ6Cy7oyFNCHrUH2uYlJVVFOowUCZH6cdwAKCRD2uYlJVVFO o2rWAP98fX2zkHHntO95NM5SMK7DUevIhNi61RNbIWyXVV6w6gD/VxLe1LqAY1ON byv2GX1uOKQPIySD3rIZcgX/LKKduwQ= =thJx -----END PGP SIGNATURE----- --JF2M1o8gEDukYGMt--