Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1429309 > unrolled thread

[PATCH 0/3 v2] Certificate insertion support for x86 bzImages

Started byMehmet Kayaalp <mkayaalp@linux.vnet.ibm.com>
First post2016-06-23 01:30 +0200
Last post2016-06-23 01:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3 v2] Certificate insertion support for x86 bzImages Mehmet Kayaalp <mkayaalp@linux.vnet.ibm.com> - 2016-06-23 01:30 +0200

#1429309 — [PATCH 0/3 v2] Certificate insertion support for x86 bzImages

FromMehmet Kayaalp <mkayaalp@linux.vnet.ibm.com>
Date2016-06-23 01:30 +0200
Subject[PATCH 0/3 v2] Certificate insertion support for x86 bzImages
Message-ID<rMYYp-11q-7@gated-at.bofh.it>
These patches add support for modifying the reserved space for extra 
certificates in a compressed bzImage in x86. This allows separating the 
system keyring certificate from the kernel build process. After the kernel 
image is distributed, the insert-sys-cert script can be used to insert the 
certificate for x86.

Changes:
* Rebased 2/3 on top of be1fb0e8eb082 ("kbuild: delete unnecessary "@:"")

Mehmet Kayaalp (3):
  KEYS: Support for inserting a certificate into x86 bzImage
  KEYS: Insert incompressible bytes to vmlinux to reserve space in
    bzImage
  KEYS: Print insert-sys-cert information to stdout instead of stderr

 arch/x86/boot/compressed/Makefile |   8 ++
 scripts/insert-sys-cert.c         | 212 ++++++++++++++++++++++++++++++++++++--
 2 files changed, 212 insertions(+), 8 deletions(-)

-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web