[PATCH v14 13/19] x86/reboot: Secure Launch SEXIT support on reboot paths
Dave Hansen
dave.hansen at intel.com
Mon Apr 21 15:57:56 PDT 2025
On 4/21/25 09:27, Ross Philipson wrote:
> @@ -788,6 +790,9 @@ static void native_machine_halt(void)
>
> tboot_shutdown(TB_SHUTDOWN_HALT);
>
> + /* SEXIT done after machine_shutdown() to meet TXT requirements */
> + slaunch_finalize(1);
This is the kind of stuff that needs to get fixed up before this series
can go _anywhere_.
"TXT requirements" is not useful to a maintainer. *WHAT* requirement?
*WHY* must it be done this way?
This code is unmaintainable as it stands.
More information about the kexec
mailing list