Hello Greg, On Thu, 14 Nov 2024 10:40:03 +0900, Greg Ungerer wrote: > I was only interested in the ability to run ELF based static/PIE binaries > when I did 782f4c5c44e7d99d ("m68knommu: allow elf_fdpic loader to be selected"). > I did the same thing for RISC-V in commit 9549fb354ef1 ("riscv: support the > elf-fdpic binfmt loader"), limiting it to !MMU configurations only. > > There is no need for binfmt_fdpic in MMU configurations if all you want to > do is run ELF PIE binaries. The normal binfmt_elf loader can load and run > those already. Yes, my motivation to use this loader is run elf PIE binaries under !MMU environment. -- Hajime