Comment 3 for bug 1996071

Revision history for this message
Frank Heimes (fheimes) wrote : Re: [UBUNTU 20.04] boot: Add secure boot trailer

In the focal master-next tree file 'vmlinux.lds.S' is at a different location: 'arch/s390/boot/compressed/' instead of 'arch/s390/boot/'
and the context is also slightly different.

Would you please have a look at the attached backport for focal and confirm that it's correct?
Since it has this add. block:
"
 . = ALIGN(256);
 .bss : {
  _bss = . ;
  *(.bss)
  *(.bss.*)
  *(COMMON)
  . = ALIGN(8); /* For convenience during zeroing */
  _ebss = .;
 }
"

Cherry-pick was fine for kinetic and jammy.