summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
-rw-r--r--config21
-rw-r--r--config.x86_6421
4 files changed, 14 insertions, 51 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a116defd8f45..f8ccba08fbb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 18 10:08:47 UTC 2016
+# Sun Dec 18 17:34:13 UTC 2016
pkgbase = linux-ck
pkgver = 4.8.15
pkgrel = 2
@@ -30,9 +30,9 @@ pkgbase = linux-ck
sha256sums = cdeff3a6e0dc3d6189d1b1d4d6318f0942b9a28409491cf65592879e4c42b1f7
sha256sums = SKIP
sha256sums = cea596c606da2125946154a0121ea0516583f659ad823c93669ad5d25bbc3ef7
- sha256sums = 0f8630f1051efd5e823e6253f4261ebc536f67f45d9a6315816d66c4c6843a03
- sha256sums = c9a52842fe24e1e6c68e753ad8e5d142f9847c72a7bdc7aecef13c1d5f6580e6
- sha256sums = 9d96711c091686e3b9f477fa842f5c154038a7262384617f1ed871ef686aa958
+ sha256sums = c37e4fa0486a53c3ece3e000dfe7cd3fed318d3bf9a941e826e3c6b2530d44fd
+ sha256sums = 807b03333c8b0c30ace5026857ab1ca9f12457b5a599c34f4fd2e5163ffc72f8
+ sha256sums = e6fb480819d176fac7f1bf447c7c9e3217bcc64a345c6d3966f98d6e845f66d8
sha256sums = 834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0
sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
sha256sums = 1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99
diff --git a/PKGBUILD b/PKGBUILD
index 05feb33e812b..3b562cdcb757 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -75,9 +75,9 @@ sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
'cdeff3a6e0dc3d6189d1b1d4d6318f0942b9a28409491cf65592879e4c42b1f7'
'SKIP'
'cea596c606da2125946154a0121ea0516583f659ad823c93669ad5d25bbc3ef7'
- '0f8630f1051efd5e823e6253f4261ebc536f67f45d9a6315816d66c4c6843a03'
- 'c9a52842fe24e1e6c68e753ad8e5d142f9847c72a7bdc7aecef13c1d5f6580e6'
- '9d96711c091686e3b9f477fa842f5c154038a7262384617f1ed871ef686aa958'
+ 'c37e4fa0486a53c3ece3e000dfe7cd3fed318d3bf9a941e826e3c6b2530d44fd'
+ '807b03333c8b0c30ace5026857ab1ca9f12457b5a599c34f4fd2e5163ffc72f8'
+ 'e6fb480819d176fac7f1bf447c7c9e3217bcc64a345c6d3966f98d6e845f66d8'
'834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
@@ -112,15 +112,14 @@ prepare() {
# fix naming schema in EXTRAVERSION of ck patch set
sed -i -re "s/^(.EXTRAVERSION).*$/\1 = /" "${srcdir}/${_ckpatchname}"
- msg "Patching source with ck patchset including MuQSS"
+ # Patch source with ck patchset
patch -Np1 -i "${srcdir}/${_ckpatchname}"
- # Patch source to enable more gcc CPU optimizatons via the make nconfig
- msg "Patching source with gcc patch to enable more cpus types"
+ # Patch source to unlock additional gcc CPU optimizatons
+ # https://github.com/graysky2/kernel_gcc_patch
patch -Np1 -i "${srcdir}/${_gcc_patch}"
# Clean tree and copy ARCH config over
- msg "Running make mrproper to clean source tree"
make mrproper
if [ "${CARCH}" = "x86_64" ]; then
@@ -181,7 +180,6 @@ prepare() {
sed -i '2iexit 0' scripts/depmod.sh
# get kernel version
- msg "Running make prepare for you to enable patched options of your choosing"
make prepare
### Optionally load needed modules for the make localmodconfig
@@ -199,7 +197,6 @@ prepare() {
fi
if [ -n "$_makenconfig" ]; then
- msg "Running make nconfig"
make nconfig
fi
diff --git a/config b/config
index a5dd4ecf4a02..29fca5312c5f 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.8.10-2 Kernel Configuration
+# Linux/x86 4.8.15-2 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@@ -413,14 +413,6 @@ CONFIG_M686=y
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
-# CONFIG_MK8SSE3 is not set
-# CONFIG_MK10 is not set
-# CONFIG_MBARCELONA is not set
-# CONFIG_MBOBCAT is not set
-# CONFIG_MBULLDOZER is not set
-# CONFIG_MPILEDRIVER is not set
-# CONFIG_MSTEAMROLLER is not set
-# CONFIG_MJAGUAR is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
@@ -431,17 +423,8 @@ CONFIG_M686=y
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
-# CONFIG_MATOM is not set
# CONFIG_MCORE2 is not set
-# CONFIG_MNEHALEM is not set
-# CONFIG_MWESTMERE is not set
-# CONFIG_MSILVERMONT is not set
-# CONFIG_MSANDYBRIDGE is not set
-# CONFIG_MIVYBRIDGE is not set
-# CONFIG_MHASWELL is not set
-# CONFIG_MBROADWELL is not set
-# CONFIG_MSKYLAKE is not set
-# CONFIG_MNATIVE is not set
+# CONFIG_MATOM is not set
CONFIG_X86_GENERIC=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
diff --git a/config.x86_64 b/config.x86_64
index 1120f41de64f..8def1820e868 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.8.10-2 Kernel Configuration
+# Linux/x86 4.8.15-2 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
@@ -422,27 +422,10 @@ CONFIG_PARAVIRT_TIME_ACCOUNTING=y
CONFIG_PARAVIRT_CLOCK=y
CONFIG_NO_BOOTMEM=y
# CONFIG_MK8 is not set
-# CONFIG_MK8SSE3 is not set
-# CONFIG_MK10 is not set
-# CONFIG_MBARCELONA is not set
-# CONFIG_MBOBCAT is not set
-# CONFIG_MBULLDOZER is not set
-# CONFIG_MPILEDRIVER is not set
-# CONFIG_MSTEAMROLLER is not set
-# CONFIG_MJAGUAR is not set
# CONFIG_MPSC is not set
-# CONFIG_MATOM is not set
# CONFIG_MCORE2 is not set
-# CONFIG_MNEHALEM is not set
-# CONFIG_MWESTMERE is not set
-# CONFIG_MSILVERMONT is not set
-# CONFIG_MSANDYBRIDGE is not set
-# CONFIG_MIVYBRIDGE is not set
-# CONFIG_MHASWELL is not set
-# CONFIG_MBROADWELL is not set
-# CONFIG_MSKYLAKE is not set
+# CONFIG_MATOM is not set
CONFIG_GENERIC_CPU=y
-# CONFIG_MNATIVE is not set
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_TSC=y