Skip to content

Commit

Permalink
kernel: disable configurable ksyms
Browse files Browse the repository at this point in the history
Let's see what this does.

Signed-off-by: Rui Salvaterra <[email protected]>
  • Loading branch information
rsalvaterra committed Nov 23, 2023
1 parent 612f54f commit bc6e18e
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions target/linux/generic/config-5.15
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ CONFIG_AF_UNIX_OOB=y
# CONFIG_AHCI_MVEBU is not set
# CONFIG_AHCI_QORIQ is not set
# CONFIG_AHCI_XGENE is not set
CONFIG_AIO=y
# CONFIG_AIO is not set
# CONFIG_AIRO is not set
# CONFIG_AIRO_CS is not set
# CONFIG_AIX_PARTITION is not set
Expand Down Expand Up @@ -876,6 +876,8 @@ CONFIG_CARDBUS=y
CONFIG_CC_CAN_LINK=y
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_CEPH_FS is not set
# CONFIG_CEPH_LIB is not set
Expand Down Expand Up @@ -1307,7 +1309,7 @@ CONFIG_CRYPTO_SKCIPHER2=y
# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_32B is not set
# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
CONFIG_DEBUG_FS=y
# CONFIG_DEBUG_FS is not set
CONFIG_DEBUG_FS_ALLOW_ALL=y
# CONFIG_DEBUG_FS_ALLOW_NONE is not set
# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set
Expand Down Expand Up @@ -4825,7 +4827,7 @@ CONFIG_PREEMPT_NONE=y
# CONFIG_PRESTERA is not set
CONFIG_PREVENT_FIRMWARE_BUILD=y
# CONFIG_PRIME_NUMBERS is not set
CONFIG_PRINTK=y
# CONFIG_PRINTK is not set
# CONFIG_PRINTK_CALLER is not set
# CONFIG_PRINTK_INDEX is not set
CONFIG_PRINTK_NMI=y
Expand Down Expand Up @@ -5391,6 +5393,7 @@ CONFIG_SCSI_PROC_FS=y
# CONFIG_SD_ADC_MODULATOR is not set
# CONFIG_SECCOMP is not set
# CONFIG_SECCOMP_CACHE_DEBUG is not set
# CONFIG_SECCOMP_FILTER is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
Expand All @@ -5399,9 +5402,11 @@ CONFIG_SECURITY_DMESG_RESTRICT=y
# CONFIG_SECURITY_LANDLOCK is not set
# CONFIG_SECURITY_LOADPIN is not set
# CONFIG_SECURITY_LOCKDOWN_LSM is not set
# CONFIG_SECURITY_NETWORK is not set
# CONFIG_SECURITY_NETWORK_XFRM is not set
# CONFIG_SECURITY_PATH is not set
# CONFIG_SECURITY_SAFESETID is not set
# CONFIG_SECURITY_SELINUX is not set
# CONFIG_SECURITY_SELINUX_AVC_STATS is not set
# CONFIG_SECURITY_SELINUX_BOOTPARAM is not set
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0
Expand Down Expand Up @@ -5761,9 +5766,9 @@ CONFIG_SIGNALFD=y
# CONFIG_SKY2 is not set
# CONFIG_SKY2_DEBUG is not set
# CONFIG_SLAB is not set
CONFIG_SLABINFO=y
CONFIG_SLAB_FREELIST_HARDENED=y
CONFIG_SLAB_FREELIST_RANDOM=y
# CONFIG_SLABINFO is not set
# CONFIG_SLAB_FREELIST_HARDENED is not set
# CONFIG_SLAB_FREELIST_RANDOM is not set
CONFIG_SLAB_MERGE_DEFAULT=y
# CONFIG_SLHC is not set
# CONFIG_SLICOSS is not set
Expand Down Expand Up @@ -6386,7 +6391,7 @@ CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES=y
# CONFIG_SURFACE_3_BUTTON is not set
# CONFIG_SUSPEND is not set
# CONFIG_SUSPEND_SKIP_SYNC is not set
CONFIG_SWAP=y
# CONFIG_SWAP is not set
# CONFIG_SWCONFIG is not set
# CONFIG_SWCONFIG_B53 is not set
# CONFIG_SWCONFIG_B53_MDIO_DRIVER is not set
Expand Down

0 comments on commit bc6e18e

Please sign in to comment.