summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO22
-rw-r--r--0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch2
-rw-r--r--0002-Arch-Linux-kernel-v4.18.15-arch1.patch (renamed from 0002-Arch-Linux-kernel-v4.18.14-arch1.patch)10
-rw-r--r--PKGBUILD10
4 files changed, 22 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77fec0fc8d2b..76641a17009b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sat Oct 13 18:43:11 UTC 2018
+# Thu Oct 18 18:51:57 UTC 2018
pkgbase = linux-ck
- pkgver = 4.18.14
+ pkgver = 4.18.15
pkgrel = 1
url = https://wiki.archlinux.org/index.php/Linux-ck
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = linux-ck
makedepends = bc
makedepends = libelf
options = !strip
- source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.14.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.14.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.15.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.15.tar.sign
source = config
source = 60-linux.hook
source = 90-linux.hook
@@ -21,8 +21,8 @@ pkgbase = linux-ck
source = http://ck.kolivas.org/patches/4.0/4.18/4.18-ck1/patch-4.18-ck1.xz
source = Fix_MuQSS_full_dynticks_build.patch::https://github.com/ckolivas/linux/commit/abb4fd30fa127a0e8178b975343eb01713bc2b18.patch
source = 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
- source = 0002-Arch-Linux-kernel-v4.18.14-arch1.patch
- sha256sums = 36c6d1360db9eab40270db6d292c259dd34d3dc06049d64afe3e4cfafb8562d3
+ source = 0002-Arch-Linux-kernel-v4.18.15-arch1.patch
+ sha256sums = 8fc351514d2f3acb528cd9f915bfad5b5a07354b4c90831cafd11713a0562933
sha256sums = SKIP
sha256sums = 9f2454dae08fbd96059fe79ec05933d724cd2c9b383f5be092c7871ac1551649
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
@@ -31,8 +31,8 @@ pkgbase = linux-ck
sha256sums = 226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d
sha256sums = 0354083492adb3785dd31d2d4bf7dc805110aceffb369deed6cbded121f8a3d3
sha256sums = 6e1f3cc3eb9a1e30a69ef1999f9aa6ad7f2f9fe4af7ba5dabe25d4ff19ee6740
- sha256sums = 17fdc5cc74f416de477dc1b3759150bda5d0e9bd699c256be0cb67a2e1cde5ef
- sha256sums = d4682ceb9a5ed3b0ed7f9a7c9ee24510e41e03c82ccb521bca83876b7948c0d2
+ sha256sums = 559d8c51d6e965179ca44b93cff101f31fafb49b0e8d7f9a7e97fc4b77a721f9
+ sha256sums = 3d0cfa2b8d4bcf5d470c6f6b6320e60bfce0c98040b74626c0215d1ff423522a
pkgname = linux-ck
pkgdesc = The Linux-ck kernel and modules with the ck1 patchset featuring MuQSS CPU scheduler v0.173
@@ -42,12 +42,12 @@ pkgname = linux-ck
depends = kmod
depends = mkinitcpio
optdepends = crda: to set the correct wireless channels of your country
- provides = linux-ck=4.18.14
+ provides = linux-ck=4.18.15
backup = etc/mkinitcpio.d/linux-ck.preset
pkgname = linux-ck-headers
pkgdesc = Header files and scripts for building modules for Linux-ck kernel
depends = linux-ck
- provides = linux-ck-headers=4.18.14
- provides = linux-headers=4.18.14
+ provides = linux-ck-headers=4.18.15
+ provides = linux-headers=4.18.15
diff --git a/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch b/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
index 9717acff5424..0c74fc21dc72 100644
--- a/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
+++ b/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
@@ -1,4 +1,4 @@
-From 2e87d921e137e772b15a0343e12d1e13b998a788 Mon Sep 17 00:00:00 2001
+From acf2f476d7be0ce0c6bbf2202d2a19163b7f27db Mon Sep 17 00:00:00 2001
From: Serge Hallyn <serge.hallyn@canonical.com>
Date: Fri, 31 May 2013 19:12:12 +0100
Subject: [PATCH 1/2] add sysctl to disallow unprivileged CLONE_NEWUSER by
diff --git a/0002-Arch-Linux-kernel-v4.18.14-arch1.patch b/0002-Arch-Linux-kernel-v4.18.15-arch1.patch
index ce81b2076f4a..ca2a4d0142bd 100644
--- a/0002-Arch-Linux-kernel-v4.18.14-arch1.patch
+++ b/0002-Arch-Linux-kernel-v4.18.15-arch1.patch
@@ -1,20 +1,20 @@
-From fe4aa6338247a1e98f7c961bad404dda6596b4c6 Mon Sep 17 00:00:00 2001
+From ac85e40261a431bbeaf1d3706c78334b3e1afff2 Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
-Date: Sat, 13 Oct 2018 15:40:22 +0200
-Subject: [PATCH 2/2] Arch Linux kernel v4.18.14-arch1
+Date: Thu, 18 Oct 2018 10:19:30 +0200
+Subject: [PATCH 2/2] Arch Linux kernel v4.18.15-arch1
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
-index 5274f8ae6b44..9ff0120c5b9d 100644
+index 968eb96a0553..c5cb34af6490 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
VERSION = 4
PATCHLEVEL = 18
- SUBLEVEL = 14
+ SUBLEVEL = 15
-EXTRAVERSION =
+EXTRAVERSION = -arch1
NAME = Merciless Moray
diff --git a/PKGBUILD b/PKGBUILD
index 80a6e9b5ec84..1c9fc7d80c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ _localmodcfg=
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-ck
-_srcver=4.18.14-arch1
+_srcver=4.18.15-arch1
pkgver=${_srcver%-*}
pkgrel=1
_ckpatchversion=1
@@ -90,13 +90,13 @@ source=(
"http://ck.kolivas.org/patches/4.0/4.18/4.18-ck${_ckpatchversion}/${_ckpatchname}.xz"
Fix_MuQSS_full_dynticks_build.patch::https://github.com/ckolivas/linux/commit/abb4fd30fa127a0e8178b975343eb01713bc2b18.patch
0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
- 0002-Arch-Linux-kernel-v4.18.14-arch1.patch
+ 0002-Arch-Linux-kernel-v4.18.15-arch1.patch
)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-sha256sums=('36c6d1360db9eab40270db6d292c259dd34d3dc06049d64afe3e4cfafb8562d3'
+sha256sums=('8fc351514d2f3acb528cd9f915bfad5b5a07354b4c90831cafd11713a0562933'
'SKIP'
'9f2454dae08fbd96059fe79ec05933d724cd2c9b383f5be092c7871ac1551649'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
@@ -105,8 +105,8 @@ sha256sums=('36c6d1360db9eab40270db6d292c259dd34d3dc06049d64afe3e4cfafb8562d3'
'226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'
'0354083492adb3785dd31d2d4bf7dc805110aceffb369deed6cbded121f8a3d3'
'6e1f3cc3eb9a1e30a69ef1999f9aa6ad7f2f9fe4af7ba5dabe25d4ff19ee6740'
- '17fdc5cc74f416de477dc1b3759150bda5d0e9bd699c256be0cb67a2e1cde5ef'
- 'd4682ceb9a5ed3b0ed7f9a7c9ee24510e41e03c82ccb521bca83876b7948c0d2')
+ '559d8c51d6e965179ca44b93cff101f31fafb49b0e8d7f9a7e97fc4b77a721f9'
+ '3d0cfa2b8d4bcf5d470c6f6b6320e60bfce0c98040b74626c0215d1ff423522a')
_kernelname=${pkgbase#linux}
: ${_kernelname:=-ARCH}