Skip to content

Commit

Permalink
{chiron,sagit}_defconfig: Disable 16-bit UID calls on ARM64 device
Browse files Browse the repository at this point in the history
Newer architectures do not need 16-bit system call supports. Disabling
of UID16 for ARM64 was proposed back in Linux 3.12-stable.

The patch is included here on [1].

[1] https://lore.kernel.org/patchwork/patch/646132/

Change-Id: I494fa406b2334858afae7c867d40e48fc2b03723
Signed-off-by: Kunmun <[email protected]>
Signed-off-by: Nanhumly <[email protected]>
  • Loading branch information
Panchajanya1999 authored and Nanhumly committed Sep 21, 2023
1 parent 69ea976 commit 04efda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/configs/chiron_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ CONFIG_BLK_DEV_INITRD=y
# CONFIG_RD_LZO is not set
# CONFIG_RD_LZ4 is not set
CONFIG_KALLSYMS_ALL=y
# CONFIG_UID16 is not set
CONFIG_BPF_SYSCALL=y
# CONFIG_MEMBARRIER is not set
CONFIG_EMBEDDED=y
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/configs/sagit_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ CONFIG_BLK_DEV_INITRD=y
# CONFIG_RD_LZO is not set
# CONFIG_RD_LZ4 is not set
CONFIG_KALLSYMS_ALL=y
# CONFIG_UID16 is not set
CONFIG_BPF_SYSCALL=y
# CONFIG_MEMBARRIER is not set
CONFIG_EMBEDDED=y
Expand Down

0 comments on commit 04efda3

Please sign in to comment.