Skip to content

Commit 87402ba

Browse files
committed
Disable filesystem caching and removed a lot of debug from the kernel
Related to torvalds#116
1 parent 2461c38 commit 87402ba

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

wems-config-3.7

+8-15
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,10 @@ CONFIG_MIGRATION=y
379379
CONFIG_ZONE_DMA_FLAG=0
380380
CONFIG_VIRT_TO_BUS=y
381381
CONFIG_KSM=y
382-
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
382+
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
383383
CONFIG_CROSS_MEMORY_ATTACH=y
384384
CONFIG_NEED_PER_CPU_KM=y
385-
CONFIG_CLEANCACHE=y
385+
# CONFIG_CLEANCACHE is not set
386386
CONFIG_FORCE_MAX_ZONEORDER=11
387387
CONFIG_ALIGNMENT_TRAP=y
388388
# CONFIG_UACCESS_WITH_MEMCPY is not set
@@ -1545,12 +1545,7 @@ CONFIG_FANOTIFY=y
15451545
#
15461546
# Caches
15471547
#
1548-
CONFIG_FSCACHE=y
1549-
# CONFIG_FSCACHE_STATS is not set
1550-
# CONFIG_FSCACHE_HISTOGRAM is not set
1551-
# CONFIG_FSCACHE_DEBUG is not set
1552-
# CONFIG_FSCACHE_OBJECT_LIST is not set
1553-
# CONFIG_CACHEFILES is not set
1548+
# CONFIG_FSCACHE is not set
15541549

15551550
#
15561551
# CD-ROM/DVD Filesystems
@@ -1618,7 +1613,6 @@ CONFIG_NFS_V4=y
16181613
# CONFIG_NFS_SWAP is not set
16191614
# CONFIG_NFS_V4_1 is not set
16201615
CONFIG_ROOT_NFS=y
1621-
# CONFIG_NFS_FSCACHE is not set
16221616
# CONFIG_NFS_USE_LEGACY_DNS is not set
16231617
CONFIG_NFS_USE_KERNEL_DNS=y
16241618
# CONFIG_NFSD is not set
@@ -1731,11 +1725,10 @@ CONFIG_HAVE_DEBUG_KMEMLEAK=y
17311725
# CONFIG_DEBUG_STACK_USAGE is not set
17321726
# CONFIG_DEBUG_KOBJECT is not set
17331727
CONFIG_DEBUG_BUGVERBOSE=y
1734-
CONFIG_DEBUG_INFO=y
1735-
# CONFIG_DEBUG_INFO_REDUCED is not set
1728+
# CONFIG_DEBUG_INFO is not set
17361729
# CONFIG_DEBUG_VM is not set
17371730
# CONFIG_DEBUG_WRITECOUNT is not set
1738-
CONFIG_DEBUG_MEMORY_INIT=y
1731+
# CONFIG_DEBUG_MEMORY_INIT is not set
17391732
# CONFIG_DEBUG_LIST is not set
17401733
# CONFIG_TEST_LIST_SORT is not set
17411734
# CONFIG_DEBUG_SG is not set
@@ -1768,7 +1761,7 @@ CONFIG_TRACING_SUPPORT=y
17681761
# CONFIG_ATOMIC64_SELFTEST is not set
17691762
# CONFIG_SAMPLES is not set
17701763
CONFIG_HAVE_ARCH_KGDB=y
1771-
CONFIG_TEST_KSTRTOX=y
1764+
# CONFIG_TEST_KSTRTOX is not set
17721765
CONFIG_STRICT_DEVMEM=y
17731766
# CONFIG_DEBUG_USER is not set
17741767
CONFIG_DEBUG_LL=y
@@ -1783,11 +1776,11 @@ CONFIG_EARLY_PRINTK=y
17831776
# Security options
17841777
#
17851778
CONFIG_KEYS=y
1786-
CONFIG_ENCRYPTED_KEYS=y
1779+
# CONFIG_ENCRYPTED_KEYS is not set
17871780
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
17881781
# CONFIG_SECURITY_DMESG_RESTRICT is not set
17891782
# CONFIG_SECURITY is not set
1790-
CONFIG_SECURITYFS=y
1783+
# CONFIG_SECURITYFS is not set
17911784
CONFIG_DEFAULT_SECURITY_DAC=y
17921785
CONFIG_DEFAULT_SECURITY=""
17931786
CONFIG_CRYPTO=y

0 commit comments

Comments
 (0)