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 A56F015A9 for ; Mon, 9 Jan 2023 05:30:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 4331FC433F0; Mon, 9 Jan 2023 05:30:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673242216; bh=E75lcGz7LkVv7ZTlmKv/+QUdYCQj+x1JMimW1iTMQ+Q=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Ox6gmlFLjqZbCLGjHD9H3xqQhQjqhKHpOV8rSyRv3RFIag5sX7fmptesBY8rSpxNH Xs/yXKncl4VAcNooxCdV8toCMSLQ3bZn8pD7jntrRJtch+ODfYFIE7HbqGOC6KuAoN /L6UN04ScHnP/WXHSWTWXNfOhMMzRyjys25C4S7pgQq7JKY8EgFaehyGwLRq9jpvnZ wBbtWgWpM/8iLqVEfVdJS26ttjvudQZokldprKZvc4vVIJlq5iL3AW7Df5mkWjF+9N 5vktKtQ3jtu43CRRW088+rNVcquNLYFYHL43Fp/1LkeXccnxt5BcFAP/MBwB2G/MWb Q+gJfhKQ0jMfw== 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 32ABCE21EE9; Mon, 9 Jan 2023 05:30:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v3 0/2] Handle CrOS EC Panics From: patchwork-bot+chrome-platform@kernel.org Message-Id: <167324221620.8677.14256406572957344179.git-patchwork-notify@kernel.org> Date: Mon, 09 Jan 2023 05:30:16 +0000 References: <20230104011524.369764-1-robbarnes@google.com> In-Reply-To: <20230104011524.369764-1-robbarnes@google.com> To: Rob Barnes Cc: groeck@chromium.org, pmalani@chromium.org, chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org, dtor@chromium.org Hello: This series was applied to chrome-platform/linux.git (for-next) by Tzung-Bi Shih : On Wed, 4 Jan 2023 01:15:22 +0000 you wrote: > Currently the OS ignores EC panics when they occur. > After reporting a panic, the EC will force a hard reset, > possibly after a short delay. This may cause loss of data. > > These patches add a handler for CrOS EC panics. When > a panic is detected the OS will attempt to flush critical > data for debugging purposes and attempt an orderly shutdown. > > [...] Here is the summary with links: - [v3,1/2] platform/chrome: cros_ec: Poll EC log on EC panic https://git.kernel.org/chrome-platform/c/d90fa2c64d59 - [v3,2/2] platform/chrome: cros_ec: Shutdown on EC Panic https://git.kernel.org/chrome-platform/c/957445d730ba You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html