Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a31c769e58cfa7463d1b5e54e04928a1baa88c38

commit a31c769e58cfa7463d1b5e54e04928a1baa88c38
Author: crazy <[email protected]>
Date:   Fri Dec 29 01:56:05 2017 +0100

kernel-4.14.9-1-x86_64

* small config update
* *disabled* and added a NO-NO for CONFIG_MQ_IOSCHED_KYBER
until I figure wth is going on..
switching to it on a NVMe will corrupt the FS in seconds!

diff --git a/source/base/kernel/FrugalBuild b/source/base/kernel/FrugalBuild
index 3b67972..be6e83d 100644
--- a/source/base/kernel/FrugalBuild
+++ b/source/base/kernel/FrugalBuild
@@ -16,6 +16,9 @@ Finclude kernel
## DO NOT enable any X86_5LEVEL CONFIG .. this is a feature Intel CPUs
## will have sometime BUT if you enable such a kernel won't boot on any other 
BOX!

+## DO NOT enable CONFIG_MQ_IOSCHED_KYBER , on my EPYC box it corrupts
+## any FS in about seconds on NVMe's , need to investigate -- crazy --
+
url="https://www.kernel.org";
depends=('kmod' 'sed')
[[ -z "$_F_kernel_name" ]] && makedepends+=('unifdef')
diff --git a/source/base/kernel/config.x86_64 b/source/base/kernel/config.x86_64
index 7f5dee4..3604e2a 100644
--- a/source/base/kernel/config.x86_64
+++ b/source/base/kernel/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.3 Kernel Configuration
+# Linux/x86 4.14.9 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
@@ -250,7 +250,6 @@ CONFIG_SLUB_DEBUG=y
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLAB is not set
CONFIG_SLUB=y
-# CONFIG_SLOB is not set
CONFIG_SLAB_MERGE_DEFAULT=y
# CONFIG_SLAB_FREELIST_RANDOM is not set
CONFIG_SLAB_FREELIST_HARDENED=y
@@ -342,6 +341,7 @@ CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
CONFIG_STRICT_KERNEL_RWX=y
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
CONFIG_STRICT_MODULE_RWX=y
+CONFIG_ARCH_HAS_REFCOUNT=y
# CONFIG_REFCOUNT_FULL is not set

#
@@ -427,7 +427,7 @@ CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_MQ_IOSCHED_DEADLINE=y
-CONFIG_MQ_IOSCHED_KYBER=y
+# CONFIG_MQ_IOSCHED_KYBER is not set
CONFIG_IOSCHED_BFQ=y
CONFIG_BFQ_GROUP_IOSCHED=y
CONFIG_PREEMPT_NOTIFIERS=y
@@ -8706,8 +8706,8 @@ CONFIG_DEFAULT_IO_DELAY_TYPE=0
# CONFIG_DEBUG_NMI_SELFTEST is not set
CONFIG_X86_DEBUG_FPU=y
# CONFIG_PUNIT_ATOM_DEBUG is not set
-# CONFIG_FRAME_POINTER_UNWINDER is not set
-CONFIG_ORC_UNWINDER=y
+CONFIG_UNWINDER_ORC=y
+# CONFIG_UNWINDER_FRAME_POINTER is not set

#
# Security options
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to