[PATCH] builddeb: Support signing kernels with a Machine Owner Key

2021-10-13 Thread Matthew Wilcox (Oracle)
If the config file specifies a signing key, use it to sign the kernel so that machines with SecureBoot enabled can boot. See https://wiki.debian.org/SecureBoot Signed-off-by: Matthew Wilcox (Oracle) --- scripts/package/builddeb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) dif

[PATCH] builddeb: Support signing kernels with a Machine Owner Key

2021-05-06 Thread Matthew Wilcox (Oracle)
If the config file specifies a signing key, use it to sign the kernel so that machines with SecureBoot enabled can boot. See https://wiki.debian.org/SecureBoot Signed-off-by: Matthew Wilcox (Oracle) --- scripts/package/builddeb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) dif

Re: [PATCH] builddeb: Support signing kernels with a Machine Owner Key

2021-12-16 Thread Matthew Wilcox
On Thu, Nov 04, 2021 at 06:28:40PM +0900, Masahiro Yamada wrote: > On Thu, Oct 14, 2021 at 6:47 PM Ard Biesheuvel wrote: > > > > On Wed, 13 Oct 2021 at 22:07, Matthew Wilcox (Oracle) > > wrote: > > > > > > If the config file specifies a signing key, use it to sign > > > the kernel so that machine

Re: [PATCH] builddeb: Support signing kernels with a Machine Owner Key

2021-12-17 Thread Masahiro Yamada
On Fri, Dec 17, 2021 at 7:04 AM Matthew Wilcox wrote: > > On Thu, Nov 04, 2021 at 06:28:40PM +0900, Masahiro Yamada wrote: > > On Thu, Oct 14, 2021 at 6:47 PM Ard Biesheuvel wrote: > > > > > > On Wed, 13 Oct 2021 at 22:07, Matthew Wilcox (Oracle) > > > wrote: > > > > > > > > If the config file s

Re: [PATCH] builddeb: Support signing kernels with a Machine Owner Key

2021-10-14 Thread Ard Biesheuvel
On Wed, 13 Oct 2021 at 22:07, Matthew Wilcox (Oracle) wrote: > > If the config file specifies a signing key, use it to sign > the kernel so that machines with SecureBoot enabled can boot. > See https://wiki.debian.org/SecureBoot > > Signed-off-by: Matthew Wilcox (Oracle) For the change itself A

Re: [PATCH] builddeb: Support signing kernels with a Machine Owner Key

2021-11-04 Thread Masahiro Yamada
On Thu, Oct 14, 2021 at 6:47 PM Ard Biesheuvel wrote: > > On Wed, 13 Oct 2021 at 22:07, Matthew Wilcox (Oracle) > wrote: > > > > If the config file specifies a signing key, use it to sign > > the kernel so that machines with SecureBoot enabled can boot. > > See https://wiki.debian.org/SecureBoot

Re: [PATCH] builddeb: Support signing kernels with a Machine Owner Key

2021-05-06 Thread Ard Biesheuvel
On Thu, 6 May 2021 at 14:00, Matthew Wilcox (Oracle) wrote: > > If the config file specifies a signing key, use it to sign > the kernel so that machines with SecureBoot enabled can boot. > See https://wiki.debian.org/SecureBoot > > Signed-off-by: Matthew Wilcox (Oracle) > --- > scripts/package/b

Re: [PATCH] builddeb: Support signing kernels with a Machine Owner Key

2021-05-06 Thread Matthew Wilcox
On Thu, May 06, 2021 at 02:01:53PM +0200, Ard Biesheuvel wrote: > On Thu, 6 May 2021 at 14:00, Matthew Wilcox (Oracle) > wrote: > > > > If the config file specifies a signing key, use it to sign > > the kernel so that machines with SecureBoot enabled can boot. > > See https://wiki.debian.org/Secur

Re: [PATCH] builddeb: Support signing kernels with a Machine Owner Key

2021-05-06 Thread Ard Biesheuvel
(+ Peter) On Thu, 6 May 2021 at 15:37, Matthew Wilcox wrote: > > On Thu, May 06, 2021 at 02:01:53PM +0200, Ard Biesheuvel wrote: > > On Thu, 6 May 2021 at 14:00, Matthew Wilcox (Oracle) > > wrote: > > > > > > If the config file specifies a signing key, use it to sign > > > the kernel so that mac