summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. Jung2021-12-16 12:09:15 +0000
committerP. Jung2021-12-16 12:09:15 +0000
commita8292ebaab9d0108f8586bce90e714177f68471a (patch)
tree3c1f212f60d44d5cdfedd0d94d96b445346aed00
parentf31640b50e771b92d6c504d690b18a4cd6b74b14 (diff)
downloadaur-a8292ebaab9d0108f8586bce90e714177f68471a.tar.gz
5.15.8-2
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD18
2 files changed, 22 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cb205dda869..9034a10c0592 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-cacule
pkgdesc = Linux CacULE scheduler Kernel by CachyOS and with some other patches and other improvements
pkgver = 5.15.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
@@ -24,10 +24,13 @@ pkgbase = linux-cacule
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/CacULE/v5.15/cacule-5.15-full.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-arch-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-cfi.patch
+ source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-page-table-check.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/AMD/0001-amd-pstate-dev-v5-fixes.patch
+ source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/AMD/0001-amdpstate.patch
+ source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/AMD/amd-sched.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/misc/0010-ELF.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-bitmap.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-cpu-patches.patch
@@ -41,7 +44,6 @@ pkgbase = linux-cacule
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-futex-wait.v-fsync-winesync.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-ksmbd-patches.patch
- source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-page-table-check.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-pf-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
@@ -57,15 +59,18 @@ pkgbase = linux-cacule
md5sums = afdbe964cd00357ef7248553ab9db091
md5sums = 2627c6fcd9760b0e7a3553500db0a7e1
md5sums = e3fa8507aed6ef3ce37e62f18fe9b7e1
+ md5sums = 152706f6ebbe9917c6a5955cd5447344
md5sums = 4bfca774a71e7228f5b8bb31660521af
- md5sums = 4866d66f4cc1b10cccb520c22cbc71d7
+ md5sums = 4b530f55cb9ce472fa539abc69299a17
+ md5sums = dccfe71705b24d3fb1f51aaf2016216d
md5sums = 53f037488a66667220c263f92ded333d
md5sums = 2a8097ba46be56fbbe3967e9c34c9a0b
- md5sums = e708f2160dee1ef5c7dffb8a23c199d7
+ md5sums = a05b47e1970509a27f36501534751a9b
+ md5sums = 82b58a2673da7a5479b6a94f6200e28b
md5sums = 56ceaed8bfb44eca93298ccc5fe11ca7
md5sums = 67764a5824b567b49bcce19c01d4e1b3
md5sums = 299b176cbfc1b386d74406387e9e2d6b
- md5sums = 5b9a009ab68ba548e9d06e0932ab967d
+ md5sums = 6d0f581b0edcf0a11308f3e3cde5eeaf
md5sums = 41887f2f959068e41756f4c39671ca79
md5sums = b04c8a3f01b3dfba1410e2c26ec7d975
md5sums = 8cf507777e20cd4d75a0627eef10c10d
@@ -74,7 +79,6 @@ pkgbase = linux-cacule
md5sums = 8c354c3d1962ec6785db7f0c3fbbab03
md5sums = 9b6369bc4c58ad0d9195b5c204ed4b8a
md5sums = c6efda5716e4ff79ebdbc963bebd851a
- md5sums = 152706f6ebbe9917c6a5955cd5447344
md5sums = 08c84362cb916b30d9c77e35b1b3bc54
md5sums = 56fdf3562b041c0408d9751b7e447977
md5sums = b09b84168822521426f197610727618b
diff --git a/PKGBUILD b/PKGBUILD
index c45f919a75a0..fe0312738990 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -137,7 +137,7 @@ _srcname=linux-${pkgver}
arch=(x86_64 x86_64_v3)
pkgdesc='Linux CacULE scheduler Kernel by CachyOS and with some other patches and other improvements'
_srcname=linux-${pkgver}
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL2')
@@ -158,10 +158,13 @@ source=(
"${_caculepatches}/v5.15/cacule-5.15-full.patch"
"${_patchsource}/0001-arch-patches.patch"
"${_patchsource}/0001-cfi.patch"
+ "${_patchsource}/0001-page-table-check.patch"
"${_patchsource}/0001-lru-patches.patch"
- "${_patchsource}/AMD/0001-amd-pstate-dev-v5-fixes.patch"
+ "${_patchsource}/AMD/0001-amdpstate.patch"
+ "${_patchsource}/AMD/amd-sched.patch"
"${_patchsource}/AMD/0001-amd64-patches.patch"
"${_patchsource}/0001-bbr2.patch"
+ "${_patchsource}/misc/0010-ELF.patch"
"${_patchsource}/0001-bitmap.patch"
"${_patchsource}/0001-block-patches.patch"
"${_patchsource}/0001-cpu-patches.patch"
@@ -175,7 +178,6 @@ source=(
"${_patchsource}/0001-futex-wait.v-fsync-winesync.patch"
"${_patchsource}/0001-hwmon-patches.patch"
"${_patchsource}/0001-ksmbd-patches.patch"
- "${_patchsource}/0001-page-table-check.patch"
# "${_patchsource}/0001-damon-patches.patch"
"${_patchsource}/0001-pf-patches.patch"
"${_patchsource}/0001-lqx-patches.patch"
@@ -671,15 +673,18 @@ md5sums=('5b04a1db6305c993d7f55db334a2b415'
'afdbe964cd00357ef7248553ab9db091'
'2627c6fcd9760b0e7a3553500db0a7e1'
'e3fa8507aed6ef3ce37e62f18fe9b7e1'
+ '152706f6ebbe9917c6a5955cd5447344'
'4bfca774a71e7228f5b8bb31660521af'
- '4866d66f4cc1b10cccb520c22cbc71d7'
+ '4b530f55cb9ce472fa539abc69299a17'
+ 'dccfe71705b24d3fb1f51aaf2016216d'
'53f037488a66667220c263f92ded333d'
'2a8097ba46be56fbbe3967e9c34c9a0b'
- 'e708f2160dee1ef5c7dffb8a23c199d7'
+ 'a05b47e1970509a27f36501534751a9b'
+ '82b58a2673da7a5479b6a94f6200e28b'
'56ceaed8bfb44eca93298ccc5fe11ca7'
'67764a5824b567b49bcce19c01d4e1b3'
'299b176cbfc1b386d74406387e9e2d6b'
- '5b9a009ab68ba548e9d06e0932ab967d'
+ '6d0f581b0edcf0a11308f3e3cde5eeaf'
'41887f2f959068e41756f4c39671ca79'
'b04c8a3f01b3dfba1410e2c26ec7d975'
'8cf507777e20cd4d75a0627eef10c10d'
@@ -688,7 +693,6 @@ md5sums=('5b04a1db6305c993d7f55db334a2b415'
'8c354c3d1962ec6785db7f0c3fbbab03'
'9b6369bc4c58ad0d9195b5c204ed4b8a'
'c6efda5716e4ff79ebdbc963bebd851a'
- '152706f6ebbe9917c6a5955cd5447344'
'08c84362cb916b30d9c77e35b1b3bc54'
'56fdf3562b041c0408d9751b7e447977'
'b09b84168822521426f197610727618b'