Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'mips-fixes_5.12_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux

Pull MIPS fix from Thomas Bogendoerfer:
"Fix for fdt alignment when image is compressed"

* tag 'mips-fixes_5.12_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:
MIPS: vmlinux.lds.S: Fix appended dtb not properly aligned

+1 -1
+1 -1
arch/mips/kernel/vmlinux.lds.S
··· 176 176 .fill : { 177 177 FILL(0); 178 178 BYTE(0); 179 - . = ALIGN(8); 179 + STRUCT_ALIGN(); 180 180 } 181 181 __appended_dtb = .; 182 182 /* leave space for appended DTB */