5.4.117, 5.10.35, 5.11.19, 5.12.2

This commit is contained in:
Tk-Glitch
2021-05-07 17:33:20 +02:00
parent f748589016
commit 204931f0f8
3 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.12.0-arch1 Kernel Configuration
# Linux/x86 5.12.1-arch1 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
@@ -10215,7 +10215,7 @@ CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y
CONFIG_HAVE_ARCH_KFENCE=y
CONFIG_KFENCE=y
CONFIG_KFENCE_STATIC_KEYS=y
CONFIG_KFENCE_SAMPLE_INTERVAL=0
CONFIG_KFENCE_SAMPLE_INTERVAL=100
CONFIG_KFENCE_NUM_OBJECTS=255
CONFIG_KFENCE_STRESS_TEST_FAULTS=0
# end of Memory Debugging

View File

@@ -1,12 +1,12 @@
#!/bin/bash
ver54=116
ver54=117
ver57=19
ver58=18
ver59=16
ver510=34
ver511=18
ver512=1
ver510=35
ver511=19
ver512=2
_cpuschedselector() {
msg2 "Which CPU sched variant do you want to build/install? Select \"CFS\" (linux kernel's default) if unsure."