diff --git a/.SRCINFO b/.SRCINFO index 94c94f3..87017c1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-cachyos pkgdesc = Linux CFS scheduler Kernel by CachyOS and with other patches and improvements - pkgver = 5.16.15 + pkgver = 5.16.16 pkgrel = 1 url = https://github.com/CachyOS/linux-cachyos arch = x86_64 @@ -24,7 +24,7 @@ pkgbase = linux-cachyos makedepends = make makedepends = patch options = !strip - source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.15.tar.xz + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.16.tar.xz source = config source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-cachy.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-arch-patches.patch @@ -44,8 +44,8 @@ pkgbase = linux-cachyos source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-v4l2loopback.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-xanmod-patches.patch source = auto-cpu-optimization.sh - sha256sums = 8f30c408e0b360def95777edd340b99916f66b27e1fa5121c3368639af0d24d6 - sha256sums = 626ef4ac5701827e7ded48c0af2cbd99e13a4b8501eb7d03d3398267b07a1856 + sha256sums = cca7d6e053e33f44af1b39f7becec73a387911d81ede5a84ecf671692533138f + sha256sums = a4377a6e5461f4b11c19123d050b1e13f0f4daac53190b4e758d07ed58db4315 sha256sums = 80b03a4c65fc49a7059c5f0c31f2b58359c0faabcc960daffd19b5d2fa025cfe sha256sums = cb2e0418a5ce0ddd97dd918f1d8faa7d1f8881a98ddc024c128872478ba59261 sha256sums = 438e51bd4bfdf94f332dd5c6da70d3b1f0817f86307a0874c94cd8fc6665a06b @@ -55,7 +55,7 @@ pkgbase = linux-cachyos sha256sums = 7936b61ba25f03597fd563be82c31a5756d8a82c893f69a2d569f99d375b1362 sha256sums = 915e992ed5ba2551ca648e4aa7340e9f250f6b7806287a061c1c8e40b1dc348b sha256sums = 9601ce74ce4c5473c220687e5c16437daa6b4f0fcd7cb1d2c51c14715ab12de1 - sha256sums = 50ac247c6be097bcbd4680505ad8905200e7fe05d5b4faf1c87caac76f191696 + sha256sums = e2d99ace9b54021c5ef53b4b51716816172d6304f6a823b88d5b4e9a68562aef sha256sums = 85f753cbd1936f1f118f53b83bd9ab266d08eda6a630b5821e049c15f02bcbe4 sha256sums = 7396f66133bc88f072c03b47ff2b4731b8664a197a4e6873a0fd598f1ea3369e sha256sums = db0d2fde8f1e994fbb4eb37c8affa3f0b339aa658f9ab5003bb2ce453a68ab95 diff --git a/PKGBUILD b/PKGBUILD index 5f1e24d..836c7b9 100755 --- a/PKGBUILD +++ b/PKGBUILD @@ -128,7 +128,7 @@ else pkgbase=linux-cachyos fi _major=5.16 -_minor=15 +_minor=16 #_minorc=$((_minor+1)) #_rcver=rc8 pkgver=${_major}.${_minor} @@ -687,8 +687,8 @@ for _p in "${pkgname[@]}"; do }" done -sha256sums=('8f30c408e0b360def95777edd340b99916f66b27e1fa5121c3368639af0d24d6' - '626ef4ac5701827e7ded48c0af2cbd99e13a4b8501eb7d03d3398267b07a1856' +sha256sums=('cca7d6e053e33f44af1b39f7becec73a387911d81ede5a84ecf671692533138f' + 'a4377a6e5461f4b11c19123d050b1e13f0f4daac53190b4e758d07ed58db4315' '80b03a4c65fc49a7059c5f0c31f2b58359c0faabcc960daffd19b5d2fa025cfe' 'cb2e0418a5ce0ddd97dd918f1d8faa7d1f8881a98ddc024c128872478ba59261' '438e51bd4bfdf94f332dd5c6da70d3b1f0817f86307a0874c94cd8fc6665a06b' @@ -698,7 +698,7 @@ sha256sums=('8f30c408e0b360def95777edd340b99916f66b27e1fa5121c3368639af0d24d6' '7936b61ba25f03597fd563be82c31a5756d8a82c893f69a2d569f99d375b1362' '915e992ed5ba2551ca648e4aa7340e9f250f6b7806287a061c1c8e40b1dc348b' '9601ce74ce4c5473c220687e5c16437daa6b4f0fcd7cb1d2c51c14715ab12de1' - '50ac247c6be097bcbd4680505ad8905200e7fe05d5b4faf1c87caac76f191696' + 'e2d99ace9b54021c5ef53b4b51716816172d6304f6a823b88d5b4e9a68562aef' '85f753cbd1936f1f118f53b83bd9ab266d08eda6a630b5821e049c15f02bcbe4' '7396f66133bc88f072c03b47ff2b4731b8664a197a4e6873a0fd598f1ea3369e' 'db0d2fde8f1e994fbb4eb37c8affa3f0b339aa658f9ab5003bb2ce453a68ab95' diff --git a/config b/config index f3dc2eb..cd1a696 100644 --- a/config +++ b/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.16.10 Kernel Configuration +# Linux/x86 5.16.16 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0" CONFIG_CC_IS_GCC=y @@ -124,7 +124,7 @@ CONFIG_BPF_SYSCALL=y CONFIG_BPF_JIT=y CONFIG_BPF_JIT_ALWAYS_ON=y CONFIG_BPF_JIT_DEFAULT_ON=y -# CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set +CONFIG_BPF_UNPRIV_DEFAULT_OFF=y CONFIG_USERMODE_DRIVER=y CONFIG_BPF_PRELOAD=y CONFIG_BPF_PRELOAD_UMD=m