Hello:
This patch was applied to riscv/linux.git (fixes) by Palmer Dabbelt palmer@rivosinc.com:
On Wed, 9 Oct 2024 09:27:49 +0200 you wrote:
Early code designates the code executed when the MMU is not yet enabled, and this comes with some limitations (see Documentation/arch/riscv/boot.rst, section "Pre-MMU execution").
FORTIFY_SOURCE must be disabled then since it can trigger kernel panics as reported in [1].
[...]
Here is the summary with links: - [-fixes] riscv: Do not use fortify in early code https://git.kernel.org/riscv/c/d49320974c4e
You are awesome, thank you!