Searched hist:"4119 ba211bc4f1bf638f41e50b7a0f329f58aa16" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/xtensa/boot/ |
H A D | Makefile | diff 4119ba211bc4f1bf638f41e50b7a0f329f58aa16 Tue Oct 30 02:30:13 CET 2018 Max Filippov <jcmvbkbc@gmail.com> xtensa: add NOTES section to the linker script
This section collects all source .note.* sections together in the vmlinux image. Without it .note.Linux section may be placed at address 0, while the rest of the kernel is at its normal address, resulting in a huge vmlinux.bin image that may not be linked into the xtensa Image.elf.
Cc: stable@vger.kernel.org Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
|
/linux/arch/xtensa/kernel/ |
H A D | vmlinux.lds.S | diff 4119ba211bc4f1bf638f41e50b7a0f329f58aa16 Tue Oct 30 02:30:13 CET 2018 Max Filippov <jcmvbkbc@gmail.com> xtensa: add NOTES section to the linker script
This section collects all source .note.* sections together in the vmlinux image. Without it .note.Linux section may be placed at address 0, while the rest of the kernel is at its normal address, resulting in a huge vmlinux.bin image that may not be linked into the xtensa Image.elf.
Cc: stable@vger.kernel.org Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
|