On Sat, May 4, 2024 at 11:02 PM Emil Renner Berthing <emil.renner.berthing@xxxxxxxxxxxxx> wrote: > > Masahiro Yamada wrote: > > On Thu, May 2, 2024 at 8:16 PM Emil Renner Berthing > > <emil.renner.berthing@xxxxxxxxxxxxx> wrote: > > > > > > Use the KBUILD_IMAGE variable to determine the right kernel image to > > > install and install compressed images to /boot/vmlinuz-$version like the > > > 'make install' target already does. > > > > > > Signed-off-by: Emil Renner Berthing <emil.renner.berthing@xxxxxxxxxxxxx> > > > --- > > > This patch depends on Masahiro's patch at > > > https://lore.kernel.org/r/20240414174139.3001175-1-masahiroy@xxxxxxxxxx > > > > Thank you for fixing the issue for riscv. > > Only the question I have is how this patch series gets in. > > If it waits for the next development cycle, it will be > > cleanly applicable. > > I'm ok with waiting, but otherwise Palmer could take patch 1 and 2 and you > could take patch 3. The worst that can happen is that a bisect lands on your > branch that will only package the uncompressed Image in the tarballs even if > Image.gz or Image.bz2 exist. CONFIG_EFI_ZBOOT=y and CONFIG_XIP_KERNEL=y_kernels > will also be fine with only patch 3 applied. Ah, OK. 3/3 is independently applicable. I applied this to linux-kbuild now. Thanks. (I added braces around KBUILD_IMAGE to keep consistency) I leave the first two patches to Palmer. -- Best Regards Masahiro Yamada