summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. Jung2021-12-16 12:10:25 +0000
committerP. Jung2021-12-16 12:10:25 +0000
commita64aecc8358af49dee1d0f2b97f70f06a2759fd9 (patch)
tree077fa59f306b109ebcc6e4e801fdd104021562e8
parent28913230e29c689007196670e100c94b26016b6c (diff)
downloadaur-a64aecc8358af49dee1d0f2b97f70f06a2759fd9.tar.gz
5.15.8-2
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD20
2 files changed, 24 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c37a96f92b3..012098ed15ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-tt
pkgdesc = Linux TT 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,12 +24,14 @@ pkgbase = linux-tt
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/TT/0001-tt-r3.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-page-table-check.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
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-misc.patch
@@ -54,19 +56,21 @@ pkgbase = linux-tt
source = auto-cpu-optimization.sh
md5sums = 5b04a1db6305c993d7f55db334a2b415
md5sums = d97e86d9464dd34683f67de4d4a595c0
- md5sums = a5033c70832f05256fd7c18e06eada9e
+ md5sums = 67d717f8270b1e638cbf6e65d4725cdc
md5sums = 2627c6fcd9760b0e7a3553500db0a7e1
md5sums = e3fa8507aed6ef3ce37e62f18fe9b7e1
+ md5sums = 152706f6ebbe9917c6a5955cd5447344
md5sums = 4bfca774a71e7228f5b8bb31660521af
- md5sums = 4866d66f4cc1b10cccb520c22cbc71d7
+ md5sums = 4b530f55cb9ce472fa539abc69299a17
+ md5sums = dccfe71705b24d3fb1f51aaf2016216d
md5sums = 53f037488a66667220c263f92ded333d
md5sums = 2a8097ba46be56fbbe3967e9c34c9a0b
- md5sums = e708f2160dee1ef5c7dffb8a23c199d7
- md5sums = 152706f6ebbe9917c6a5955cd5447344
+ md5sums = a05b47e1970509a27f36501534751a9b
+ md5sums = 82b58a2673da7a5479b6a94f6200e28b
md5sums = 56ceaed8bfb44eca93298ccc5fe11ca7
md5sums = 67764a5824b567b49bcce19c01d4e1b3
md5sums = 299b176cbfc1b386d74406387e9e2d6b
- md5sums = 5b9a009ab68ba548e9d06e0932ab967d
+ md5sums = 6d0f581b0edcf0a11308f3e3cde5eeaf
md5sums = 41887f2f959068e41756f4c39671ca79
md5sums = b04c8a3f01b3dfba1410e2c26ec7d975
md5sums = 8cf507777e20cd4d75a0627eef10c10d
diff --git a/PKGBUILD b/PKGBUILD
index 0005db14e561..7e75a0475bb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -130,7 +130,7 @@ _srcname=linux-${pkgver}
arch=(x86_64 x86_64_v3)
pkgdesc='Linux TT 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')
@@ -149,12 +149,14 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
"${_patchsource}/TT/0001-tt-r3.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-page-table-check.patch"
"${_patchsource}/0001-block-patches.patch"
"${_patchsource}/0001-cpu-patches.patch"
"${_patchsource}/0001-misc.patch"
@@ -664,19 +666,21 @@ done
md5sums=('5b04a1db6305c993d7f55db334a2b415'
'd97e86d9464dd34683f67de4d4a595c0'
- 'a5033c70832f05256fd7c18e06eada9e'
+ '67d717f8270b1e638cbf6e65d4725cdc'
'2627c6fcd9760b0e7a3553500db0a7e1'
'e3fa8507aed6ef3ce37e62f18fe9b7e1'
+ '152706f6ebbe9917c6a5955cd5447344'
'4bfca774a71e7228f5b8bb31660521af'
- '4866d66f4cc1b10cccb520c22cbc71d7'
+ '4b530f55cb9ce472fa539abc69299a17'
+ 'dccfe71705b24d3fb1f51aaf2016216d'
'53f037488a66667220c263f92ded333d'
'2a8097ba46be56fbbe3967e9c34c9a0b'
- 'e708f2160dee1ef5c7dffb8a23c199d7'
- '152706f6ebbe9917c6a5955cd5447344'
+ 'a05b47e1970509a27f36501534751a9b'
+ '82b58a2673da7a5479b6a94f6200e28b'
'56ceaed8bfb44eca93298ccc5fe11ca7'
'67764a5824b567b49bcce19c01d4e1b3'
'299b176cbfc1b386d74406387e9e2d6b'
- '5b9a009ab68ba548e9d06e0932ab967d'
+ '6d0f581b0edcf0a11308f3e3cde5eeaf'
'41887f2f959068e41756f4c39671ca79'
'b04c8a3f01b3dfba1410e2c26ec7d975'
'8cf507777e20cd4d75a0627eef10c10d'