Re: [PATCH v4 0/7] x86/boot: Remove runtime relocations from compressed kernel

From: Arvind Sankar
Date: Tue Jul 14 2020 - 10:15:57 EST


On Tue, Jul 14, 2020 at 03:15:49PM +0200, Sedat Dilek wrote:
>
> How to test this series without building a full new kernel?
>
> make $make_opts vmlinux
>
> - Sedat -
>

Not sure I understood the question: you do have to build a full new
kernel with this patch series to test it. Since the changes are to the
compressed kernel, you would need to make bzImage, which is the end
product of the full kernel build.

Thanks.