diff --git a/.SRCINFO b/.SRCINFO index 1065c2f969b9..ef50fb4d75d5 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.5 - pkgrel = 1 + pkgrel = 2 url = https://github.com/CachyOS/linux-cachyos arch = x86_64 arch = x86_64_v3 @@ -21,26 +21,28 @@ pkgbase = linux-cachyos-bmq options = !strip source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.5.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/sched/0001-pjrc.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-amdpstate.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-boot.patch + source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/misc/0001-cc.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-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/misc/0010-ELF.patch + source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-fortify-gcc-fix.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-f2fs-xfs-ext4-btrfs.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-lru-le9-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-net-patches.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-pf-patches.patch - source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-f2fs-xfs-ext4-btrfs.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-zstd-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/misc/0001-cc.patch - source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/misc/0010-ELF.patch - source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-fortify-gcc-fix.patch + source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-xanmod-patches.patch source = auto-cpu-optimization.sh sha256sums = ecaeedd9d289934f97c572aa965b6959d4d47f9789220e4fc3fbb525d8f1c7ab sha256sums = ddab31ab1bd7aa5b00c932a4a16ce93ec7a34fe2e0fa371277280b52a88a515b diff --git a/PKGBUILD b/PKGBUILD index 5b44e7bf0d79..7fd41d118842 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -144,7 +144,7 @@ _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=1 +pkgrel=2 arch=('x86_64' 'x86_64_v3') url="https://github.com/CachyOS/linux-cachyos" license=('GPL2') @@ -158,7 +158,7 @@ _patchsource="https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5. source=( "https://cdn.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.xz" "config" - "${_patchsource}/sched/0001-prjc.patch" + "${_patchsource}/sched/0001-pjrc.patch" # "${_patchsource}/sched/0001-cacULE-5.16-full.patch" # "${_patchsource}/sched/0001-bore-sched.patch" # "${_patchsource}/sched/0001-tt.patch" @@ -166,22 +166,23 @@ source=( "${_patchsource}/0001-amdpstate.patch" "${_patchsource}/0001-anbox.patch" "${_patchsource}/0001-bbr2-patches.patch" + "${_patchsource}/0001-boot.patch" + "${_patchsource}/misc/0001-cc.patch" "${_patchsource}/0001-cfi.patch" "${_patchsource}/0001-cpu.patch" "${_patchsource}/0001-clearlinux.patch" + "${_patchsource}/misc/0010-ELF.patch" + "${_patchsource}/0001-fortify-gcc-fix.patch" + "${_patchsource}/0001-fixes.patch" + "${_patchsource}/0001-f2fs-xfs-ext4-btrfs.patch" "${_patchsource}/0001-lrng.patch" "${_patchsource}/0001-lru-le9-patches.patch" "${_patchsource}/0001-misc.patch" "${_patchsource}/0001-net-patches.patch" - "${_patchsource}/0001-fixes.patch" "${_patchsource}/0001-pf-patches.patch" - "${_patchsource}/0001-f2fs-xfs-ext4-btrfs.patch" "${_patchsource}/0001-zstd-patches.patch" "${_patchsource}/0001-v4l2loopback.patch" - "${_patchsource}/misc/0001-cc.patch" - "${_patchsource}/misc/0010-ELF.patch" - # "${_patchsource}/0001-zen-patches.patch" - "${_patchsource}/0001-fortify-gcc-fix.patch" + "${_patchsource}/0001-xanmod-patches.patch" "auto-cpu-optimization.sh" ) #if [ -n "$_use_pgo" ]; then