diff --git a/.SRCINFO b/.SRCINFO index 2dc08ca..e74b478 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = linux-cachyos pkgdesc = Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements pkgver = 5.16.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/CachyOS/linux-cachyos arch = x86_64 arch = x86_64_v3 @@ -21,8 +21,8 @@ pkgbase = linux-cachyos options = !strip source = https://git.kernel.org/torvalds/t/linux-5.16.tar.gz source = config - source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-MG-LRU-v6.patch - source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-amd64-patches.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-sched-perf-fix.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 @@ -36,7 +36,8 @@ pkgbase = linux-cachyos 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-fixes.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 source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-hwmon.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-ksmbd.patch @@ -45,12 +46,11 @@ pkgbase = linux-cachyos source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-zen-patches.patch 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/next/0002-mm-next.patch - source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/next/0003-folio-io.patch source = auto-cpu-optimization.sh md5sums = 5c6acbcc119ab680a32264c865ea70e1 md5sums = f9425b75de74d70497781f8c8448c27f - md5sums = d16ccc4f52eb0bc08893dc66a7caa154 - md5sums = dbdb6754a1f5b3ccf26321843a070406 + md5sums = c463c17e1bf27df35f05eb1004c2ba48 + md5sums = 3d8d1eeebba7d038f6d890619233e605 md5sums = d6feae0f2dd1b24a853d335da003cb51 md5sums = f717c0a238353f443a6f0633a59ee8ca md5sums = 194c8e20ad30973c32159cb23f3be4c9 @@ -62,9 +62,10 @@ pkgbase = linux-cachyos md5sums = b61fd5f488e44208fc97bfa6a274aebb md5sums = d4c38ce51fb9a69aa92ad9b9e0199122 md5sums = a687c26c262ccb9ad7cb54697a1476bc - md5sums = 8ef0e994f61bcd8d2188588f42805005 + md5sums = a35a6dea9bc12029b3a837d86d4b842a md5sums = 80920e501b9b87bfe587edff445e6efe - md5sums = f574f1c40fa2d07602e77418b863e144 + md5sums = b7867c9203f9f1ec1e3d6648a4659624 + md5sums = be1e00d93e9c2ba91ee6017b82e64194 md5sums = 28dcc1fe3029c6c316773bbcbe82954d md5sums = 2160aabf2b9798907d36c4d246937d71 md5sums = 12ad5085b7f01793980f137f2c9451cb @@ -73,7 +74,6 @@ pkgbase = linux-cachyos md5sums = de6db1147385c058b2e94df3c1739fdf md5sums = cb9384ce179d08be6c90df6d0a0977a1 md5sums = 258c33888c85d1ecc0bbdf59c3a92895 - md5sums = 9956af4381a21744369bf81d76d3142d md5sums = 21c98f19e883879dd3336c1fa143fd31 pkgname = linux-cachyos diff --git a/PKGBUILD b/PKGBUILD index df3866a..49e7d8e 100755 --- a/PKGBUILD +++ b/PKGBUILD @@ -133,7 +133,7 @@ _srcname=linux-${_stable} #_srcname=linux-${_major} arch=(x86_64 x86_64_v3) pkgdesc='Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements' -pkgrel=2 +pkgrel=3 arch=('x86_64' 'x86_64_v3') url="https://github.com/CachyOS/linux-cachyos" license=('GPL2') @@ -152,10 +152,10 @@ source=( "config" # "${_patchsource}/sched/0001-pjrc.patch" ## not released for 5.16 right now # "${_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-MG-LRU-v6.patch" - "${_patchsource}/0001-amd64-patches.patch" + "${_patchsource}/0001-lru-patches.patch" + "${_patchsource}/0001-arch-patches.patch" "${_patchsource}/0001-sched-perf-fix.patch" "${_patchsource}/0001-block-patches.patch" "${_patchsource}/0001-blk-patches.patch" @@ -169,7 +169,8 @@ source=( "${_patchsource}/0001-clearlinux.patch" "${_patchsource}/0001-f2fs-xfs-ext4-patches.patch" "${_patchsource}/0001-misc.patch" - "${_patchsource}/0001-fixes.patch" + "${_patchsource}/0001-fixes-miscellaneous.patch" + "${_patchsource}/0001-pf-patches.patch" "${_patchsource}/0001-futex-winesync.patch" "${_patchsource}/0001-hwmon.patch" "${_patchsource}/0001-ksmbd.patch" @@ -178,10 +179,8 @@ source=( "${_patchsource}/0001-zen-patches.patch" "${_patchsource}/0001-v4l2loopback.patch" "${_patchsource}/next/0002-mm-next.patch" - "${_patchsource}/next/0003-folio-io.patch" "auto-cpu-optimization.sh" ) - #if [ -n "$_use_pgo" ]; then # source+=("${_patchsource}/0001-PGO.patch") #fi @@ -674,8 +673,8 @@ done md5sums=('5c6acbcc119ab680a32264c865ea70e1' 'f9425b75de74d70497781f8c8448c27f' - 'd16ccc4f52eb0bc08893dc66a7caa154' - 'dbdb6754a1f5b3ccf26321843a070406' + 'c463c17e1bf27df35f05eb1004c2ba48' + '3d8d1eeebba7d038f6d890619233e605' 'd6feae0f2dd1b24a853d335da003cb51' 'f717c0a238353f443a6f0633a59ee8ca' '194c8e20ad30973c32159cb23f3be4c9' @@ -687,9 +686,10 @@ md5sums=('5c6acbcc119ab680a32264c865ea70e1' 'b61fd5f488e44208fc97bfa6a274aebb' 'd4c38ce51fb9a69aa92ad9b9e0199122' 'a687c26c262ccb9ad7cb54697a1476bc' - '8ef0e994f61bcd8d2188588f42805005' + 'a35a6dea9bc12029b3a837d86d4b842a' '80920e501b9b87bfe587edff445e6efe' - 'f574f1c40fa2d07602e77418b863e144' + 'b7867c9203f9f1ec1e3d6648a4659624' + 'be1e00d93e9c2ba91ee6017b82e64194' '28dcc1fe3029c6c316773bbcbe82954d' '2160aabf2b9798907d36c4d246937d71' '12ad5085b7f01793980f137f2c9451cb' @@ -698,5 +698,4 @@ md5sums=('5c6acbcc119ab680a32264c865ea70e1' 'de6db1147385c058b2e94df3c1739fdf' 'cb9384ce179d08be6c90df6d0a0977a1' '258c33888c85d1ecc0bbdf59c3a92895' - '9956af4381a21744369bf81d76d3142d' '21c98f19e883879dd3336c1fa143fd31')