Re: [PATCH v6 04/14] x86: Secure Launch Resource Table header file

2023-07-07 Thread Daniel P. Smith
On 6/16/23 16:15, Matthew Garrett wrote: On Fri, Jun 16, 2023 at 04:01:09PM -0400, Daniel P. Smith wrote: On 5/15/23 21:43, Matthew Garrett wrote: On Mon, May 15, 2023 at 08:41:00PM -0400, Daniel P. Smith wrote: On 5/15/23 17:22, Matthew Garrett wrote: What if I don't use grub, but use

Re: [PATCH v6 04/14] x86: Secure Launch Resource Table header file

2023-06-16 Thread Matthew Garrett
On Fri, Jun 16, 2023 at 04:01:09PM -0400, Daniel P. Smith wrote: > On 5/15/23 21:43, Matthew Garrett wrote: > > On Mon, May 15, 2023 at 08:41:00PM -0400, Daniel P. Smith wrote: > > > On 5/15/23 17:22, Matthew Garrett wrote: > > > > What if I don't use grub, but use something that behaves

Re: [PATCH v6 04/14] x86: Secure Launch Resource Table header file

2023-06-16 Thread Daniel P. Smith
On 5/15/23 21:43, Matthew Garrett wrote: On Mon, May 15, 2023 at 08:41:00PM -0400, Daniel P. Smith wrote: On 5/15/23 17:22, Matthew Garrett wrote: What if I don't use grub, but use something that behaves equivalently? Which value should be used here? Generally we would request that the

Re: [PATCH v6 04/14] x86: Secure Launch Resource Table header file

2023-05-15 Thread Matthew Garrett
On Mon, May 15, 2023 at 08:41:00PM -0400, Daniel P. Smith wrote: > On 5/15/23 17:22, Matthew Garrett wrote: > > What if I don't use grub, but use something that behaves equivalently? > > Which value should be used here? > > Generally we would request that the bootloader submit a request to

Re: [PATCH v6 04/14] x86: Secure Launch Resource Table header file

2023-05-15 Thread Daniel P. Smith
On 5/15/23 17:22, Matthew Garrett wrote: On Mon, May 15, 2023 at 05:15:15PM -0400, Daniel P. Smith wrote: On 5/12/23 06:55, Matthew Garrett wrote: On Thu, May 04, 2023 at 02:50:13PM +, Ross Philipson wrote: +#define SLR_TABLE_MAGIC0x4452544d From convention I'd expect

Re: [PATCH v6 04/14] x86: Secure Launch Resource Table header file

2023-05-15 Thread Matthew Garrett
On Mon, May 15, 2023 at 05:15:15PM -0400, Daniel P. Smith wrote: > On 5/12/23 06:55, Matthew Garrett wrote: > > On Thu, May 04, 2023 at 02:50:13PM +, Ross Philipson wrote: > > > > > +#define SLR_TABLE_MAGIC 0x4452544d > > > > From convention I'd expect this to be 0x534c5254, but

Re: [PATCH v6 04/14] x86: Secure Launch Resource Table header file

2023-05-15 Thread Daniel P. Smith
On 5/12/23 06:55, Matthew Garrett wrote: On Thu, May 04, 2023 at 02:50:13PM +, Ross Philipson wrote: +#define SLR_TABLE_MAGIC0x4452544d From convention I'd expect this to be 0x534c5254, but not really an issue. Apologies, but which convention? +/* SLR defined

Re: [PATCH v6 04/14] x86: Secure Launch Resource Table header file

2023-05-15 Thread Daniel P. Smith
On 5/10/23 19:04, Jarkko Sakkinen wrote: On Thu May 4, 2023 at 5:50 PM EEST, Ross Philipson wrote: Introduce the Secure Launch Resource Table which forms the formal interface between the pre and post launch code. Signed-off-by: Ross Philipson --- include/linux/slr_table.h | 270

Re: [PATCH v6 04/14] x86: Secure Launch Resource Table header file

2023-05-12 Thread Matthew Garrett
On Thu, May 04, 2023 at 02:50:13PM +, Ross Philipson wrote: > +#define SLR_TABLE_MAGIC 0x4452544d >From convention I'd expect this to be 0x534c5254, but not really an issue. > +/* SLR defined bootloaders */ > +#define SLR_BOOTLOADER_INVALID 0 > +#define

Re: [PATCH v6 04/14] x86: Secure Launch Resource Table header file

2023-05-10 Thread Jarkko Sakkinen
On Thu May 4, 2023 at 5:50 PM EEST, Ross Philipson wrote: > Introduce the Secure Launch Resource Table which forms the formal > interface between the pre and post launch code. > > Signed-off-by: Ross Philipson > --- > include/linux/slr_table.h | 270 >

Re: [PATCH v6 04/14] x86: Secure Launch Resource Table header file

2023-05-05 Thread Ross Philipson
On 5/5/23 12:22, Simon Horman wrote: On Thu, May 04, 2023 at 02:50:13PM +, Ross Philipson wrote: Introduce the Secure Launch Resource Table which forms the formal interface between the pre and post launch code. Signed-off-by: Ross Philipson --- include/linux/slr_table.h | 270

Re: [PATCH v6 04/14] x86: Secure Launch Resource Table header file

2023-05-05 Thread Simon Horman
On Thu, May 04, 2023 at 02:50:13PM +, Ross Philipson wrote: > Introduce the Secure Launch Resource Table which forms the formal > interface between the pre and post launch code. > > Signed-off-by: Ross Philipson > --- > include/linux/slr_table.h | 270 >

[PATCH v6 04/14] x86: Secure Launch Resource Table header file

2023-05-04 Thread Ross Philipson
Introduce the Secure Launch Resource Table which forms the formal interface between the pre and post launch code. Signed-off-by: Ross Philipson --- include/linux/slr_table.h | 270 ++ 1 file changed, 270 insertions(+) create mode 100644