summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
-rw-r--r--config2
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d72d3635abf..59038db80d2c 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 = 1
+ pkgrel = 2
url = https://github.com/hamadmarri/cacule-cpu-scheduler
arch = x86_64
license = GPL2
@@ -30,7 +30,7 @@ pkgbase = linux-cacule
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.12/zen-patches-v2/0001-zen-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.12/lqx-patches-v3/0001-zen-Allow-MSR-writes-by-default.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.12/bfq-patches-v13/0001-bfq-patches.patch
- source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.12/block-patches-v5/0001-block-patches.patch
+ source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.12/block-patches-v6/0001-block-patches.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.12/fixes-miscellaneous/0001-fixes-miscellaneous.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.12/fixes-miscellaneous/2002-tune-vm-mm-and-vfs-settings.patch
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.12/fixes-miscellaneous/objtool-crypto-jp.patch
@@ -48,7 +48,7 @@ pkgbase = linux-cacule
source = https://raw.githubusercontent.com/ptr1337/linux-cacule-aur/master/patches/5.12/initramfs-patches/0001-initramfs-patches.patch
sha256sums = 7d0df6f2bf2384d68d0bd8e1fe3e071d64364dcdc6002e7b5c87c92d48fac366
sha256sums = 742e13b424c618689734c3c41a14c5cda5a09d8546ed5b1433153d4619524dfe
- sha256sums = b4e1462213c93a485837a474358d9b85cfc51f058cef7d1133249fcb5fc8251b
+ sha256sums = 5cfde84b9b7b71cde2a9823859184ed08f7eece119b2776f0e620c8528a156e5
sha256sums = dd89db0483301a62cef23ba797fee1fb9804f570f952df87fe418ee22e353227
sha256sums = a90ec03375bf97c06bf2ca3f1fd0224deee8408077f71447326b2796b53652a1
sha256sums = 41e44b0fc80cf2e60e23addccdcf23e0aea66a9d9f9d4d1bfe9440dfec6be1ea
@@ -58,7 +58,7 @@ pkgbase = linux-cacule
sha256sums = 9eabd1468635477d9c143e9f59d86cf0dd32583bf6bd926080a6707f86d363ed
sha256sums = 5587a2d535dcd7ff09080c27f32a02dc67a0d35145b0b49ae10e8520c906a153
sha256sums = 12b36059033201c99e54a0e863c3ded470faff1226d9b984bdb15bd3a8ec4a7c
- sha256sums = 053a6611dd35293ba741838084818f4b69206e50da3fad13597d4fd2138c7ac0
+ sha256sums = 8c892547828704e05cd480e58944327029bf50f81258ae0501a4872b465b20b9
sha256sums = 7cdc6402f6ab8a8b99f7c7c4766a6cf82773ef399903abebf6208bfd2f8b2cf2
sha256sums = f7a36231b794022d49e53f464d25e48f2eebf6266c2cbe5756c63aa3bf03bae7
sha256sums = 2b261d4845899cfec315c81cfbfd3ba653a0465145e7dad9ac2f6595366ea3c8
diff --git a/PKGBUILD b/PKGBUILD
index e571697505e8..eebe86f97734 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,7 +56,7 @@ _minor=12
_srcname=linux-${_major}
pkgbase=linux-cacule
pkgver=${_major}.${_minor}
-pkgrel=1
+pkgrel=2
pkgdesc='Linux-CacULE Kernel by Hamad Marri and with some other patchsets'
arch=('x86_64')
url="https://github.com/hamadmarri/cacule-cpu-scheduler"
@@ -79,7 +79,7 @@ source=(
"${_patchsource}/zen-patches-v2/0001-zen-patches.patch"
"${_patchsource}/lqx-patches-v3/0001-zen-Allow-MSR-writes-by-default.patch"
"${_patchsource}/bfq-patches-v13/0001-bfq-patches.patch"
- "${_patchsource}/block-patches-v5/0001-block-patches.patch"
+ "${_patchsource}/block-patches-v6/0001-block-patches.patch"
"${_patchsource}/fixes-miscellaneous/0001-fixes-miscellaneous.patch"
"${_patchsource}/fixes-miscellaneous/2002-tune-vm-mm-and-vfs-settings.patch"
"${_patchsource}/fixes-miscellaneous/objtool-crypto-jp.patch"
@@ -259,8 +259,8 @@ prepare() {
scripts/config --enable CONFIG_CONTEXT_TRACKING
scripts/config --disable CONFIG_CONTEXT_TRACKING_FORCE
echo "Enabling KBUILD_CFLAGS -O3..."
- scripts/config --enable CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE
- scripts/config --disable CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3
+ scripts/config --disable CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE
+ scripts/config --enable CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3
echo "Enable PREEMPT"
scripts/config --disable CONFIG_PREEMPT_NONE
scripts/config --disable CONFIG_PREEMPT_VOLUNTARY
@@ -519,7 +519,7 @@ done
sha256sums=('7d0df6f2bf2384d68d0bd8e1fe3e071d64364dcdc6002e7b5c87c92d48fac366'
'742e13b424c618689734c3c41a14c5cda5a09d8546ed5b1433153d4619524dfe'
- 'b4e1462213c93a485837a474358d9b85cfc51f058cef7d1133249fcb5fc8251b'
+ '5cfde84b9b7b71cde2a9823859184ed08f7eece119b2776f0e620c8528a156e5'
'dd89db0483301a62cef23ba797fee1fb9804f570f952df87fe418ee22e353227'
'a90ec03375bf97c06bf2ca3f1fd0224deee8408077f71447326b2796b53652a1'
'41e44b0fc80cf2e60e23addccdcf23e0aea66a9d9f9d4d1bfe9440dfec6be1ea'
@@ -529,7 +529,7 @@ sha256sums=('7d0df6f2bf2384d68d0bd8e1fe3e071d64364dcdc6002e7b5c87c92d48fac366'
'9eabd1468635477d9c143e9f59d86cf0dd32583bf6bd926080a6707f86d363ed'
'5587a2d535dcd7ff09080c27f32a02dc67a0d35145b0b49ae10e8520c906a153'
'12b36059033201c99e54a0e863c3ded470faff1226d9b984bdb15bd3a8ec4a7c'
- '053a6611dd35293ba741838084818f4b69206e50da3fad13597d4fd2138c7ac0'
+ '8c892547828704e05cd480e58944327029bf50f81258ae0501a4872b465b20b9'
'7cdc6402f6ab8a8b99f7c7c4766a6cf82773ef399903abebf6208bfd2f8b2cf2'
'f7a36231b794022d49e53f464d25e48f2eebf6266c2cbe5756c63aa3bf03bae7'
'2b261d4845899cfec315c81cfbfd3ba653a0465145e7dad9ac2f6595366ea3c8'
diff --git a/config b/config
index 0cc6b1ba8d45..2cdaa01b1445 100644
--- a/config
+++ b/config
@@ -9737,7 +9737,7 @@ CONFIG_LOCK_DOWN_KERNEL_FORCE_NONE=y
# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
CONFIG_DEFAULT_SECURITY_DAC=y
-CONFIG_LSM="lockdown,yama,bpf"
+CONFIG_LSM="lockdown,yama"
#
# Kernel hardening options