Message ID | 20241219-hw_protection-reboot-v1-0-263a0c1df802@pengutronix.de (mailing list archive) |
---|---|
Headers | show
Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (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 800AE217710 for <linux-security-module@vger.kernel.org>; Thu, 19 Dec 2024 07:32:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734593545; cv=none; b=o/HiOIepWsTJddYd81srrS0Jz98EsHt/nG7Q5FX3+TpABTMid70mQMJI2byUy/7qSu+ee6YG+ZBGFbv3ZN/RPaiGQB952x7Kkajy64sGfh0QCIEtOKdjOjsX+2rP6N/Ox8KqyIYNT15Z68nHMyDK294Fo7rIHicKBYDAkYc1uKM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734593545; c=relaxed/simple; bh=7RTxGMyJEufyqyVhoa0s2MPskpvrfhslVr1jsWa99KE=; h=From:Subject:Date:Message-Id:MIME-Version:Content-Type:To:Cc; b=MyyQsIiNoukcZtOoPfgKSlnWSUhfJVLAvK6+szTHODRg6R3pD9JBpJ5nyzt1h1L6DrybdoVoEj7IyBP5vf6DbyIJ3jbAEjTM8eTLEKMQ1LPNzP8xCq1JMSfG+q+GecCqb7bMNP9EQA2VKFAPEqKDJAj3vqG14cEDwUPCrwilCqc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from <a.fatoum@pengutronix.de>) id 1tOB0O-00088T-1S; Thu, 19 Dec 2024 08:31:32 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from <a.fatoum@pengutronix.de>) id 1tOB0L-004APo-1p; Thu, 19 Dec 2024 08:31:30 +0100 Received: from localhost ([::1] helo=dude05.red.stw.pengutronix.de) by dude05.red.stw.pengutronix.de with esmtp (Exim 4.96) (envelope-from <a.fatoum@pengutronix.de>) id 1tOB0M-00GkbH-0j; Thu, 19 Dec 2024 08:31:30 +0100 From: Ahmad Fatoum <a.fatoum@pengutronix.de> Subject: [PATCH 00/11] reboot: support runtime configuration of emergency hw_protection action Date: Thu, 19 Dec 2024 08:31:21 +0100 Message-Id: <20241219-hw_protection-reboot-v1-0-263a0c1df802@pengutronix.de> Precedence: bulk X-Mailing-List: linux-security-module@vger.kernel.org List-Id: <linux-security-module.vger.kernel.org> List-Subscribe: <mailto:linux-security-module+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-security-module+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-B4-Tracking: v=1; b=H4sIAMnLY2cC/x2MQQ5AMBAAvyJ71kRbSn1FRKjFXlS2DRLxd43jJ DPzQEAmDNBmDzCeFMjvCWSegdvGfUVBc2JQhSqlko3YruFgH9HFZArGyfsorLGVLq2ulRkhpQf jQve/7fr3/QCZth26ZgAAAA== X-Change-ID: 20241218-hw_protection-reboot-96953493726a To: Daniel Lezcano <daniel.lezcano@linaro.org>, Fabio Estevam <festevam@denx.de>, "Rafael J. Wysocki" <rafael@kernel.org>, Zhang Rui <rui.zhang@intel.com>, Lukasz Luba <lukasz.luba@arm.com>, Jonathan Corbet <corbet@lwn.net>, Serge Hallyn <serge@hallyn.com>, Liam Girdwood <lgirdwood@gmail.com>, Mark Brown <broonie@kernel.org>, Matti Vaittinen <mazziesaccount@gmail.com>, Benson Leung <bleung@chromium.org>, Tzung-Bi Shih <tzungbi@kernel.org>, Guenter Roeck <groeck@chromium.org>, Rob Herring <robh@kernel.org>, Krzysztof Kozlowski <krzk+dt@kernel.org>, Conor Dooley <conor+dt@kernel.org> Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-doc@vger.kernel.org, linux-security-module@vger.kernel.org, chrome-platform@lists.linux.dev, devicetree@vger.kernel.org, kernel@pengutronix.de, Ahmad Fatoum <a.fatoum@pengutronix.de>, Matteo Croce <mcroce@microsoft.com> X-Mailer: b4 0.14.2 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: a.fatoum@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-security-module@vger.kernel.org |
Series |
reboot: support runtime configuration of emergency hw_protection action
|
expand
|