Re: [PATCH v6 05/14] x86: Secure Launch main header file

2023-10-31 Thread ross . philipson
On 5/12/23 9:10 AM, Ross Philipson wrote: On 5/12/23 07:00, Matthew Garrett wrote: On Thu, May 04, 2023 at 02:50:14PM +, Ross Philipson wrote: +static inline int tpm12_log_event(void *evtlog_base, u32 evtlog_size, +  u32 event_size, void *event) +{ +    struct

Re: [PATCH v6 05/14] x86: Secure Launch main header file

2023-05-12 Thread Ross Philipson
On 5/12/23 07:00, Matthew Garrett wrote: On Thu, May 04, 2023 at 02:50:14PM +, Ross Philipson wrote: +static inline int tpm12_log_event(void *evtlog_base, u32 evtlog_size, + u32 event_size, void *event) +{ + struct tpm12_event_log_header *evtlog = +

Re: [PATCH v6 05/14] x86: Secure Launch main header file

2023-05-12 Thread Matthew Garrett
On Thu, May 04, 2023 at 02:50:14PM +, Ross Philipson wrote: > +static inline int tpm12_log_event(void *evtlog_base, u32 evtlog_size, > + u32 event_size, void *event) > +{ > + struct tpm12_event_log_header *evtlog = > + (struct

Re: [PATCH v6 05/14] x86: Secure Launch main header file

2023-05-05 Thread Ross Philipson
On 5/5/23 12:25, Simon Horman wrote: On Thu, May 04, 2023 at 02:50:14PM +, Ross Philipson wrote: Introduce the main Secure Launch header file used in the early SL stub and the early setup code. Signed-off-by: Ross Philipson --- include/linux/slaunch.h | 513

Re: [PATCH v6 05/14] x86: Secure Launch main header file

2023-05-05 Thread Simon Horman
On Thu, May 04, 2023 at 02:50:14PM +, Ross Philipson wrote: > Introduce the main Secure Launch header file used in the early SL stub > and the early setup code. > > Signed-off-by: Ross Philipson > --- > include/linux/slaunch.h | 513 > > 1

[PATCH v6 05/14] x86: Secure Launch main header file

2023-05-04 Thread Ross Philipson
Introduce the main Secure Launch header file used in the early SL stub and the early setup code. Signed-off-by: Ross Philipson --- include/linux/slaunch.h | 513 1 file changed, 513 insertions(+) create mode 100644 include/linux/slaunch.h diff