From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CAC53C433FE for ; Mon, 18 Apr 2022 13:18:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241976AbiDRNRu (ORCPT ); Mon, 18 Apr 2022 09:17:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59692 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242133AbiDRM7i (ORCPT ); Mon, 18 Apr 2022 08:59:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C7B272F03F; Mon, 18 Apr 2022 05:40:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 12833611CF; Mon, 18 Apr 2022 12:40:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 72F6CC385AB; Mon, 18 Apr 2022 12:40:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650285611; bh=UjHumYdc82wnlGeLD8eIQ3nUM8EQ3vQ7nmLedHMKBXg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=YgdYlJ9AqdKVrWfttDHxPsYex/q7y6zIsnrHEBEFu9URRRuVnheH8cfMaF+y77DBh X+PCT7d1zPmNdaSX+AAt2e/wn/U0nuNC34dLHQLjJnXZ2oY1meYMNEvwp2nCx4RtSH YLNwCvomYiBKPbyrrVk11ETL/nvxKGEGIi8mSBtyj1tyvAthzqDZ01cYQFxNfGybc1 W51eH+w0DjNIMie4pHX3vCUwLL66ZzGkE8Fu8nJfyXWCOakpCnMpbwtDuEXDwbxVOd NtTC+E9BCRe60UUv9ZrG2prmifxEFKHwp0kn5NFRmf9kGoGUJQkH+qWPB/cZWd7qcw onI1dZs96VQWA== 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 58A83E8DD13; Mon, 18 Apr 2022 12:40:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: atlantic: invert deep par in pm functions, preventing null derefs From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165028561135.26453.17217915183447099984.git-patchwork-notify@kernel.org> Date: Mon, 18 Apr 2022 12:40:11 +0000 References: <87sfqaa8n5.fsf@posteo.de> In-Reply-To: <87sfqaa8n5.fsf@posteo.de> To: Manuel Ullmann Cc: irusskikh@marvell.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, regressions@lists.linux.dev Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Mon, 18 Apr 2022 12:17:02 +0000 you wrote: > From: Manuel Ullmann > >From 6c4cd8210835489da84bf4ee5049945dc0f2c986 Mon Sep 17 00:00:00 2001 > Date: Mon, 18 Apr 2022 00:20:01 +0200 > > This will reset deeply on freeze and thaw instead of suspend and > resume and prevent null pointer dereferences of the uninitialized ring > 0 buffer while thawing. > > [...] Here is the summary with links: - net: atlantic: invert deep par in pm functions, preventing null derefs https://git.kernel.org/netdev/net/c/cbe6c3a8f8f4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html