summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. Jung2021-09-20 15:28:36 +0000
committerP. Jung2021-09-20 15:28:36 +0000
commit5948c51873a70cc68eda02225675cadd76df2c28 (patch)
treed3275ed56f3b638be89a387c62fec5328a391716
parent492f2fd4eb15c8ba5f7d7fee86ef4159027cd7a5 (diff)
downloadaur-5948c51873a70cc68eda02225675cadd76df2c28.tar.gz
arch patches, lrng
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b87ad89625a6..564215475cb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-cacule
pkgdesc = Linux-CacULE Kernel by Hamad Marri and with some other patchsets
pkgver = 5.14.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ptr1337/linux-cacule
arch = x86_64
arch = x86_64_v3
@@ -21,7 +21,7 @@ pkgbase = linux-cacule
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.14.6.tar.xz
source = config
- source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/arch-patches-v5/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
+ source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/arch-patches-v6/0001-arch-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/CacULE/v5.14/cacule-5.14.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/misc/0007-string.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/misc/allpollingrate.patch
@@ -37,7 +37,7 @@ pkgbase = linux-cacule
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/futex-zen-patches/0001-futex-resync-from-gitlab.collabora.com.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/futex2-zen-patches/0001-futex2-resync-from-gitlab.collabora.com.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/lqx-patches/0001-lqx-patches.patch
- source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/lrng-patches/0001-lrng-patches.patch
+ source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/lrng-patches-v2/0001-lrng-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/lru-patches-v3/0001-lru-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/pf-patches-v5/0001-pf-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14/xanmod-patches/0001-xanmod-patches.patch
@@ -52,7 +52,7 @@ pkgbase = linux-cacule
source = auto-cpu-optimization.sh
md5sums = 006dc61878252d9f0e2a0b0bd9d134ff
md5sums = cda913dd18858ccbce5930418aae8a53
- md5sums = 9abde29217354c69925d2bc672f66d67
+ md5sums = 7524899b1b1c14e6d993be59dc68faf3
md5sums = 40a9380b2884f5d417791f06389ba57e
md5sums = d6e5581b4fade267a28deb8e73d236f5
md5sums = f154315498da9bf593c11d88041bde48
@@ -68,7 +68,7 @@ pkgbase = linux-cacule
md5sums = 0849b25513dc47e3defa00f26f60eedb
md5sums = 2891eb036469d04995d9b21a5e389d8a
md5sums = 6787c78ba3e7b0a34fbba9c50da7e3b4
- md5sums = 3cf036429a7c962005a344e10a568d7b
+ md5sums = 366c90b64f9582c0733b8fb607a07594
md5sums = 8e2219f09adfe049b3e8b59fb8c4348a
md5sums = d4c3a3ca73c2e722ebc790357ba87680
md5sums = 28864f14bf33bad92e57bc48bc5c2c78
diff --git a/PKGBUILD b/PKGBUILD
index 53ba849b478a..b069a3c76eef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -75,7 +75,7 @@ pkgbase=linux-cacule
pkgname=('linux-cacule' 'linux-cacule-headers')
pkgname=("${pkgbase}" "${pkgbase}-headers")
pkgver=5.14.6
-pkgrel=1
+pkgrel=2
arch=(x86_64 x86_64_v3)
pkgdesc='Linux-CacULE Kernel by Hamad Marri and with some other patchsets'
_gittag=v${pkgver%.*}-${pkgver##*.}
@@ -89,8 +89,8 @@ _caculepatches="https://raw.githubusercontent.com/ptr1337/kernel-patches/master/
_patchsource="https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.14"
source=("https://cdn.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-${pkgver}.tar.xz"
"config"
- "${_patchsource}/arch-patches-v5/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch"
-# "${_patchsource}/arch-patches-v4/0001-arch-patches.patch"
+# "${_patchsource}/arch-patches-v5/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch"
+ "${_patchsource}/arch-patches-v6/0001-arch-patches.patch"
"${_caculepatches}/v5.14/cacule-5.14.patch"
# "${_patchsource}/misc/0004-folio-mm.patch"
"${_patchsource}/misc/0007-string.patch"
@@ -107,7 +107,7 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-${pkgver
"${_patchsource}/futex-zen-patches/0001-futex-resync-from-gitlab.collabora.com.patch"
"${_patchsource}/futex2-zen-patches/0001-futex2-resync-from-gitlab.collabora.com.patch"
"${_patchsource}/lqx-patches/0001-lqx-patches.patch"
- "${_patchsource}/lrng-patches/0001-lrng-patches.patch"
+ "${_patchsource}/lrng-patches-v2/0001-lrng-patches.patch"
"${_patchsource}/lru-patches-v3/0001-lru-patches.patch"
# "${_patchsource}/le9-patches-v4/0001-mm-vmscan-add-sysctl-knobs-for-protecting-the-workin.patch"
# "${_patchsource}/misc/le9fa-5.14.patch"
@@ -520,7 +520,7 @@ package_linux-cacule-headers() {
md5sums=('006dc61878252d9f0e2a0b0bd9d134ff'
'cda913dd18858ccbce5930418aae8a53'
- '9abde29217354c69925d2bc672f66d67'
+ '7524899b1b1c14e6d993be59dc68faf3'
'40a9380b2884f5d417791f06389ba57e'
'd6e5581b4fade267a28deb8e73d236f5'
'f154315498da9bf593c11d88041bde48'
@@ -536,7 +536,7 @@ md5sums=('006dc61878252d9f0e2a0b0bd9d134ff'
'0849b25513dc47e3defa00f26f60eedb'
'2891eb036469d04995d9b21a5e389d8a'
'6787c78ba3e7b0a34fbba9c50da7e3b4'
- '3cf036429a7c962005a344e10a568d7b'
+ '366c90b64f9582c0733b8fb607a07594'
'8e2219f09adfe049b3e8b59fb8c4348a'
'd4c3a3ca73c2e722ebc790357ba87680'
'28864f14bf33bad92e57bc48bc5c2c78'