From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) (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 F2F2B3237 for ; Wed, 4 May 2022 19:33:00 +0000 (UTC) Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 859F2240108 for ; Wed, 4 May 2022 21:25:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1651692313; bh=xQMF+5afuQoxgkF9mHfBopm170bOS0rnq3uzCt9KPYc=; h=From:To:Cc:Subject:Date:From; b=U9WURfQts9wFPQVyxrVjPg5VaUJYU1mIgVfu6yTrASmG0EbAri3G1ovfYgpda7Z2x CipyOQmT27Xuss7XyhgAidHyCHVt8hMG4d33Ih+XPODRUTKyrIO/2tcSPNgQuB/TO8 DNtOgXryQWqNt5MSum4LfDW+FpLojPzPVX9pDff5I0vJcGAzdBhufklyQWB54HKwwn 9j5jgJVp6aca7q0hbTUo3smKKWAcYM7qPtpI1/ENbxeKSD2u3sK88fh4xRCD+wCK2l 6EKZ83CK849lbdaPibcF56aMEZlWNqJ6CnBucgVN44zSUG1HDLq1npkrJ1Qdz1Zyj/ /7SwDf54xOj4A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Ktmxh59shz9rxK; Wed, 4 May 2022 21:25:12 +0200 (CEST) From: Manuel Ullmann To: Jordan Leppert Cc: "stable@vger.kernel.org" , "regressions@lists.linux.dev" , "labre@posteo.de" , "davem@davemloft.net" Subject: Re: Crash on resume after suspend (5.17.5 and 5.15.36) References: <9-Ehc_xXSwdXcvZqKD5aSqsqeNj5Izco4MYEwnx5cySXVEc9-x_WC4C3kAoCqNTi-H38frroUK17iobNVnkLtW36V6VWGSQEOHXhmVMm5iQ=@protonmail.com> Date: Wed, 04 May 2022 19:25:29 +0000 In-Reply-To: <9-Ehc_xXSwdXcvZqKD5aSqsqeNj5Izco4MYEwnx5cySXVEc9-x_WC4C3kAoCqNTi-H38frroUK17iobNVnkLtW36V6VWGSQEOHXhmVMm5iQ=@protonmail.com> (Jordan Leppert's message of "Wed, 04 May 2022 15:07:46 +0000") Message-ID: <87levhnlqu.fsf@posteo.de> Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?= h=3Dlinux-5.17.y&id=3Dcbe6c3a8f8f4315b96e46e1a1c70393c06d95a4c Yup, that=E2=80=99s my fault and I reproduced this myself yesterday. I actu= ally expected this to happen and attempted to test suspend with the patch, but must have screwed up by kexec-rebooting into an unpatched kernel version or something like that. I=E2=80=99ll disable the kexec service in t= he future, if I ever need to prepare a patch again. > 05:00.0 Ethernet controller: Aquantia Corp. AQC107 NBase-T/IEEE 802.3bz E= thernet Controller [AQtion] (rev 02) Yes, I have the same one. > Please let me know if there is any more info I can give that will help. Can you confirm, that hibernation works with the patch, but not without it? The patch was an attempt to fix it, because I had the same behaviour with hibernation. I tried to make sense of the deep parameter in atl_resume_common pm function calls, but apparently it=E2=80=99s always req= uired to be true and thus obsolete. I=E2=80=99ll leave the cleanup of that parameter to the maintainers for mai= nline and prepare a patch. Last time I sent it against mainline. If this fixup of a stable patch regression should be posted differently, it would be nice, if someone could give me a pointer. 5.10.113 is also affected.