Re: [PATCH 1/4] KEYS: Insert incompressible bytes to reserve space in bzImage

2016-11-25 Thread Mehmet Kayaalp
> On Nov 25, 2016, at 4:06 AM, David Howells wrote: > > Mehmet Kayaalp wrote: > >> Include a random filled binary in vmlinux at the space reserved with >> CONFIG_SYSTEM_EXTRA_CERTIFICATE. This results in an uncompressed reserved >> area inside the bzImage as well, so that it can be replaced wi

Re: [PATCH 1/4] KEYS: Insert incompressible bytes to reserve space in bzImage

2016-11-25 Thread David Howells
Mehmet Kayaalp wrote: > Include a random filled binary in vmlinux at the space reserved with > CONFIG_SYSTEM_EXTRA_CERTIFICATE. This results in an uncompressed reserved > area inside the bzImage as well, so that it can be replaced with an actual > certificate later (after the bzImage is distribut

[PATCH 1/4] KEYS: Insert incompressible bytes to reserve space in bzImage

2016-11-21 Thread Mehmet Kayaalp
Include a random filled binary in vmlinux at the space reserved with CONFIG_SYSTEM_EXTRA_CERTIFICATE. This results in an uncompressed reserved area inside the bzImage as well, so that it can be replaced with an actual certificate later (after the bzImage is distributed). Signed-off-by: Mehmet Kaya