On Thu, Dec 12, 2024 at 07:12:09PM +0900, Hajime Tazaki wrote: > As UML supports CONFIG_MMU=n case, it has to use an alternate ELF > loader, FDPIC ELF loader. In this commit, we added necessary > definitions in the arch, as UML has not been used so far. It also > updates Kconfig file to use BINFMT_ELF_FDPIC under !MMU environment. > > Cc: Eric Biederman <ebied...@xmission.com> > Cc: Kees Cook <k...@kernel.org> > Cc: Alexander Viro <v...@zeniv.linux.org.uk> > Cc: Christian Brauner <brau...@kernel.org> > Cc: Jan Kara <j...@suse.cz> > Cc: linux...@kvack.org > Cc: linux-fsde...@vger.kernel.org > Signed-off-by: Hajime Tazaki <thehaj...@gmail.com>
Acked-by: Kees Cook <k...@kernel.org> -- Kees Cook