This commit is contained in:
P. Jung 2021-11-06 01:36:34 +01:00
parent 73b0d34217
commit 1a438f56eb
No known key found for this signature in database
GPG Key ID: AFC052D06215E148
2 changed files with 33 additions and 23 deletions

View File

@ -1,7 +1,7 @@
pkgbase = linux-cachyos
pkgdesc = Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements
pkgver = 5.15
pkgrel = 3
pkgrel = 5
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
@ -22,20 +22,23 @@ pkgbase = linux-cachyos
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
source = config
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/arch-patches/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-add-600hz-cfs-fixes.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-backport.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-misc.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/android-patches/0001-android-export-symbold-and-enable-building-ashmem-an.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/AMD/0001-amd64-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-bbr2.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-clearlinux-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-cpu-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-cpufreq-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-block-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-block-backport.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-btrfs-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-fixes-miscellaneous.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-futex.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-hwmon-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-acpi.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-ksmbd-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-sched.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-mm.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-lru-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-lqx-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-lrng-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-security-patches.patch
@ -47,20 +50,23 @@ pkgbase = linux-cachyos
md5sums = 071d49ff4e020d58c04f9f3f76d3b594
md5sums = ca311453b9de38a45bd65beaef256f44
md5sums = cf26387aadf2a90428350ac246b070c9
md5sums = 146bf117e5aef77478aca8e2422d2554
md5sums = 910f26cc108ca59bc7eac2f98059991c
md5sums = 9b69c2bb5bd14add123fdf1164b2225d
md5sums = a2f2715c541983f81fbcd22d8c4f2919
md5sums = 53f037488a66667220c263f92ded333d
md5sums = 2a8097ba46be56fbbe3967e9c34c9a0b
md5sums = 0b6d09bdd920f4c31c05fdeaa0740548
md5sums = d7f5fefd8ae018999e2b55073aaca706
md5sums = 846859fbcd82df462449d763b41cc641
md5sums = d6452799e92e21e8f8bea1fddeec60e2
md5sums = 4792a194feb0e9267f8660f38746f4fb
md5sums = f63a58cf2bac9f9094705d880ed886d3
md5sums = 2b793d08fe0033546a7264a565af51f3
md5sums = afe09c5a3e67eb678dac3ce92312e602
md5sums = 00decf9061d63b59d6a2857f4bc681df
md5sums = 7fa046fd98013a89ed5f57b18c612068
md5sums = a1c6a106ddbbff6be6711f6a72706cb0
md5sums = a0aac29317844c7c4b03639c76d1219c
md5sums = 500f49b7f8ebe52f10ce473e50522b08
md5sums = 0dbf246a4e501c5dc276985d34faa5df
md5sums = f845dc3bca8d4e0020ed8f37e4e8d9ea
md5sums = bf3787026e2faa485dce9e45cc721ec5
md5sums = 07fb571e48d0772a30c9777ecf13031e
md5sums = 39c65dd4eeec0dfedbf79ca5e43276d5
md5sums = bac586853f924588e24869d8aa62f5be
md5sums = bc64b1d1a9c95b07c28457f7214ebf81

View File

@ -113,7 +113,7 @@ else
pkgbase=linux-cachyos
fi
pkgver=5.15
pkgrel=3
pkgrel=5
arch=(x86_64 x86_64_v3)
pkgdesc='Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements'
_gittag=v${pkgver%.*}-${pkgver##*.}
@ -130,26 +130,27 @@ _patchsource="https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.
source=("https://cdn.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-${pkgver}.tar.xz"
"config"
"${_patchsource}/arch-patches/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch"
"${_patchsource}/0001-add-600hz-cfs-fixes.patch"
"${_patchsource}/0001-backport.patch"
"${_patchsource}/0001-misc.patch"
"${_patchsource}/android-patches/0001-android-export-symbold-and-enable-building-ashmem-an.patch"
"${_patchsource}/AMD/0001-amd64-patches.patch"
"${_patchsource}/0001-bbr2.patch"
"${_patchsource}/0001-clearlinux-patches.patch"
"${_patchsource}/0001-cpu-patches.patch"
"${_patchsource}/0001-cpufreq-patches.patch"
"${_patchsource}/0001-block-patches.patch"
"${_patchsource}/0001-block-backport.patch"
"${_patchsource}/0001-btrfs-patches.patch"
"${_patchsource}/0001-fixes-miscellaneous.patch"
"${_patchsource}/0001-futex.patch"
"${_patchsource}/0001-hwmon-patches.patch"
# "${_patchsource}/0001-ksm-patches.patch"
"${_patchsource}/0001-acpi.patch"
"${_patchsource}/0001-ksmbd-patches.patch"
"${_patchsource}/0001-sched.patch"
"${_patchsource}/0001-mm.patch"
"${_patchsource}/0001-lru-patches.patch"
"${_patchsource}/0001-lqx-patches.patch"
"${_patchsource}/0001-lrng-patches.patch"
"${_patchsource}/0001-security-patches.patch"
"${_patchsource}/0001-v4l2loopback.patch"
# "${_patchsource}/0001-xanmod-patches.patch"
"${_patchsource}/0001-zen-patches.patch"
"${_patchsource}/0001-zstd-patches.patch"
"${_patchsource}/0001-zstd-upstream-patches.patch"
@ -248,7 +249,7 @@ prepare() {
echo "Setting tick rate to 600HZ..."
scripts/config --disable CONFIG_HZ_300
scripts/config --enable CONFIG_HZ_600
scripts/config --set-val CONFIG_HZ_600
scripts/config --set-val CONFIG_HZ 600
fi
### Optionally set tickrate to 500HZ
@ -620,20 +621,23 @@ _package-headers() {
md5sums=('071d49ff4e020d58c04f9f3f76d3b594'
'ca311453b9de38a45bd65beaef256f44'
'cf26387aadf2a90428350ac246b070c9'
'146bf117e5aef77478aca8e2422d2554'
'910f26cc108ca59bc7eac2f98059991c'
'9b69c2bb5bd14add123fdf1164b2225d'
'a2f2715c541983f81fbcd22d8c4f2919'
'53f037488a66667220c263f92ded333d'
'2a8097ba46be56fbbe3967e9c34c9a0b'
'0b6d09bdd920f4c31c05fdeaa0740548'
'd7f5fefd8ae018999e2b55073aaca706'
'846859fbcd82df462449d763b41cc641'
'd6452799e92e21e8f8bea1fddeec60e2'
'4792a194feb0e9267f8660f38746f4fb'
'f63a58cf2bac9f9094705d880ed886d3'
'2b793d08fe0033546a7264a565af51f3'
'afe09c5a3e67eb678dac3ce92312e602'
'00decf9061d63b59d6a2857f4bc681df'
'7fa046fd98013a89ed5f57b18c612068'
'a1c6a106ddbbff6be6711f6a72706cb0'
'a0aac29317844c7c4b03639c76d1219c'
'500f49b7f8ebe52f10ce473e50522b08'
'0dbf246a4e501c5dc276985d34faa5df'
'f845dc3bca8d4e0020ed8f37e4e8d9ea'
'bf3787026e2faa485dce9e45cc721ec5'
'07fb571e48d0772a30c9777ecf13031e'
'39c65dd4eeec0dfedbf79ca5e43276d5'
'bac586853f924588e24869d8aa62f5be'
'bc64b1d1a9c95b07c28457f7214ebf81'