summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--cacule_config1
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91808efcc45a..26ed063d70fd 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.11.15
- pkgrel = 4
+ pkgrel = 5
url = http://www.kernel.org/
arch = x86_64
license = GPL2
@@ -27,6 +27,7 @@ pkgbase = linux-cacule
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/main/5.11/bbr2-patches/0001-bbr2-5.11-introduce-BBRv2.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/main/5.11/btrfs-patches/0001-btrfs-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/main/5.11/zswap-patches/0001-zswap-patches.patch
+ source = https://raw.githubusercontent.com/ptr1337/kernel-patches/main/5.11/arch-patches/0001-archpatches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/main/5.11/zstd-patches/0001-zstd-patches.patch
sha256sums = d6a7845357cf56b695e50b4c60e09a8832b651ac701062a76145550a8e77c44a
sha256sums = 2e3b1f1b6ceb958a3e4b2a4740c77953287a2cdb156234af8c9bf9ddad9268e3
@@ -43,6 +44,7 @@ pkgbase = linux-cacule
sha256sums = 68dcadab17c405335633e0ded03d13a78ee524311bc927df2a0f0fc1a1463caf
sha256sums = 4e25daa2c11d9f24af8d34b7621689ab3beeb5af185b1178cdec7f610283b5be
sha256sums = 251327be9627d8039e8c344d1beca19982676ba1eadc1b97251531fbd7611108
+ sha256sums = 28e96fb81c5fec320f82eaf25301e51c61b15b4d2185e0514f2462255457d8e9
sha256sums = 3fe144975c1b30b983fca9e34ba58e7b4704456a340130584a1aca0feabdc22e
pkgname = linux-cacule
diff --git a/PKGBUILD b/PKGBUILD
index 0b1c44282d10..338e3de9a38b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ fi
pkgbase=linux-cacule
pkgver=5.11.15
-pkgrel=4
+pkgrel=5
pkgdesc='Linux-CacULE Kernel by Hamad Marri and with some other patchsets'
url="http://www.kernel.org/"
arch=(x86_64)
@@ -67,6 +67,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-$pkgver.tar.xz"
"${_patchsource}/bbr2-patches/0001-bbr2-5.11-introduce-BBRv2.patch"
"${_patchsource}/btrfs-patches/0001-btrfs-patches.patch"
"${_patchsource}/zswap-patches/0001-zswap-patches.patch"
+ "${_patchsource}/arch-patches/0001-archpatches.patch"
"${_patchsource}/zstd-patches/0001-zstd-patches.patch")
sha256sums=('d6a7845357cf56b695e50b4c60e09a8832b651ac701062a76145550a8e77c44a'
@@ -84,6 +85,7 @@ sha256sums=('d6a7845357cf56b695e50b4c60e09a8832b651ac701062a76145550a8e77c44a'
'68dcadab17c405335633e0ded03d13a78ee524311bc927df2a0f0fc1a1463caf'
'4e25daa2c11d9f24af8d34b7621689ab3beeb5af185b1178cdec7f610283b5be'
'251327be9627d8039e8c344d1beca19982676ba1eadc1b97251531fbd7611108'
+ '28e96fb81c5fec320f82eaf25301e51c61b15b4d2185e0514f2462255457d8e9'
'3fe144975c1b30b983fca9e34ba58e7b4704456a340130584a1aca0feabdc22e')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}
diff --git a/cacule_config b/cacule_config
index 6c8256528cec..68bff31da98f 100644
--- a/cacule_config
+++ b/cacule_config
@@ -3,6 +3,7 @@
configure() {
echo "Enable CacULE CPU scheduler..."
scripts/config --enable CONFIG_CACULE_SCHED
+#scripts/config --set-val CONFIG_NR_CPUS "12"
echo "Processor type and features Cacule"
scripts/config --disable CONFIG_RETPOLINE
scripts/config --disable CONFIG_X86_5LEVEL