--- zzzz-none-000/linux-3.10.107/fs/Kconfig.binfmt 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/fs/Kconfig.binfmt 2021-02-04 17:41:59.000000000 +0000 @@ -27,7 +27,7 @@ bool depends on COMPAT && BINFMT_ELF -config ARCH_BINFMT_ELF_RANDOMIZE_PIE +config ARCH_BINFMT_ELF_STATE bool config BINFMT_ELF_FDPIC @@ -146,13 +146,6 @@ later load the module when you want to use a Linux/Intel binary. The module will be called binfmt_em86. If unsure, say Y. -config BINFMT_SOM - tristate "Kernel support for SOM binaries" - depends on PARISC && HPUX - help - SOM is a binary executable format inherited from HP/UX. Say - Y here to be able to load and execute SOM binaries directly. - config BINFMT_MISC tristate "Kernel support for MISC binaries" ---help---