diff --git a/.SRCINFO b/.SRCINFO index a9a11584d259..0a5f5191b98a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = linux-cachyos-bmq pkgdesc = Linux BMQ scheduler Kernel by CachyOS and with some other patches and other improvements - pkgver = 5.16.0 - pkgrel = 4 + pkgver = 5.16.1 + pkgrel = 1 url = https://github.com/CachyOS/linux-cachyos arch = x86_64 arch = x86_64_v3 @@ -19,22 +19,24 @@ pkgbase = linux-cachyos-bmq makedepends = tar makedepends = xz options = !strip - source = https://git.kernel.org/torvalds/t/linux-5.16.tar.gz + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.1.tar.xz source = config source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/sched/0001-prjc.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-lru-patches.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-arch-patches.patch - source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-block-patches.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-blk-patches.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-pm.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-anbox.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-bbr2-patches.patch + source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-bfq-patches.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-btrfs.patch - source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-cfi.patch + source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-lrng.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-cpu.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-clearlinux.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-f2fs-xfs-ext4-patches.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-misc.patch + source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-lqx-patches.patch + source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-net-patches.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-fixes-miscellaneous.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-pf-patches.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-futex-winesync.patch @@ -45,26 +47,28 @@ pkgbase = linux-cachyos-bmq 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-page-table-check.patch source = auto-cpu-optimization.sh - md5sums = 5c6acbcc119ab680a32264c865ea70e1 + md5sums = 121e4f65cf16ff76527020ea596fa431 md5sums = 6048a8eb052a7b2a22b4ab159278b903 md5sums = 3b05d6069ddcff7dec9c3a216ae48825 - md5sums = c463c17e1bf27df35f05eb1004c2ba48 + md5sums = 76b9d9fa00184d10e7949bb948ca846d md5sums = 3d8d1eeebba7d038f6d890619233e605 - md5sums = f717c0a238353f443a6f0633a59ee8ca md5sums = 194c8e20ad30973c32159cb23f3be4c9 md5sums = 2faaa79055263c1cdeeaa2896e641696 md5sums = 80e419d6847d4122a23a141fd3a40e52 md5sums = d194311161f8f44755e532db738f4a2d + md5sums = b5b3d9d1cefc3955a82ec895f891abf3 md5sums = e9dff9b551b8fa7c0b47ae5ac0b16365 - md5sums = b61fd5f488e44208fc97bfa6a274aebb + md5sums = 9f86c3b9e6271cfc4440864a6857b256 md5sums = d4c38ce51fb9a69aa92ad9b9e0199122 md5sums = a687c26c262ccb9ad7cb54697a1476bc - md5sums = a35a6dea9bc12029b3a837d86d4b842a + md5sums = 2249b7ca0a7dfb0b2f835a8cc4058f1e md5sums = 80920e501b9b87bfe587edff445e6efe + md5sums = 231fa80a33e7a926ba832d3bd66d2ce6 + md5sums = bf010dff1d7a48191d491eba2dde1227 md5sums = b7867c9203f9f1ec1e3d6648a4659624 md5sums = be1e00d93e9c2ba91ee6017b82e64194 md5sums = 28dcc1fe3029c6c316773bbcbe82954d - md5sums = 2160aabf2b9798907d36c4d246937d71 + md5sums = 0714c9817397ac7568afc3e327a20ddd md5sums = 12ad5085b7f01793980f137f2c9451cb md5sums = 167a4267269e6a709c54e7b9ea8bf8d5 md5sums = bf58290793d3a095ef95fb1fac2de89a @@ -85,5 +89,5 @@ pkgname = linux-cachyos-bmq pkgname = linux-cachyos-bmq-headers pkgdesc = Headers and scripts for building modules for the Linux BMQ scheduler Kernel by CachyOS and with some other patches and other improvements - depends = linux-cachyos-bmq=5.16.0 + depends = linux-cachyos-bmq=5.16.1 depends = pahole diff --git a/PKGBUILD b/PKGBUILD index c7ea87e587a7..c6146a6ea45d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -122,18 +122,18 @@ else pkgbase=linux-cachyos-bmq fi _major=5.16 -_minor=0 +_minor=1 #_minorc=$((_minor+1)) #_rcver=rc8 pkgver=${_major}.${_minor} -#_stable=${_major}.${_minor} -_stable=${_major} +_stable=${_major}.${_minor} +#_stable=${_major} _stablerc=${_major}-${_rcver} _srcname=linux-${_stable} #_srcname=linux-${_major} arch=(x86_64 x86_64_v3) pkgdesc='Linux BMQ scheduler Kernel by CachyOS and with some other patches and other improvements' -pkgrel=4 +pkgrel=1 arch=('x86_64' 'x86_64_v3') url="https://github.com/CachyOS/linux-cachyos" license=('GPL2') @@ -148,25 +148,29 @@ if [ -n "$_use_llvm_lto" ]; then fi _patchsource="https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16" source=( - "https://git.kernel.org/torvalds/t/linux-${_stable}.tar.gz" + "https://cdn.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.xz" "config" "${_patchsource}/sched/0001-prjc.patch" # "${_patchsource}/sched/0001-cacULE-5.16-full.patch" -# "${_patchsource}/sched/0001-bore-sched.patch" + # "${_patchsource}/sched/0001-bore-sched.patch" # "${_patchsource}/sched/0001-tt.patch" "${_patchsource}/0001-lru-patches.patch" "${_patchsource}/0001-arch-patches.patch" - "${_patchsource}/0001-block-patches.patch" +# "${_patchsource}/0001-sched-perf-fix.patch" "${_patchsource}/0001-blk-patches.patch" "${_patchsource}/0001-pm.patch" "${_patchsource}/0001-anbox.patch" "${_patchsource}/0001-bbr2-patches.patch" + "${_patchsource}/0001-bfq-patches.patch" "${_patchsource}/0001-btrfs.patch" - "${_patchsource}/0001-cfi.patch" + "${_patchsource}/0001-lrng.patch" +# "${_patchsource}/0001-cfi.patch" "${_patchsource}/0001-cpu.patch" "${_patchsource}/0001-clearlinux.patch" "${_patchsource}/0001-f2fs-xfs-ext4-patches.patch" "${_patchsource}/0001-misc.patch" + "${_patchsource}/0001-lqx-patches.patch" + "${_patchsource}/0001-net-patches.patch" "${_patchsource}/0001-fixes-miscellaneous.patch" "${_patchsource}/0001-pf-patches.patch" "${_patchsource}/0001-futex-winesync.patch" @@ -177,6 +181,7 @@ source=( # "${_patchsource}/0001-zen-patches.patch" "${_patchsource}/0001-v4l2loopback.patch" "${_patchsource}/0001-page-table-check.patch" +# "${_patchsource}/0001-FG-KASLR.patch" "auto-cpu-optimization.sh" ) @@ -657,26 +662,28 @@ for _p in "${pkgname[@]}"; do }" done -md5sums=('5c6acbcc119ab680a32264c865ea70e1' +md5sums=('121e4f65cf16ff76527020ea596fa431' '6048a8eb052a7b2a22b4ab159278b903' '3b05d6069ddcff7dec9c3a216ae48825' - 'c463c17e1bf27df35f05eb1004c2ba48' + '76b9d9fa00184d10e7949bb948ca846d' '3d8d1eeebba7d038f6d890619233e605' - 'f717c0a238353f443a6f0633a59ee8ca' '194c8e20ad30973c32159cb23f3be4c9' '2faaa79055263c1cdeeaa2896e641696' '80e419d6847d4122a23a141fd3a40e52' 'd194311161f8f44755e532db738f4a2d' + 'b5b3d9d1cefc3955a82ec895f891abf3' 'e9dff9b551b8fa7c0b47ae5ac0b16365' - 'b61fd5f488e44208fc97bfa6a274aebb' + '9f86c3b9e6271cfc4440864a6857b256' 'd4c38ce51fb9a69aa92ad9b9e0199122' 'a687c26c262ccb9ad7cb54697a1476bc' - 'a35a6dea9bc12029b3a837d86d4b842a' + '2249b7ca0a7dfb0b2f835a8cc4058f1e' '80920e501b9b87bfe587edff445e6efe' + '231fa80a33e7a926ba832d3bd66d2ce6' + 'bf010dff1d7a48191d491eba2dde1227' 'b7867c9203f9f1ec1e3d6648a4659624' 'be1e00d93e9c2ba91ee6017b82e64194' '28dcc1fe3029c6c316773bbcbe82954d' - '2160aabf2b9798907d36c4d246937d71' + '0714c9817397ac7568afc3e327a20ddd' '12ad5085b7f01793980f137f2c9451cb' '167a4267269e6a709c54e7b9ea8bf8d5' 'bf58290793d3a095ef95fb1fac2de89a'