summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEggz2023-08-23 16:42:40 +0000
committerEggz2023-08-23 16:42:40 +0000
commita0197454f3e5b41f1dfaeac67220eb849149a2fe (patch)
tree6980427fb19ac65815160d8ec9abdbfe8b5e6d84
parenta7c8782e3b13178e654ce27e434cc18451ff3a66 (diff)
downloadaur-a0197454f3e5b41f1dfaeac67220eb849149a2fe.tar.gz
Updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--config.x86_642
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc6d19f0a97c..29fc5a2d1b9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-amd-znver3
- pkgver = 6.4.v.11
+ pkgver = 6.4.v.12
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -14,13 +14,13 @@ pkgbase = linux-amd-znver3
makedepends = lzop
makedepends = gcc>=9.1
options = !strip
- source = git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#tag=v6.4.11
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#tag=v6.4.12
source = config.x86_64
source = linux-amd-znver3.preset
source = linux.install
source = https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/20230105/more-uarches-for-kernel-5.17+.patch
sha256sums = SKIP
- sha256sums = 431a39acc5a235ede71fc72b721778c6aa16c43d024003d72fedfc2d51c507a6
+ sha256sums = d536b521e82788e1b0a67056dea1d2895b9e2465e13efd0d15fc26492142df82
sha256sums = 26828ab61a69fca7ecdbba4179311f7cc3c59e1f8c070bcc626c68065187222b
sha256sums = d590e751ab4cf424b78fd0d57e53d187f07401a68c8b468d17a5f39a337dacf0
sha256sums = 81ad663925a0aa5b5332a69bae7227393664bb81ee2e57a283e7f16e9ff75efe
diff --git a/PKGBUILD b/PKGBUILD
index d46c9d2af583..0b566e518801 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgbase=linux-amd-znver3
_srcname=linux
-gitver=v6.4.11
+gitver=v6.4.12
patchver=20230105
patchname=more-uarches-for-kernel-5.17+.patch
-pkgver=6.4.v.11
+pkgver=6.4.v.12
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"
@@ -25,7 +25,7 @@ source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#ta
)
sha256sums=('SKIP'
#config.x86_64
- '431a39acc5a235ede71fc72b721778c6aa16c43d024003d72fedfc2d51c507a6'
+ 'd536b521e82788e1b0a67056dea1d2895b9e2465e13efd0d15fc26492142df82'
#.preset file
'26828ab61a69fca7ecdbba4179311f7cc3c59e1f8c070bcc626c68065187222b'
#linux install file
@@ -77,7 +77,7 @@ prepare() {
build() {
cd "${_srcname}"
- #Force zenv2 architecture optimisation and other optimisations.
+ #Force zenv3 architecture optimisation and other optimisations.
make ${MAKEFLAGS} LOCALVERSION= bzImage modules KCFLAGS="-O2 -pipe -march=znver3 -mtune=znver3 -fstack-protector-strong"
}
diff --git a/config.x86_64 b/config.x86_64
index 26592a954e79..d8712b07969b 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.4.11 Kernel Configuration
+# Linux/x86 6.4.12 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801"
CONFIG_CC_IS_GCC=y