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 113B0C0015E for ; Mon, 7 Aug 2023 02:40:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229847AbjHGCkY (ORCPT ); Sun, 6 Aug 2023 22:40:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44160 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229587AbjHGCkW (ORCPT ); Sun, 6 Aug 2023 22:40: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 3F8C4FA for ; Sun, 6 Aug 2023 19:40:22 -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 C84C861324 for ; Mon, 7 Aug 2023 02:40:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 1F173C433CA; Mon, 7 Aug 2023 02:40:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691376021; bh=FdKig/TFxdJ4eoxL+le5qYryqsBWn1IJw88foFdlxAc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=hsoRIYYNuYmnGaZFJj3dxKwVUakN4eIbTc6Ty9rj5Eu2FlvbICBn9V6tUSkqDNMmz ONbmfCoEK4EnNOiKZ1k3Kd97TXC+YTbt71njcBO6wXQy0jPP5Ryqf7URC2j+xBnEJs osIrv6tZYu/agDsYVsa24h4rwtgLbXQfuIF5a1bTIg7gSsQ1LGnZrB4UD/Za8buUe6 XGkJfoy4PPYbctcnEIz0x5J4GajkmCgJmJV6QLd1m2rvCVq2/CNDoiuBoj7QqD1q3r LZ/gmg1cMU1ZhUSyTlPoKGUMLYaOuG70opL0QpmsX7kI4x2E4SY9yYGAnLCdawo3fB 0Qkt1q+M2uSCQ== 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 F2CE3E505D5; Mon, 7 Aug 2023 02:40:20 +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: Remove EC panic shutdown timeout From: patchwork-bot+chrome-platform@kernel.org Message-Id: <169137602099.16990.6569232365086631640.git-patchwork-notify@kernel.org> Date: Mon, 07 Aug 2023 02:40:20 +0000 References: <20230802175847.1.Ie9fc53b6a1f4c6661c5376286a50e0cf51b3e961@changeid> In-Reply-To: <20230802175847.1.Ie9fc53b6a1f4c6661c5376286a50e0cf51b3e961@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, 2 Aug 2023 17:58:48 +0000 you wrote: > Remove the 1 second timeout applied to hw_protection_shutdown after an > EC panic. On some platforms this 1 second timeout is insufficient to > allow the filesystem to fully sync. Independently the EC will force a > full system reset after a short period. So this backup timeout is > unnecessary. > > Signed-off-by: Rob Barnes > > [...] Here is the summary with links: - platform/chrome: cros_ec_lpc: Remove EC panic shutdown timeout https://git.kernel.org/chrome-platform/c/f2d4dced9a58 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html