Re: [PATCH v3 05/22] x86/boot/slaunch-early: early TXT checks and boot data retrieval

2025-07-08 Thread Jan Beulich
On 30.05.2025 15:17, Sergii Dmytruk wrote: > --- a/xen/arch/x86/include/asm/intel-txt.h > +++ b/xen/arch/x86/include/asm/intel-txt.h > @@ -93,6 +93,8 @@ > > #ifndef __ASSEMBLY__ > > +#include > + > /* Need to differentiate between pre- and post paging enabled. */ > #ifdef __EARLY_SLAUNCH__

Re: [PATCH v3 05/22] x86/boot/slaunch-early: early TXT checks and boot data retrieval

2025-06-11 Thread Sergii Dmytruk
On Tue, Jun 03, 2025 at 10:03:31AM -0700, ross.philip...@oracle.com wrote: > > From: Krystian Hebel > > > > The tests validate that important parts of memory are protected against > > DMA attacks, including Xen and MBI. Modules can be tested later, when it > > is possible to report issues to a us

Re: [PATCH v3 05/22] x86/boot/slaunch-early: early TXT checks and boot data retrieval

2025-06-03 Thread ross . philipson
On 5/30/25 6:17 AM, Sergii Dmytruk wrote: From: Krystian Hebel The tests validate that important parts of memory are protected against DMA attacks, including Xen and MBI. Modules can be tested later, when it is possible to report issues to a user before invoking TXT reset. TPM event log valida

[PATCH v3 05/22] x86/boot/slaunch-early: early TXT checks and boot data retrieval

2025-05-30 Thread Sergii Dmytruk
From: Krystian Hebel The tests validate that important parts of memory are protected against DMA attacks, including Xen and MBI. Modules can be tested later, when it is possible to report issues to a user before invoking TXT reset. TPM event log validation is temporarily disabled due to an issue