Re: [PATCH] x86, build: replace Perl script with Shell script

2015-01-12 Thread Rob Landley
On 01/12/2015 08:17 PM, Kees Cook wrote: > Commit e6023367d779 ("x86, kaslr: Prevent .bss from overlaping initrd") > added Perl to the required build environment. This reimplements in shell > the Perl script used to find the size of the kernel with bss and brk added. > > Reported-by: Rob Landley

[PATCH] x86, build: replace Perl script with Shell script

2015-01-12 Thread Kees Cook
Commit e6023367d779 ("x86, kaslr: Prevent .bss from overlaping initrd") added Perl to the required build environment. This reimplements in shell the Perl script used to find the size of the kernel with bss and brk added. Reported-by: Rob Landley Signed-off-by: Kees Cook Cc: sta...@vger.kernel.or