Re: [PATCH v8 2/4] kexec, KEYS: make the code in bzImage64_verify_sig generic

2022-06-15 Thread Coiby Xu
Hi Mimi, On Thu, Jun 09, 2022 at 06:18:44PM -0400, Mimi Zohar wrote: Hi Coiby, On Thu, 2022-05-12 at 15:01 +0800, Coiby Xu wrote: commit 278311e417be ("kexec, KEYS: Make use of platform keyring for signature verify") adds platform keyring support on x86 kexec but not arm64. The code in

Re: [PATCH v8 2/4] kexec, KEYS: make the code in bzImage64_verify_sig generic

2022-06-09 Thread Mimi Zohar
Hi Coiby, On Thu, 2022-05-12 at 15:01 +0800, Coiby Xu wrote: > commit 278311e417be ("kexec, KEYS: Make use of platform keyring for > signature verify") adds platform keyring support on x86 kexec but not > arm64. > > The code in bzImage64_verify_sig makes use of system keyrings including >

Re: [PATCH v8 2/4] kexec, KEYS: make the code in bzImage64_verify_sig generic

2022-05-12 Thread Baoquan He
On 05/12/22 at 03:01pm, Coiby Xu wrote: > commit 278311e417be ("kexec, KEYS: Make use of platform keyring for > signature verify") adds platform keyring support on x86 kexec but not > arm64. > > The code in bzImage64_verify_sig makes use of system keyrings including > .buitin_trusted_keys,

[PATCH v8 2/4] kexec, KEYS: make the code in bzImage64_verify_sig generic

2022-05-12 Thread Coiby Xu
commit 278311e417be ("kexec, KEYS: Make use of platform keyring for signature verify") adds platform keyring support on x86 kexec but not arm64. The code in bzImage64_verify_sig makes use of system keyrings including .buitin_trusted_keys, .secondary_trusted_keys and .platform keyring to verify