Skip to content

Commit

Permalink
bcm27xx: Deactivate CONFIG_OABI_COMPAT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
hauke committed Apr 29, 2023
1 parent 7815c55 commit 829a50d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion target/linux/bcm27xx/bcm2708/config-5.15
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion target/linux/bcm27xx/bcm2709/config-5.15
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 829a50d

Please sign in to comment.