summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorptr13372021-07-09 14:18:11 +0000
committerptr13372021-07-09 14:18:11 +0000
commita11e7da8ff8d0928e21e285d616c6b78b89a1f73 (patch)
tree76b33a91b1e40a4f328bcdd8a537b51b9bd80b8b
parent4582b2d42d09853fdb40569c749165a216692a17 (diff)
downloadaur-a11e7da8ff8d0928e21e285d616c6b78b89a1f73.tar.gz
fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f7af407643b..144aeebf9a92 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.13.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/hamadmarri/cacule-cpu-scheduler
arch = x86_64
arch = x86_64_v3
@@ -37,7 +37,8 @@ pkgbase = linux-cacule
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/btrfs-patches/0001-btrfs-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/android-patches/0001-android-export-symbold-and-enable-building-ashmem-an.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/pf-patches-v3/0001-pf-patches.patch
- source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/lru-patches/0001-lru-patches.patch
+ source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/lru-patches/lru_5.13.patch
+ source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/lru-patches/le9db_patches/le9db1-5.10.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/ntfs3-patches/0001-ntfs3-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/security-2/hardened-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.13/security-2/lrng-v41.patch
@@ -68,6 +69,7 @@ pkgbase = linux-cacule
md5sums = 81f27f12e20971c7d7fc3a53ffb6842c
md5sums = ed46a39e062f07693f52981fbd7350b7
md5sums = 3f302dbaceea020abd40f6e9f23b75df
+ md5sums = 7aeb2c86091b9432d1fc9172d418d486
md5sums = 86825a0c5716a1d9c6a39f9d3886b1bf
md5sums = 8b756f75c5600b1ea7df5e11ac738df5
md5sums = 20e92e9d958ca8fec6ff441bb97aa9f1
diff --git a/PKGBUILD b/PKGBUILD
index 4859eb600103..8382f8c9aec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ _2k_HZ_ticks=
_1k_HZ_ticks=y
_500_HZ_ticks=
### Enable protect file mappings under memory pressure
-_mm_protect=y
+_mm_protect=
### Enable multigenerational LRU
_lru_enable=y
# Tweak kernel options prior to a build via nconfig
@@ -57,7 +57,7 @@ _srcname=linux-${_major}
pkgbase=linux-cacule
pkgver=${_major}.${_minor}
#pkgver=${_major}
-pkgrel=3
+pkgrel=4
pkgdesc='Linux-CacULE Kernel by Hamad Marri and with some other patchsets'
arch=('x86_64' 'x86_64_v3')
url="https://github.com/hamadmarri/cacule-cpu-scheduler"
@@ -86,7 +86,8 @@ source=(
"${_patchsource}/btrfs-patches/0001-btrfs-patches.patch"
"${_patchsource}/android-patches/0001-android-export-symbold-and-enable-building-ashmem-an.patch"
"${_patchsource}/pf-patches-v3/0001-pf-patches.patch"
- "${_patchsource}/lru-patches/0001-lru-patches.patch"
+ "${_patchsource}/lru-patches/lru_5.13.patch"
+ "${_patchsource}/lru-patches/le9db_patches/le9db1-5.10.patch"
"${_patchsource}/ntfs3-patches/0001-ntfs3-patches.patch"
"${_patchsource}/security-2/hardened-patches.patch"
"${_patchsource}/security-2/lrng-v41.patch"
@@ -519,6 +520,7 @@ md5sums=('76c60fb304510a7bbd9c838790bc5fe4'
'81f27f12e20971c7d7fc3a53ffb6842c'
'ed46a39e062f07693f52981fbd7350b7'
'3f302dbaceea020abd40f6e9f23b75df'
+ '7aeb2c86091b9432d1fc9172d418d486'
'86825a0c5716a1d9c6a39f9d3886b1bf'
'8b756f75c5600b1ea7df5e11ac738df5'
'20e92e9d958ca8fec6ff441bb97aa9f1'