6.11.5-1 (clr 6.11.5-1475)
This commit is contained in:
parent
df67ab7c01
commit
7040f37956
3 changed files with 43 additions and 44 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance.
|
pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance.
|
||||||
pkgver = 6.11.4
|
pkgver = 6.11.5
|
||||||
pkgrel = 0
|
pkgrel = 0
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -20,18 +20,18 @@ pkgbase = linux-clear
|
||||||
options = !debug
|
options = !debug
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.tar.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.tar.xz
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.tar.sign
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.tar.sign
|
||||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.11.4.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.11.5.xz
|
||||||
source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.11.3-1472
|
source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.11.5-1475
|
||||||
source = more-uarches-20241001.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20241001.tar.gz
|
source = more-uarches-20241018.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20241018.tar.gz
|
||||||
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
||||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||||
validpgpkeys = E27E5D8A3403A2EF66873BBCDEA66FF797772CDC
|
validpgpkeys = E27E5D8A3403A2EF66873BBCDEA66FF797772CDC
|
||||||
validpgpkeys = AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109
|
validpgpkeys = AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109
|
||||||
sha256sums = 55d2c6c025ebc27810c748d66325dd5bc601e8d32f8581d9e77673529bdacb2e
|
sha256sums = 55d2c6c025ebc27810c748d66325dd5bc601e8d32f8581d9e77673529bdacb2e
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = d0c22d3f7a5ea64938cb8a003e6f6ad3226a0dab855e89fa0fff3578946c9498
|
sha256sums = 1922b3b321c7f53109338a4e5a675b5ed65ba598c579a29b106843c00166a939
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 3c0a38110cc21dca6b6efec03ce82ed24f473da190354cf740b5ecd6f6589aa7
|
sha256sums = b3fd8b1c5bbd39a577afcccf6f1119fdf83f6d72119f4c0811801bdd51d1bc61
|
||||||
|
|
||||||
pkgname = linux-clear
|
pkgname = linux-clear
|
||||||
pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance. This package includes the kernel and compiled modules.
|
pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance. This package includes the kernel and compiled modules.
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
cl-linux
|
cl-linux
|
||||||
|
src
|
||||||
*.sign
|
*.sign
|
||||||
*.xz
|
*.xz
|
||||||
*.gz
|
*.gz
|
||||||
|
|
74
PKGBUILD
74
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
### BUILD OPTIONS
|
### BUILD OPTIONS
|
||||||
# You can modify these settings by executing "env _<setting>=<value> makepkg"
|
# You can modify these settings by executing "env _<setting>=<value> makepkg"
|
||||||
# instead of modifying the PKGBUILD file. Here's an example:
|
# instead of modifying the PKGBUILD file. Here's an example:
|
||||||
# env _makemenuconfig=y _copyfinalconfig=y _subarch=42 makepkg
|
# env _makemenuconfig=y _copyfinalconfig=y _subarch=30 makepkg
|
||||||
|
|
||||||
# Tweak kernel options prior to a build via menuconfig.
|
# Tweak kernel options prior to a build via menuconfig.
|
||||||
#
|
#
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
# Optionally select a sub architecture by number or
|
# Optionally select a sub architecture by number or
|
||||||
# leave blank, which will require user interaction during the build.
|
# leave blank, which will require user interaction during the build.
|
||||||
# Note that the default option is 40.
|
# Note that the default option is 41.
|
||||||
#
|
#
|
||||||
# 1. AMD Opteron/Athlon64/Hammer/K8 (MK8)
|
# 1. AMD Opteron/Athlon64/Hammer/K8 (MK8)
|
||||||
# 2. AMD Opteron/Athlon64/Hammer/K8 with SSE3 (MK8SSE3)
|
# 2. AMD Opteron/Athlon64/Hammer/K8 with SSE3 (MK8SSE3)
|
||||||
|
@ -66,37 +66,35 @@
|
||||||
# 12. AMD Zen 2 (MZEN2)
|
# 12. AMD Zen 2 (MZEN2)
|
||||||
# 13. AMD Zen 3 (MZEN3)
|
# 13. AMD Zen 3 (MZEN3)
|
||||||
# 14. AMD Zen 4 (MZEN4)
|
# 14. AMD Zen 4 (MZEN4)
|
||||||
# 15. Intel P4 / older Netburst based Xeon (MPSC)
|
# 15. AMD Zen 5 (MZEN5)
|
||||||
# 16. Intel Core 2 (MCORE2)
|
# 16. Intel P4 / older Netburst based Xeon (MPSC)
|
||||||
# 17. Intel Atom (MATOM)
|
# 17. Intel Atom (MATOM)
|
||||||
# 18. Intel Nehalem (MNEHALEM)
|
# 18. Intel Core 2 (MCORE2)
|
||||||
# 19. Intel Westmere (MWESTMERE)
|
# 19. Intel Nehalem (MNEHALEM)
|
||||||
# 20. Intel Silvermont (MSILVERMONT)
|
# 20. Intel Westmere (MWESTMERE)
|
||||||
# 21. Intel Goldmont (MGOLDMONT)
|
# 21. Intel Silvermont (MSILVERMONT)
|
||||||
# 22. Intel Goldmont Plus (MGOLDMONTPLUS)
|
# 22. Intel Goldmont (MGOLDMONT)
|
||||||
# 23. Intel Sandy Bridge (MSANDYBRIDGE)
|
# 23. Intel Goldmont Plus (MGOLDMONTPLUS)
|
||||||
# 24. Intel Ivy Bridge (MIVYBRIDGE)
|
# 24. Intel Sandy Bridge (MSANDYBRIDGE)
|
||||||
# 25. Intel Haswell (MHASWELL)
|
# 25. Intel Ivy Bridge (MIVYBRIDGE)
|
||||||
# 26. Intel Broadwell (MBROADWELL)
|
# 26. Intel Haswell (MHASWELL)
|
||||||
# 27. Intel Skylake (MSKYLAKE)
|
# 27. Intel Broadwell (MBROADWELL)
|
||||||
# 28. Intel Skylake X (MSKYLAKEX)
|
# 28. Intel Skylake (MSKYLAKE)
|
||||||
# 29. Intel Cannon Lake (MCANNONLAKE)
|
# 29. Intel Skylake X (MSKYLAKEX)
|
||||||
# 30. Intel Ice Lake (MICELAKE)
|
# 30. Intel Cannon Lake (MCANNONLAKE)
|
||||||
# 31. Intel Cascade Lake (MCASCADELAKE)
|
# 31. Intel Ice Lake (MICELAKE)
|
||||||
# 32. Intel Cooper Lake (MCOOPERLAKE)
|
# 32. Intel Cascade Lake (MCASCADELAKE)
|
||||||
# 33. Intel Tiger Lake (MTIGERLAKE)
|
# 33. Intel Cooper Lake (MCOOPERLAKE)
|
||||||
# 34. Intel Sapphire Rapids (MSAPPHIRERAPIDS)
|
# 34. Intel Tiger Lake (MTIGERLAKE)
|
||||||
# 35. Intel Rocket Lake (MROCKETLAKE)
|
# 35. Intel Sapphire Rapids (MSAPPHIRERAPIDS)
|
||||||
# 36. Intel Alder Lake (MALDERLAKE)
|
# 36. Intel Rocket Lake (MROCKETLAKE)
|
||||||
# 37. Intel Raptor Lake (MRAPTORLAKE)
|
# 37. Intel Alder Lake (MALDERLAKE)
|
||||||
# 38. Intel Meteor Lake (MMETEORLAKE)
|
# 38. Intel Raptor Lake (MRAPTORLAKE)
|
||||||
# 39. Intel Emerald Rapids (MEMERALDRAPIDS)
|
# 39. Intel Meteor Lake (MMETEORLAKE)
|
||||||
# 40. Generic-x86-64 (GENERIC_CPU)
|
# 40. Intel Emerald Rapids (MEMERALDRAPIDS)
|
||||||
# 41. Generic-x86-64-v2 (GENERIC_CPU2)
|
# 41. Generic-x86-64 (GENERIC_CPU)
|
||||||
# 42. Generic-x86-64-v3 (GENERIC_CPU3)
|
# 42. Intel-Native optimizations autodetected by the compiler (MNATIVE_INTEL)
|
||||||
# 43. Generic-x86-64-v4 (GENERIC_CPU4)
|
# 43. AMD-Native optimizations autodetected by the compiler (MNATIVE_AMD)
|
||||||
# 44. Intel-Native optimizations autodetected by the compiler (MNATIVE_INTEL)
|
|
||||||
# 45. AMD-Native optimizations autodetected by the compiler (MNATIVE_AMD)
|
|
||||||
: "${_subarch:=""}"
|
: "${_subarch:=""}"
|
||||||
|
|
||||||
# Enable compilation with LLVM
|
# Enable compilation with LLVM
|
||||||
|
@ -119,11 +117,11 @@
|
||||||
|
|
||||||
# Kernel version
|
# Kernel version
|
||||||
_kernel_major=6.11
|
_kernel_major=6.11
|
||||||
_kernel_minor=4
|
_kernel_minor=5
|
||||||
# Clear Linux patches version
|
# Clear Linux patches version
|
||||||
_clr=3-1472
|
_clr=5-1475
|
||||||
# kernel_compiler_patch version
|
# kernel_compiler_patch version
|
||||||
_kernelcompilerpatch="20241001"
|
_kernelcompilerpatch="20241018"
|
||||||
# Source directory names
|
# Source directory names
|
||||||
_src_linux=linux-${_kernel_major}
|
_src_linux=linux-${_kernel_major}
|
||||||
_src_clr=${_kernel_major}.${_clr}
|
_src_clr=${_kernel_major}.${_clr}
|
||||||
|
@ -263,7 +261,7 @@ prepare() {
|
||||||
# Patch with kernel_compiler_patch patches
|
# Patch with kernel_compiler_patch patches
|
||||||
# This must be executed after olddefconfig
|
# This must be executed after olddefconfig
|
||||||
# to allow for the next section to run.
|
# to allow for the next section to run.
|
||||||
patch -Np1 -i "$srcdir/kernel_compiler_patch-$_kernelcompilerpatch/more-ISA-levels-and-uarches-for-kernel-6.8-rc4+.patch"
|
patch -Np1 -i "$srcdir/kernel_compiler_patch-$_kernelcompilerpatch/more-ISA-levels-and-uarches-for-kernel-6.1.79+.patch"
|
||||||
|
|
||||||
# Set subarch automatically
|
# Set subarch automatically
|
||||||
[[ -n "${_subarch}" ]] && yes "${_subarch}" | make ${BUILD_FLAGS[*]} oldconfig
|
[[ -n "${_subarch}" ]] && yes "${_subarch}" | make ${BUILD_FLAGS[*]} oldconfig
|
||||||
|
@ -432,6 +430,6 @@ validpgpkeys=(
|
||||||
)
|
)
|
||||||
sha256sums=("55d2c6c025ebc27810c748d66325dd5bc601e8d32f8581d9e77673529bdacb2e"
|
sha256sums=("55d2c6c025ebc27810c748d66325dd5bc601e8d32f8581d9e77673529bdacb2e"
|
||||||
"SKIP"
|
"SKIP"
|
||||||
"d0c22d3f7a5ea64938cb8a003e6f6ad3226a0dab855e89fa0fff3578946c9498"
|
"1922b3b321c7f53109338a4e5a675b5ed65ba598c579a29b106843c00166a939"
|
||||||
"SKIP"
|
"SKIP"
|
||||||
"3c0a38110cc21dca6b6efec03ce82ed24f473da190354cf740b5ecd6f6589aa7")
|
"b3fd8b1c5bbd39a577afcccf6f1119fdf83f6d72119f4c0811801bdd51d1bc61")
|
||||||
|
|
Loading…
Reference in a new issue