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 8CE8926ED46; Thu, 30 Apr 2026 01:01:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777510861; cv=none; b=NEGcJUcG38cq0In+HGfl0xSumEGAODTG9gyF8mzozgfsntnL3SYh8ZwbHKaMDP1Vw4bR4vjMcwoxqQHSa7YFvAVpE3l0ecRQhf+/uRblNS5RgqLDoY2Yag2VyMf7Vi/StIGQEMvBnqSYVzrert8qqSAmrgt2QLzKE1wvOVmeniQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777510861; c=relaxed/simple; bh=IsFQPTi1H47wzoR8EhcJ9tkO9M4yeT8mb5aj+6cHZdc=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=gs1I6+myTrLdSzJGSpmqzxIe/YqwAM3VRqelqCGNuMw1Nu2nTJZZ3qMCY7oZa0pY9X/DMZzGNSUy9fH6yxT0LG/LYD1An8J/2r7ACj7VCe/IGt+I3N7prtNMSJCGLic7lUc/KHF026FF4IYVSbLYIJ8srmDwT2GnhhWTaiW4lSo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aPrPpskL; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aPrPpskL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0D2FAC19425; Thu, 30 Apr 2026 01:01:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777510861; bh=IsFQPTi1H47wzoR8EhcJ9tkO9M4yeT8mb5aj+6cHZdc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=aPrPpskLMjUXvudD1o3m1VODTnxOYiogcWSgaBHKz6rNOlGW3eeVjwC24IVVKJFG5 Hrd3KheGe9YEXldUGcHKW7gD+pgEyTSdvGXpq2EZoVaeknZHB876rHXoObo/Mlk0Ck 58/VBu5jkREfu/g7ad4/jSHYqFY/PltT/Ku3jUIaywm8YWzR2ZXBbBaJQsoehWOh8Y V9dyiMBdnNtJGmcfl7AKehpMDeE/bH8UgtXX7diteD3llYl8gNnC/2eaaw9mjSHHts OksG+xWvyEup3IV7YT03HMpcLLKSK1jbG2xLSZOSwGzMCEsjKr7Pmksuq7/Ss/8u15 OlH8cKkCI6NlQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CDAA3809A33; Thu, 30 Apr 2026 01:00:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] r8152: Fix double consecutive clearing of PLA_MCU_SPDWN_EN bit From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177751081629.2244169.9497125151740458569.git-patchwork-notify@kernel.org> Date: Thu, 30 Apr 2026 01:00:16 +0000 References: <20260428-patch_double-v1-1-27c830a9eb2e@birger-koblitz.de> In-Reply-To: <20260428-patch_double-v1-1-27c830a9eb2e@birger-koblitz.de> To: Birger Koblitz Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-usb@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, hsu.chih.kai@realtek.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 28 Apr 2026 05:43:38 +0200 you wrote: > Due to a Copy & Paste Error, the PLA_MCU_SPDWN_EN bit was cleared > twice consecutively using ocp_word_clr_bits. Fix that. > > Signed-off-by: Birger Koblitz > --- > This fixes the issue raised in > https://lore.kernel.org/netdev/8b324f8c-f4f8-4e90-b5d6-9b87ec3daf2b@redhat.com/ > that due to an editing error, PLA_MCU_SPDWN_EN is cleared twice > consecutively. > > [...] Here is the summary with links: - [net-next] r8152: Fix double consecutive clearing of PLA_MCU_SPDWN_EN bit https://git.kernel.org/netdev/net-next/c/115553b80f77 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html