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 3C5EAEB64D9 for ; Tue, 20 Jun 2023 01:00:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230044AbjFTBAc (ORCPT ); Mon, 19 Jun 2023 21:00:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229882AbjFTBA0 (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 44CCAE7C 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 A230060F51 for ; Tue, 20 Jun 2023 01:00:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 0B8ADC433CC; 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=HxZDtofb5pX33p3Ctz7U3WBbaZaZS2yuTqlJTW0+Bpo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=hJpVUuC5CPGB5vi2HPFO6t8I9iNSVJEe4OUcmf3rVBwAFB25GizEWiybgyUWZUlDe ZxtRjgniUX+460DgckOH2UW4zCeBwQ8z8UDgawnhiM6qKGuymhAg5lb1O6IrCQHSro yGkliC1cUa0w0TWSjDtZX6NXN5aAQ8niG3A7WP4v2S+xhmB9SKoonP86AJWKlFvuUT ovScnLkgf8M42OJdDw78pJs3Oa6iJuYhJtkkDigTQ4aemzUc2bU4acjrw7wP44CT/V cuWMjEtjRT+QMUpn/kvs14iSqbTfl9UNvW371iPsKQhuW2TZkTNyxGxRQPex5jiQZb rZlkz7Ntjd5PQ== 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 E0BC5E301FA; 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] riscv: hibernation: Remove duplicate call of suspend_restore_csrs From: patchwork-bot+linux-riscv@kernel.org Message-Id: <168722282391.22807.12383716949139026057.git-patchwork-notify@kernel.org> Date: Tue, 20 Jun 2023 01:00:23 +0000 References: <20230519102908.253458-1-suagrfillet@gmail.com> In-Reply-To: <20230519102908.253458-1-suagrfillet@gmail.com> To: Song Shuai Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, mason.huo@starfivetech.com, leyfoon.tan@starfivetech.com, ajones@ventanamicro.com, jeeheng.sia@starfivetech.com, linux-kernel@vger.kernel.org, songshuaishuai@tinylab.org 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 Fri, 19 May 2023 18:29:08 +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. > > Signed-off-by: Song Shuai > Signed-off-by: Song Shuai > > [...] Here is the summary with links: - 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