summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantman6662022-05-14 13:36:00 +0800
committerantman6662022-05-14 13:36:00 +0800
commita2ad96e08e802470a70318702b7b54b88b355e12 (patch)
tree7dc6675a90e2c02669df77f6d3cc601b5fd4381c
parentb2acc35be322bde669b3113f5f3a558b86b79c7e (diff)
downloadaur-a2ad96e08e802470a70318702b7b54b88b355e12.tar.gz
update linux-xanmod-tt-uksm-cjktty to 5.15.38-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48b54d8d00e6..bb39b437dc78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-tt-uksm-cjktty
pkgdesc = Linux Xanmod. Development branch with the Task Type CPU Scheduler by Hamad Al Marri
- pkgver = 5.15.36
+ pkgver = 5.15.38
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = linux-xanmod-tt-uksm-cjktty
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.15.36-xanmod1-tt/patch-5.15.36-xanmod1-tt.xz
+ source = https://github.com/xanmod/linux/releases/download/5.15.38-xanmod1-tt/patch-5.15.38-xanmod1-tt.xz
source = choose-gcc-optimization.sh
source = 0001-cjktty.patch::https://raw.githubusercontent.com/zhmars/cjktty-patches/master/v5.x/cjktty-5.15.patch
source = 0002-UKSM.patch::https://gitlab.com/sirlucjan/kernel-patches/-/raw/master/5.15/uksm-patches/0001-UKSM-for-5.15.patch
@@ -27,7 +27,7 @@ pkgbase = linux-xanmod-tt-uksm-cjktty
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8
sha256sums = SKIP
- sha256sums = 127db54a36c0f7c499bd3742b00fdc17d7802c7a616c7489244f88eeddf60e3e
+ sha256sums = 18e8225b1e488490a89353cd8fd5affbf1828cd1de6ecbe288a9b18639a7565e
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee
sha256sums = 97a525e28a270c5e6e5a4fc4ab4920c42ceef2f9921857497ab3c56ec343803e
sha256sums = cb348cc3ba1a453ac6057ecc08000a2ccddc47b70491caaf71db34a3d630f77c
diff --git a/PKGBUILD b/PKGBUILD
index 8825b6e9d80b..7b048ae8e3e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -110,7 +110,7 @@ fi
pkgbase=linux-xanmod-tt-uksm-cjktty
_major=5.15
-pkgver=${_major}.36
+pkgver=${_major}.38
_branch=5.x
xanmod=1
pkgrel=${xanmod}
@@ -153,7 +153,7 @@ done
sha256sums=('57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8'
'SKIP'
- '127db54a36c0f7c499bd3742b00fdc17d7802c7a616c7489244f88eeddf60e3e'
+ '18e8225b1e488490a89353cd8fd5affbf1828cd1de6ecbe288a9b18639a7565e'
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee'
'97a525e28a270c5e6e5a4fc4ab4920c42ceef2f9921857497ab3c56ec343803e'
'cb348cc3ba1a453ac6057ecc08000a2ccddc47b70491caaf71db34a3d630f77c')
@@ -379,8 +379,10 @@ prepare() {
scripts/config --enable CONFIG_KVM
if [ "$_microarchitecture" == 98 ]; then
scripts/config --enable CONFIG_KVM_INTEL
+ scripts/config --disable CONFIG_KVM_AMD
elif [ "$_microarchitecture" == 99 ]; then
scripts/config --enable CONFIG_KVM_AMD
+ scripts/config --disable CONFIG_KVM_INTEL
fi
fi