summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEggz2023-08-23 16:40:22 +0000
committerEggz2023-08-23 16:40:22 +0000
commit7261397ecc98758db9280823007bbabdcf03a3eb (patch)
treee61267ebcb9b247aff383b9da7a3a8caa536d27e
parenta4a4dfb0ee1656505ec4bfc0a254252276615cb8 (diff)
downloadaur-7261397ecc98758db9280823007bbabdcf03a3eb.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 3869c308363c..35b22db9f38b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-amd
- 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
makedepends = lzop
makedepends = gcc>=10.3
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.preset
source = linux.install
source = https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/20230105/more-uarches-for-kernel-5.17+.patch
sha256sums = SKIP
- sha256sums = 49d213e9e5a8652b0a81921991809d454257545fd1d7ba3a7b806a755f00ed13
+ sha256sums = bea4ddcb375e3e00bcbc490ad2a5e8aa26f34188e38d6b64f4252a70bb6c09d9
sha256sums = 60c6ba602443e94a9eba3aeee9d194027d69bffaa428c6d055348ebf03681b5c
sha256sums = d590e751ab4cf424b78fd0d57e53d187f07401a68c8b468d17a5f39a337dacf0
sha256sums = 81ad663925a0aa5b5332a69bae7227393664bb81ee2e57a283e7f16e9ff75efe
diff --git a/PKGBUILD b/PKGBUILD
index 9bc565ea0ad9..75742c5afbc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgbase=linux-amd
_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
- '49d213e9e5a8652b0a81921991809d454257545fd1d7ba3a7b806a755f00ed13'
+ 'bea4ddcb375e3e00bcbc490ad2a5e8aa26f34188e38d6b64f4252a70bb6c09d9'
#.preset file
'60c6ba602443e94a9eba3aeee9d194027d69bffaa428c6d055348ebf03681b5c'
#linux install file
@@ -77,7 +77,7 @@ prepare() {
build() {
cd "${_srcname}"
- #Force zenv3 architecture optimisation and other optimisations.
+ #Force zenv4 architecture optimisation and other optimisations.
make ${MAKEFLAGS} LOCALVERSION= bzImage modules KCFLAGS='-march=znver4 -mtune=znver4 -O2 -pipe -fstack-protector-strong'
}
diff --git a/config.x86_64 b/config.x86_64
index f2683b942928..8c66b5fcc9f1 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