mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
[x86,alpha,m68k] binfmt: Disable BINFMT_AOUT, IA32_AOUT, OSF4_COMPAT
a.out support is now untested and occasionally results in security bugs, and will be deprecated upstream (depends on BROKEN) for x86 in 5.1. Disable it completely. See: https://lore.kernel.org/lkml/CAG48ez1RVd5mQ_Pb6eygQESaZhpQz765OAZYSoPE0kPqfZEXQg@mail.gmail.com/ https://lore.kernel.org/lkml/20190305145717.GD8256@zn.tnic/
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
linux (4.19.28-2) UNRELEASED; urgency=medium
|
||||
|
||||
* [x86,alpha,m68k] binfmt: Disable BINFMT_AOUT, IA32_AOUT, OSF4_COMPAT
|
||||
|
||||
-- Ben Hutchings <ben@decadent.org.uk> Tue, 12 Mar 2019 15:44:31 +0000
|
||||
|
||||
linux (4.19.28-1) unstable; urgency=medium
|
||||
|
||||
* New upstream stable update:
|
||||
|
||||
2
debian/config/alpha/config
vendored
2
debian/config/alpha/config
vendored
@@ -904,8 +904,6 @@ CONFIG_USBPCWATCHDOG=m
|
||||
##
|
||||
## file: fs/Kconfig.binfmt
|
||||
##
|
||||
CONFIG_BINFMT_AOUT=m
|
||||
CONFIG_OSF4_COMPAT=y
|
||||
# CONFIG_BINFMT_EM86 is not set
|
||||
|
||||
##
|
||||
|
||||
1
debian/config/amd64/config
vendored
1
debian/config/amd64/config
vendored
@@ -33,6 +33,7 @@ CONFIG_LEGACY_VSYSCALL_NONE=y
|
||||
## end choice
|
||||
CONFIG_PCI_MMCONFIG=y
|
||||
CONFIG_ISA_DMA_API=y
|
||||
# CONFIG_IA32_AOUT is not set
|
||||
CONFIG_X86_X32=y
|
||||
CONFIG_X86_X32_DISABLED=y
|
||||
|
||||
|
||||
1
debian/config/amd64/config.cloud-amd64
vendored
1
debian/config/amd64/config.cloud-amd64
vendored
@@ -18,7 +18,6 @@
|
||||
# CONFIG_ISA_DMA_API is not set
|
||||
# CONFIG_ISA is not set
|
||||
# CONFIG_EISA is not set
|
||||
# CONFIG_IA32_AOUT is not set
|
||||
# CONFIG_X86_X32 is not set
|
||||
|
||||
##
|
||||
|
||||
1
debian/config/config
vendored
1
debian/config/config
vendored
@@ -5772,6 +5772,7 @@ CONFIG_BFS_FS=m
|
||||
CONFIG_BINFMT_ELF=y
|
||||
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
|
||||
CONFIG_BINFMT_SCRIPT=y
|
||||
# CONFIG_BINFMT_AOUT is not set
|
||||
CONFIG_BINFMT_MISC=m
|
||||
CONFIG_COREDUMP=y
|
||||
|
||||
|
||||
5
debian/config/i386/config
vendored
5
debian/config/i386/config
vendored
@@ -465,11 +465,6 @@ CONFIG_PCWATCHDOG=m
|
||||
CONFIG_MIXCOMWD=m
|
||||
CONFIG_WDT=m
|
||||
|
||||
##
|
||||
## file: fs/Kconfig.binfmt
|
||||
##
|
||||
CONFIG_BINFMT_AOUT=m
|
||||
|
||||
##
|
||||
## file: kernel/irq/Kconfig
|
||||
##
|
||||
|
||||
1
debian/config/kernelarch-x86/config
vendored
1
debian/config/kernelarch-x86/config
vendored
@@ -80,7 +80,6 @@ CONFIG_PCI=y
|
||||
#. Doesn't support handover; see #822575
|
||||
# CONFIG_X86_SYSFB is not set
|
||||
CONFIG_IA32_EMULATION=y
|
||||
CONFIG_IA32_AOUT=y
|
||||
|
||||
##
|
||||
## file: arch/x86/Kconfig.cpu
|
||||
|
||||
1
debian/config/m68k/config
vendored
1
debian/config/m68k/config
vendored
@@ -633,7 +633,6 @@ CONFIG_ZORRO_NAMES=y
|
||||
## file: fs/Kconfig.binfmt
|
||||
##
|
||||
CONFIG_BINFMT_ELF=y
|
||||
CONFIG_BINFMT_AOUT=m
|
||||
CONFIG_BINFMT_MISC=m
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user