summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorptr13372021-06-23 16:45:20 +0200
committerptr13372021-06-23 16:45:20 +0200
commit64dfbda039a456b4190783e36070bd59bf33ebd9 (patch)
treef4506e409f2b079168c3fd6492e4d38e5d043b4b
parent43bf940ae1471223a86cf19ce7472bfe145c5f56 (diff)
downloadaur-64dfbda039a456b4190783e36070bd59bf33ebd9.tar.gz
5.12.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0f3d1e4d8cb..c6880627c260 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.12.12
- pkgrel = 5
+ pkgver = 5.12.13
+ pkgrel = 1
url = https://github.com/hamadmarri/cacule-cpu-scheduler
arch = x86_64
license = GPL2
@@ -19,7 +19,7 @@ pkgbase = linux-cacule
makedepends = xz
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.12.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.12.12.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.12.13.xz
source = config
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.12/arch-patches-v7/0001-arch-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/CacULE/v5.12/cacule-5.12.patch
@@ -47,7 +47,7 @@ pkgbase = linux-cacule
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.12/initramfs-patches/0001-initramfs-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.12/compaction-patches/0001-compaction-patches.patch
sha256sums = 7d0df6f2bf2384d68d0bd8e1fe3e071d64364dcdc6002e7b5c87c92d48fac366
- sha256sums = 742e13b424c618689734c3c41a14c5cda5a09d8546ed5b1433153d4619524dfe
+ sha256sums = 84a39f8cbcca15af34bf431d6eb14d241bb4d1f0455da96ee0cbe1a22d44a39d
sha256sums = 5cfde84b9b7b71cde2a9823859184ed08f7eece119b2776f0e620c8528a156e5
sha256sums = dd89db0483301a62cef23ba797fee1fb9804f570f952df87fe418ee22e353227
sha256sums = a90ec03375bf97c06bf2ca3f1fd0224deee8408077f71447326b2796b53652a1
diff --git a/PKGBUILD b/PKGBUILD
index 9e36a9390fb4..a10f8ff2496e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,11 +52,11 @@ _use_current=
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.12
-_minor=12
+_minor=13
_srcname=linux-${_major}
pkgbase=linux-cacule
pkgver=${_major}.${_minor}
-pkgrel=5
+pkgrel=1
pkgdesc='Linux-CacULE Kernel by Hamad Marri and with some other patchsets'
arch=('x86_64')
url="https://github.com/hamadmarri/cacule-cpu-scheduler"
@@ -250,6 +250,7 @@ prepare() {
scripts/config --disable CONFIG_SCHED_INFO
scripts/config --disable CONFIG_SCHEDSTATS
scripts/config --disable CONFIG_DEBUG_KERNEL
+ scripts/config --disable CONFIG_RT_GROUP_SCHED
echo "Enabling Full Tickless"
scripts/config --disable CONFIG_HZ_PERIODIC
scripts/config --disable CONFIG_NO_HZ_IDLE
@@ -518,7 +519,7 @@ for _p in "${pkgname[@]}"; do
done
sha256sums=('7d0df6f2bf2384d68d0bd8e1fe3e071d64364dcdc6002e7b5c87c92d48fac366'
- '742e13b424c618689734c3c41a14c5cda5a09d8546ed5b1433153d4619524dfe'
+ '84a39f8cbcca15af34bf431d6eb14d241bb4d1f0455da96ee0cbe1a22d44a39d'
'5cfde84b9b7b71cde2a9823859184ed08f7eece119b2776f0e620c8528a156e5'
'dd89db0483301a62cef23ba797fee1fb9804f570f952df87fe418ee22e353227'
'a90ec03375bf97c06bf2ca3f1fd0224deee8408077f71447326b2796b53652a1'