diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-04-22 19:56:42 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-04-29 21:56:53 +0200 |
commit | 829a50d242287060c749882b7bf9af4c6a4505b4 (patch) | |
tree | feb158eb64b691b74607244ceba5bc78a4c83dc7 /target/linux/bcm27xx | |
parent | 7815c55f7d0ee4bef94ddc54c4845c399f964719 (diff) | |
download | upstream-829a50d242287060c749882b7bf9af4c6a4505b4.tar.gz upstream-829a50d242287060c749882b7bf9af4c6a4505b4.tar.bz2 upstream-829a50d242287060c749882b7bf9af4c6a4505b4.zip |
bcm27xx: Deactivate CONFIG_OABI_COMPAT
This deactivates the kernel option CONFIG_OABI_COMPAT.
The old arm OABI is not needed any more, we compile all applications for
the new ARM EABI.
This reduces the attack surface of the kernel syscall interface.
On all other targets CONFIG_OABI_COMPAT is already deactivated.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/bcm27xx')
-rw-r--r-- | target/linux/bcm27xx/bcm2708/config-5.15 | 1 | ||||
-rw-r--r-- | target/linux/bcm27xx/bcm2709/config-5.15 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/bcm27xx/bcm2708/config-5.15 b/target/linux/bcm27xx/bcm2708/config-5.15 index fc6e1eaac0..bd50729856 100644 --- a/target/linux/bcm27xx/bcm2708/config-5.15 +++ b/target/linux/bcm27xx/bcm2708/config-5.15 @@ -256,7 +256,6 @@ CONFIG_NO_HZ=y CONFIG_NO_HZ_COMMON=y CONFIG_NO_HZ_IDLE=y CONFIG_NVMEM=y -CONFIG_OABI_COMPAT=y CONFIG_OF=y CONFIG_OF_ADDRESS=y CONFIG_OF_CONFIGFS=y diff --git a/target/linux/bcm27xx/bcm2709/config-5.15 b/target/linux/bcm27xx/bcm2709/config-5.15 index df02b09005..82d91f3024 100644 --- a/target/linux/bcm27xx/bcm2709/config-5.15 +++ b/target/linux/bcm27xx/bcm2709/config-5.15 @@ -320,7 +320,6 @@ CONFIG_NO_HZ_COMMON=y CONFIG_NO_HZ_IDLE=y CONFIG_NR_CPUS=4 CONFIG_NVMEM=y -CONFIG_OABI_COMPAT=y CONFIG_OF=y CONFIG_OF_ADDRESS=y CONFIG_OF_CONFIGFS=y |