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 C6132C0015E for ; Fri, 28 Jul 2023 02:00:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232587AbjG1CAY (ORCPT ); Thu, 27 Jul 2023 22:00:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbjG1CAW (ORCPT ); Thu, 27 Jul 2023 22:00:22 -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 CAEB3173F for ; Thu, 27 Jul 2023 19:00:20 -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 6078E61FA1 for ; Fri, 28 Jul 2023 02:00:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id BBA49C433C9; Fri, 28 Jul 2023 02:00:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690509619; bh=dqrBr3LGlxHks7/U5bcjxzrJD9lsAaXyTek6qcarDc4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bUypoGRNlE4tizoKu59uFnqrrTXk5kXGGIApqyzuPuX3Kbokm8AQqmVJl+Gc74GXN vQ+FBur3H359iEc6dzXedgArCiOJXpr8+E1N4NuRnHurPutFUjIYRnHeNRv7fDfWI7 sB+ietWsthK8WDs0dIeDTIXrGjnEokNAkrT2yCPETXG4z5WtjJqANyAMb8HRpKcUi7 9Qlc2HJG38m0XRbk7C2PFVEBAxkaZlN68bgey+UaEB5+aze7MwxPWVJ7E3sLwLZ1k4 HOGFwN0EkeGfnYf6ncBh9VHujoBFA+yHIGj66jrnOK4b7dlt/wDjU3Sud7h5u5eL/1 hGsFhIs0yloiA== 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 A1643C595D0; Fri, 28 Jul 2023 02:00:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] platform/chrome: cros_ec_lpc: Sync filesystem on EC panic From: patchwork-bot+chrome-platform@kernel.org Message-Id: <169050961965.7430.17069420658023468694.git-patchwork-notify@kernel.org> Date: Fri, 28 Jul 2023 02:00:19 +0000 References: <20230726181738.1.Ic6b8e25120b2aec95e3d0f4ac92c2a35fc7a40e8@changeid> In-Reply-To: <20230726181738.1.Ic6b8e25120b2aec95e3d0f4ac92c2a35fc7a40e8@changeid> To: Rob Barnes Cc: bleung@chromium.org, groeck@chromium.org, tzungbi@kernel.org, dtor@chromium.org, chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to chrome-platform/linux.git (for-kernelci) by Tzung-Bi Shih : On Wed, 26 Jul 2023 18:17:39 +0000 you wrote: > Perform a filesystem sync when an EC panic is reported. The > sync is performed twice in case some inodes or pages are > temporarily locked. Testing showed syncing twice significantly > improved reliability. > > hw_protection_shutdown is replaced for a couple reasons. It is > unnecessary because the EC will force reset either way. > hw_protection_shutdown does not reliably sync filesystem > before shutting down. > > [...] Here is the summary with links: - platform/chrome: cros_ec_lpc: Sync filesystem on EC panic https://git.kernel.org/chrome-platform/c/0a329167220a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html