Searched hist:"3 b90b09af5be42491a8a74a549318cfa265b3029" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/riscv/kernel/pi/ |
H A D | Makefile | diff 3b90b09af5be42491a8a74a549318cfa265b3029 Thu May 04 14:07:59 CEST 2023 Alexandre Ghiti <alexghiti@rivosinc.com> riscv: Fix orphan section warnings caused by kernel/pi
kernel/pi gives rise to a lot of new sections that end up orphans: the first attempt to fix that tried to enumerate them all in the linker script, but kernel test robot with a random config keeps finding more of them.
So prefix all those sections with .init.pi instead of only .init in order to be able to easily catch them all in the linker script.
Reported-by: kernel test robot <lkp@intel.com> Link: https://lore.kernel.org/oe-kbuild-all/202304301606.Cgp113Ha-lkp@intel.com/ Fixes: 26e7aacb83df ("riscv: Allow to downgrade paging mode from the command line") Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com> Link: https://lore.kernel.org/r/20230504120759.18730-1-alexghiti@rivosinc.com Cc: stable@vger.kernel.org Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|
/linux/arch/riscv/kernel/ |
H A D | vmlinux.lds.S | diff 3b90b09af5be42491a8a74a549318cfa265b3029 Thu May 04 14:07:59 CEST 2023 Alexandre Ghiti <alexghiti@rivosinc.com> riscv: Fix orphan section warnings caused by kernel/pi
kernel/pi gives rise to a lot of new sections that end up orphans: the first attempt to fix that tried to enumerate them all in the linker script, but kernel test robot with a random config keeps finding more of them.
So prefix all those sections with .init.pi instead of only .init in order to be able to easily catch them all in the linker script.
Reported-by: kernel test robot <lkp@intel.com> Link: https://lore.kernel.org/oe-kbuild-all/202304301606.Cgp113Ha-lkp@intel.com/ Fixes: 26e7aacb83df ("riscv: Allow to downgrade paging mode from the command line") Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com> Link: https://lore.kernel.org/r/20230504120759.18730-1-alexghiti@rivosinc.com Cc: stable@vger.kernel.org Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|