summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2019-09-15 14:36:36 -0400
committergraysky2019-09-15 14:36:36 -0400
commita24f91ccd01e38a9ba71e9fb6342285a4643cdd4 (patch)
treecf2658841e8a3ae4f47d6e8ebe2ce08d76cd831e
parente2553b689ecdad55837806a2a2e6ed02c0a9ac5a (diff)
downloadaur-a24f91ccd01e38a9ba71e9fb6342285a4643cdd4.tar.gz
Update to 5.2.14-4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch14
3 files changed, 2 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17f0e4822f72..620b0eb538c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-ck
pkgver = 5.2.14
- pkgrel = 3
+ pkgrel = 4
url = https://wiki.archlinux.org/index.php/Linux-ck
arch = x86_64
license = GPL2
@@ -17,7 +17,6 @@ pkgbase = linux-ck
source = linux.preset
source = enable_additional_cpu_optimizations-20190822.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20190822.tar.gz
source = http://ck.kolivas.org/patches/5.0/5.2/5.2-ck1/patch-5.2-ck1.xz
- source = fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch
source = 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
source = 0002-ZEN-Add-CONFIG-for-unprivileged_userns_clone.patch
source = 0003-Btrfs-fix-unwritten-extent-buffers-and-hangs-on-futu.patch
@@ -31,7 +30,6 @@ pkgbase = linux-ck
sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
sha256sums = 8c11086809864b5cef7d079f930bd40da8d0869c091965fa62e95de9a0fe13b5
sha256sums = f1abc13a8d859fbf6350040e45d7f04ad551a6d39f113ba96fbbd820118c0e36
- sha256sums = c3215b4eaf707d1a7d783b1661e9df038f93605ad2ae7936238a8e2ed109ea75
sha256sums = 91fafa76bf9cb32159ac7f22191b3589278b91e65bc4505cf2fc6013b8037bf3
sha256sums = 63e4378e69e2f23ed87af32a4951477a6d82d4ac0de2295db46502c8120da9d9
sha256sums = f45f8695a7fe308b7aaef874df0a51ce91ac47ef180adf0cc507b482aad2459f
diff --git a/PKGBUILD b/PKGBUILD
index 3431cb980a48..3edbf93fd00d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,7 @@ _localmodcfg=
pkgbase=linux-ck
_srcver=5.2.14-arch1
pkgver=${_srcver%-*}
-pkgrel=3
+pkgrel=4
_ckpatchversion=1
arch=(x86_64)
url="https://wiki.archlinux.org/index.php/Linux-ck"
@@ -82,7 +82,6 @@ source=(
linux.preset # standard config files for mkinitcpio ramdisk
"enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz"
"http://ck.kolivas.org/patches/5.0/5.2/5.2-ck${_ckpatchversion}/$_ckpatch.xz"
- fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch
0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
0002-ZEN-Add-CONFIG-for-unprivileged_userns_clone.patch
0003-Btrfs-fix-unwritten-extent-buffers-and-hangs-on-futu.patch
@@ -99,7 +98,6 @@ sha256sums=('c64d36477fee6a864a734ec417407768e60040a13f144c33208fa9622fd0ce8c'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
'8c11086809864b5cef7d079f930bd40da8d0869c091965fa62e95de9a0fe13b5'
'f1abc13a8d859fbf6350040e45d7f04ad551a6d39f113ba96fbbd820118c0e36'
- 'c3215b4eaf707d1a7d783b1661e9df038f93605ad2ae7936238a8e2ed109ea75'
'91fafa76bf9cb32159ac7f22191b3589278b91e65bc4505cf2fc6013b8037bf3'
'63e4378e69e2f23ed87af32a4951477a6d82d4ac0de2295db46502c8120da9d9'
'f45f8695a7fe308b7aaef874df0a51ce91ac47ef180adf0cc507b482aad2459f')
@@ -108,10 +106,6 @@ _kernelname=${pkgbase#linux}
: ${_kernelname:=-ARCH}
prepare() {
- # fix for systemd-detect-virt containers
- # https://bbs.archlinux.org/viewtopic.php?pid=1863567#p1863567
- patch -i fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch
-
cd linux-${pkgver}
msg2 "Setting version..."
diff --git a/fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch b/fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch
deleted file mode 100644
index a865e34091f4..000000000000
--- a/fix_patch-5.2-ck1_for_systemd-detect-virt_containers.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/patch-5.2-ck1 2019-09-15 09:50:19.754754121 -0400
-+++ b/patch-5.2-ck1 2019-09-15 09:51:08.842070790 -0400
-@@ -14886,7 +14886,10 @@ index 000000000000..ab972d0af7b5
- +
- +void proc_sched_show_task(struct task_struct *p, struct pid_namespace *ns,
- + struct seq_file *m)
--+{}
-++{
-++ seq_printf(m, "%s (%d, #threads: %d)\n", p->comm, task_pid_nr_ns(p, ns),
-++ get_nr_threads(p));
-++}
- +
- +void proc_sched_set_task(struct task_struct *p)
- +{}