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 3CF1EEB64D9 for ; Tue, 20 Jun 2023 01:00:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230040AbjFTBAf (ORCPT ); Mon, 19 Jun 2023 21:00:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229900AbjFTBA0 (ORCPT ); Mon, 19 Jun 2023 21:00:26 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5BF2FE7F for ; Mon, 19 Jun 2023 18:00:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B53E860F66 for ; Tue, 20 Jun 2023 01:00:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 193F8C433CD; Tue, 20 Jun 2023 01:00:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687222824; bh=mGh3gLTaDGrGvROv15Q2QfAPdhKQZa/YqomrnytzirA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=GTqaVbN+vWc84aq5GCPqfy/3EydClkGdysSoEmktHg7l/RGSGh6L0JzrUfa4O1zG2 MoE/t8FezR91D3eXtYjgxxys36CM4HWAxL1Q2xj97rdJkW5+s8mEPUMybwjCA64gzq yV1qY+fJQOCmc8T4H4SuEEKNwM7OQe3x5+WEZBlOGahlYqLf7Avux3sPUpUBuZTOMQ cph985S8072ydSIOaOS4f2cwK1yEyBy+57M58SbXSOEvwZEKQK9nMXPH0ecXz0gC3B vtYSJdDeSQdXqr16Q82KceI41/p7kKiQqkM1ahOunannVRgqrpK5vwqQRvCGbNBxm+ cUwmgKCk4A9yw== 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 EC158C4316A; Tue, 20 Jun 2023 01:00:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH V2] riscv: hibernation: Remove duplicate call of suspend_restore_csrs From: patchwork-bot+linux-riscv@kernel.org Message-Id: <168722282396.22807.1023067349151086213.git-patchwork-notify@kernel.org> Date: Tue, 20 Jun 2023 01:00:23 +0000 References: <20230522025020.285042-1-songshuaishuai@tinylab.org> In-Reply-To: <20230522025020.285042-1-songshuaishuai@tinylab.org> To: Song Shuai Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, suagrfillet@gmail.com, mason.huo@starfivetech.com, leyfoon.tan@starfivetech.com, ajones@ventanamicro.com, jeeheng.sia@starfivetech.com, linux-kernel@vger.kernel.org, conor.dooley@microchip.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Mon, 22 May 2023 10:50:20 +0800 you wrote: > The suspend_restore_csrs is called in both __hibernate_cpu_resume > and the `else` of subsequent swsusp_arch_suspend. > > Removing the first call makes both suspend_{save,restore}_csrs > left in swsusp_arch_suspend for clean code. > > Fixes: c0317210012e ("RISC-V: Add arch functions to support hibernation/suspend-to-disk") > Reviewed-by: Conor Dooley > Reviewed-by: JeeHeng Sia > Signed-off-by: Song Shuai > > [...] Here is the summary with links: - [V2] riscv: hibernation: Remove duplicate call of suspend_restore_csrs https://git.kernel.org/riscv/c/c6399b893043 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html