From bc6e18ecb01907381629e46cd4b9a8f4c7c1a642 Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Wed, 9 Feb 2022 11:36:18 +0000 Subject: [PATCH] kernel: disable configurable ksyms Let's see what this does. Signed-off-by: Rui Salvaterra --- target/linux/generic/config-5.15 | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index 915e23831b328c..a541c24a10a56b 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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