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 44BD623C2 for ; Tue, 10 May 2022 08:40:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id E24F1C385A6; Tue, 10 May 2022 08:40:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652172013; bh=Gg4GBOVhcfWY8hOjf9chedymoD585NYunojoJKazB2c=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=YVK+1yMjndGd+gwoK2oYsuXxEglU/A0jU+xMZcFmbavabGe1uc+T2saUIT6HHjLKb Pq2Mmf+CLhal68cxG0FGeIkSV5ykFKZv2dt1r6a1sXz7CMumjfE1ZLJAjpGBmfThv6 NhEYn3clEiL2VeDbxEzPMsfIzDqYvGrAu6Yw8ISjR7OMmyvh3fDqFFNlqpePrcR5GH UPWpz4FzA28RYlCKPMguQ6td/pZxjhGkSoOp4Z/+WHjfT5YIbMI725QGvk/O+5ZEXK CO8a9PqVY4CnLaBJ5r7+XfxXUwObx96LjqTz9R3i6fJ8M36ZvgHR8UxlIkaaLn9S8P q4yaOkNcyFoLA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id B97CAF03929; Tue, 10 May 2022 08:40:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v6] net: atlantic: always deep reset on pm op, fixing up my null deref regression From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165217201275.28090.9247936511102323749.git-patchwork-notify@kernel.org> Date: Tue, 10 May 2022 08:40:12 +0000 References: <87bkw8dfmp.fsf@posteo.de> In-Reply-To: <87bkw8dfmp.fsf@posteo.de> To: Manuel Ullmann Cc: irusskikh@marvell.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, regressions@lists.linux.dev, davem@davemloft.net, ndanilov@marvell.com, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, jordanleppert@protonmail.com, holger@applied-asynchrony.com, kolman.jindrich@gmail.com Hello: This patch was applied to netdev/net.git (master) by Paolo Abeni : On Sun, 08 May 2022 00:36:46 +0000 you wrote: > >From 18dc080d8d4a30d0fcb45f24fd15279cc87c47d5 Mon Sep 17 00:00:00 2001 > Date: Wed, 4 May 2022 21:30:44 +0200 > > The impact of this regression is the same for resume that I saw on > thaw: the kernel hangs and nothing except SysRq rebooting can be done. > > Fixes regression in commit cbe6c3a8f8f4 ("net: atlantic: invert deep > par in pm functions, preventing null derefs"), where I disabled deep > pm resets in suspend and resume, trying to make sense of the > atl_resume_common() deep parameter in the first place. > > [...] Here is the summary with links: - [v6] net: atlantic: always deep reset on pm op, fixing up my null deref regression https://git.kernel.org/netdev/net/c/1809c30b6e5a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html