Skip to content

Commit

Permalink
bump to 6.8.6-1
Browse files Browse the repository at this point in the history
  • Loading branch information
RiverOnVenus committed Apr 14, 2024
1 parent bf559d3 commit be0977a
Show file tree
Hide file tree
Showing 16 changed files with 94 additions and 91 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: ncipollo/[email protected]
with:
allowUpdates: true
tag: "6.8.5-2-gcc-x86-64"
tag: "6.8.6-1-gcc-x86-64"
commit: master
artifacts: "./*/*.zst"
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -39,7 +39,7 @@ jobs:
uses: ncipollo/[email protected]
with:
allowUpdates: true
tag: "6.8.5-2-llvm-lto-x86-64"
tag: "6.8.6-1-llvm-lto-x86-64"
commit: master
artifacts: "./*/*.zst"
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -59,7 +59,7 @@ jobs:
uses: ncipollo/[email protected]
with:
allowUpdates: true
tag: "6.8.5-2-gcc-x86-64-v3"
tag: "6.8.6-1-gcc-x86-64-v3"
commit: master
artifacts: "./*/*.zst"
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -79,7 +79,7 @@ jobs:
uses: ncipollo/[email protected]
with:
allowUpdates: true
tag: "6.8.5-2-llvm-lto-x86-64-v3"
tag: "6.8.6-1-llvm-lto-x86-64-v3"
commit: master
artifacts: "./*/*.zst"
token: ${{ secrets.GITHUB_TOKEN }}
18 changes: 9 additions & 9 deletions gcc-x86-64-actiondir/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = linux-ek
pkgver = 6.8.5
pkgrel = 2
pkgver = 6.8.6
pkgrel = 1
url = https://github.com/RiverOnVenus/linux-ek
arch = x86_64
arch = x86_64_v3
Expand All @@ -17,10 +17,10 @@ pkgbase = linux-ek
makedepends = xz
options = !debug
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.5.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.5.tar.sign
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.6.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.6.tar.sign
source = config
source = https://github.com/archlinux/linux/releases/download/v6.8.5-arch1/linux-v6.8.5-arch1.patch.zst
source = https://github.com/archlinux/linux/releases/download/v6.8.6-arch1/linux-v6.8.6-arch1.patch.zst
source = more-uarches-20240221.2.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20240221.2.tar.gz
source = ck-hrtimer-ae3cbb29c43ca1baa6781f547d17b8ee5663e9d7.tar.gz::https://github.com/graysky2/linux-patches/archive/ae3cbb29c43ca1baa6781f547d17b8ee5663e9d7.tar.gz
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.8.4-1422
Expand All @@ -32,16 +32,16 @@ pkgbase = linux-ek
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.8.4-1422
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 138923e5d73748b4bdbe9b5a0b8f36dfac9fcc16753a9222928dc6c963effa89
sha256sums = 9e723232d603ab45ebf043c34714c48f277ab195c29abcb8472f2a4c3a5a1995
sha256sums = SKIP
sha256sums = 6be2ccbc17217b0962bbefe27b7fa5505d5d65e1e0fa9a8fe0eac57444130460
sha256sums = 4ad162664e08e57ed8abf44827ecc2fce2eeb38b34988483a9183065a229534e
sha256sums = 5c0b014490c5dad76aee1a1b1a865cc8a8b15dca3560b975425b2e614d56415c
sha256sums = db03a8ea8ba5bb3f337c72812831dade02643b481148d3cce3a3855c9d82e53c
sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f
sha256sums = 111adfc5b9c7d3bfd7d1a06286e7bee853dd1f51ecca3948eed39710eaf51381
sha256sums = 0b4881b6b432f8ad2701086a018ee323688fa3e0832047a9935ea5ab9377698c
sha256sums = 08ed8456f284e1bd8e8e4bdcb6cb7b3f7b8e82cb3da04a9bd010b1e5bf99068a
sha256sums = c00406cc04aa97ccb1ff0fadd2c14fed8e363f7e8d4067810338b18f4ab64337
sha256sums = 104e62bb6f127bbeaacd48fd578190ad0378906528f58a9d1dccd14643e2570c
sha256sums = 0d25a67305a959848d9e639766c89e82b75c98c512c532bfa7c48f66b9632241
sha256sums = 4529251ce0315362ff178baabf165fdb864685a7b3b21c870b37da5c5d14fbe6
sha256sums = 4853ac7ea7271e9ac91ff9651d7002ed66ffd3751de49823e5b18f8300abdaf9
sha256sums = 0b4881b6b432f8ad2701086a018ee323688fa3e0832047a9935ea5ab9377698c
Expand Down
12 changes: 6 additions & 6 deletions gcc-x86-64-actiondir/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ _subarch=39

### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-ek
pkgver=6.8.5
pkgver=6.8.6
_upstream=arch1
pkgrel=2
pkgrel=1
arch=('x86_64' 'x86_64_v3')
url="https://github.com/RiverOnVenus/linux-ek"
license=(GPL-2.0-only)
Expand Down Expand Up @@ -144,16 +144,16 @@ validpgpkeys=(
ABAF11C65A2970B130ABE3C479BE3E4300411886 # Linus Torvalds
647F28654894E3BD457199BE38DBBDC86092693E # Greg Kroah-Hartman
)
sha256sums=('138923e5d73748b4bdbe9b5a0b8f36dfac9fcc16753a9222928dc6c963effa89'
sha256sums=('9e723232d603ab45ebf043c34714c48f277ab195c29abcb8472f2a4c3a5a1995'
'SKIP'
'6be2ccbc17217b0962bbefe27b7fa5505d5d65e1e0fa9a8fe0eac57444130460'
'4ad162664e08e57ed8abf44827ecc2fce2eeb38b34988483a9183065a229534e'
'fc2e0633cfac0efd6b1a01f688a1618908cf6c9aeafc8919acce807ca620187e'
'db03a8ea8ba5bb3f337c72812831dade02643b481148d3cce3a3855c9d82e53c'
'1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f'
'111adfc5b9c7d3bfd7d1a06286e7bee853dd1f51ecca3948eed39710eaf51381'
'0b4881b6b432f8ad2701086a018ee323688fa3e0832047a9935ea5ab9377698c'
'08ed8456f284e1bd8e8e4bdcb6cb7b3f7b8e82cb3da04a9bd010b1e5bf99068a'
'c00406cc04aa97ccb1ff0fadd2c14fed8e363f7e8d4067810338b18f4ab64337'
'104e62bb6f127bbeaacd48fd578190ad0378906528f58a9d1dccd14643e2570c'
'0d25a67305a959848d9e639766c89e82b75c98c512c532bfa7c48f66b9632241'
'4529251ce0315362ff178baabf165fdb864685a7b3b21c870b37da5c5d14fbe6'
'4853ac7ea7271e9ac91ff9651d7002ed66ffd3751de49823e5b18f8300abdaf9'
'0b4881b6b432f8ad2701086a018ee323688fa3e0832047a9935ea5ab9377698c')
Expand Down
4 changes: 2 additions & 2 deletions gcc-x86-64-actiondir/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.8.5 Kernel Configuration
# Linux/x86 6.8.6 Kernel Configuration
# Generated by modprobed-db on intel device
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801"
Expand Down Expand Up @@ -1295,7 +1295,7 @@ CONFIG_INET_UDP_DIAG=m
CONFIG_INET_DIAG_DESTROY=y
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=m
# CONFIG_TCP_CONG_CUBIC is not set
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
Expand Down
18 changes: 9 additions & 9 deletions gcc-x86-64-v3-actiondir/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = linux-ek
pkgver = 6.8.5
pkgrel = 2
pkgver = 6.8.6
pkgrel = 1
url = https://github.com/RiverOnVenus/linux-ek
arch = x86_64
arch = x86_64_v3
Expand All @@ -17,10 +17,10 @@ pkgbase = linux-ek
makedepends = xz
options = !debug
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.5.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.5.tar.sign
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.6.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.6.tar.sign
source = config
source = https://github.com/archlinux/linux/releases/download/v6.8.5-arch1/linux-v6.8.5-arch1.patch.zst
source = https://github.com/archlinux/linux/releases/download/v6.8.6-arch1/linux-v6.8.6-arch1.patch.zst
source = more-uarches-20240221.2.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20240221.2.tar.gz
source = ck-hrtimer-ae3cbb29c43ca1baa6781f547d17b8ee5663e9d7.tar.gz::https://github.com/graysky2/linux-patches/archive/ae3cbb29c43ca1baa6781f547d17b8ee5663e9d7.tar.gz
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.8.4-1422
Expand All @@ -32,16 +32,16 @@ pkgbase = linux-ek
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.8.4-1422
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 138923e5d73748b4bdbe9b5a0b8f36dfac9fcc16753a9222928dc6c963effa89
sha256sums = 9e723232d603ab45ebf043c34714c48f277ab195c29abcb8472f2a4c3a5a1995
sha256sums = SKIP
sha256sums = 6be2ccbc17217b0962bbefe27b7fa5505d5d65e1e0fa9a8fe0eac57444130460
sha256sums = 4ad162664e08e57ed8abf44827ecc2fce2eeb38b34988483a9183065a229534e
sha256sums = fc2e0633cfac0efd6b1a01f688a1618908cf6c9aeafc8919acce807ca620187e
sha256sums = db03a8ea8ba5bb3f337c72812831dade02643b481148d3cce3a3855c9d82e53c
sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f
sha256sums = 111adfc5b9c7d3bfd7d1a06286e7bee853dd1f51ecca3948eed39710eaf51381
sha256sums = 0b4881b6b432f8ad2701086a018ee323688fa3e0832047a9935ea5ab9377698c
sha256sums = 08ed8456f284e1bd8e8e4bdcb6cb7b3f7b8e82cb3da04a9bd010b1e5bf99068a
sha256sums = c00406cc04aa97ccb1ff0fadd2c14fed8e363f7e8d4067810338b18f4ab64337
sha256sums = 104e62bb6f127bbeaacd48fd578190ad0378906528f58a9d1dccd14643e2570c
sha256sums = 0d25a67305a959848d9e639766c89e82b75c98c512c532bfa7c48f66b9632241
sha256sums = 4529251ce0315362ff178baabf165fdb864685a7b3b21c870b37da5c5d14fbe6
sha256sums = 4853ac7ea7271e9ac91ff9651d7002ed66ffd3751de49823e5b18f8300abdaf9
sha256sums = 0b4881b6b432f8ad2701086a018ee323688fa3e0832047a9935ea5ab9377698c
Expand Down
14 changes: 7 additions & 7 deletions gcc-x86-64-v3-actiondir/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ _clr_enable=y
# Optionally select a sub architecture by number or leave blank which will
# require user interaction during the build. Note that the generic (default)
# option is 39.
_subarch=41
_subarch=39

# 1. AMD Opteron/Athlon64/Hammer/K8 (MK8)
# 2. AMD Opteron/Athlon64/Hammer/K8 with SSE3 (MK8SSE3) (NEW)
Expand Down Expand Up @@ -87,9 +87,9 @@ _subarch=41

### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-ek
pkgver=6.8.5
pkgver=6.8.6
_upstream=arch1
pkgrel=2
pkgrel=1
arch=('x86_64' 'x86_64_v3')
url="https://github.com/RiverOnVenus/linux-ek"
license=(GPL-2.0-only)
Expand Down Expand Up @@ -144,16 +144,16 @@ validpgpkeys=(
ABAF11C65A2970B130ABE3C479BE3E4300411886 # Linus Torvalds
647F28654894E3BD457199BE38DBBDC86092693E # Greg Kroah-Hartman
)
sha256sums=('138923e5d73748b4bdbe9b5a0b8f36dfac9fcc16753a9222928dc6c963effa89'
sha256sums=('9e723232d603ab45ebf043c34714c48f277ab195c29abcb8472f2a4c3a5a1995'
'SKIP'
'6be2ccbc17217b0962bbefe27b7fa5505d5d65e1e0fa9a8fe0eac57444130460'
'4ad162664e08e57ed8abf44827ecc2fce2eeb38b34988483a9183065a229534e'
'fc2e0633cfac0efd6b1a01f688a1618908cf6c9aeafc8919acce807ca620187e'
'db03a8ea8ba5bb3f337c72812831dade02643b481148d3cce3a3855c9d82e53c'
'1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f'
'111adfc5b9c7d3bfd7d1a06286e7bee853dd1f51ecca3948eed39710eaf51381'
'0b4881b6b432f8ad2701086a018ee323688fa3e0832047a9935ea5ab9377698c'
'08ed8456f284e1bd8e8e4bdcb6cb7b3f7b8e82cb3da04a9bd010b1e5bf99068a'
'c00406cc04aa97ccb1ff0fadd2c14fed8e363f7e8d4067810338b18f4ab64337'
'104e62bb6f127bbeaacd48fd578190ad0378906528f58a9d1dccd14643e2570c'
'0d25a67305a959848d9e639766c89e82b75c98c512c532bfa7c48f66b9632241'
'4529251ce0315362ff178baabf165fdb864685a7b3b21c870b37da5c5d14fbe6'
'4853ac7ea7271e9ac91ff9651d7002ed66ffd3751de49823e5b18f8300abdaf9'
'0b4881b6b432f8ad2701086a018ee323688fa3e0832047a9935ea5ab9377698c')
Expand Down
4 changes: 2 additions & 2 deletions gcc-x86-64-v3-actiondir/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.8.5 Kernel Configuration
# Linux/x86 6.8.6 Kernel Configuration
# Generated by modprobed-db on intel device
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801"
Expand Down Expand Up @@ -1295,7 +1295,7 @@ CONFIG_INET_UDP_DIAG=m
CONFIG_INET_DIAG_DESTROY=y
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=m
# CONFIG_TCP_CONG_CUBIC is not set
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
Expand Down
18 changes: 9 additions & 9 deletions linux-ek/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = linux-ek
pkgver = 6.8.5
pkgrel = 2
pkgver = 6.8.6
pkgrel = 1
url = https://github.com/RiverOnVenus/linux-ek
arch = x86_64
arch = x86_64_v3
Expand All @@ -17,10 +17,10 @@ pkgbase = linux-ek
makedepends = xz
options = !debug
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.5.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.5.tar.sign
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.6.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.6.tar.sign
source = config
source = https://github.com/archlinux/linux/releases/download/v6.8.5-arch1/linux-v6.8.5-arch1.patch.zst
source = https://github.com/archlinux/linux/releases/download/v6.8.6-arch1/linux-v6.8.6-arch1.patch.zst
source = more-uarches-20240221.2.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20240221.2.tar.gz
source = ck-hrtimer-ae3cbb29c43ca1baa6781f547d17b8ee5663e9d7.tar.gz::https://github.com/graysky2/linux-patches/archive/ae3cbb29c43ca1baa6781f547d17b8ee5663e9d7.tar.gz
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.8.1-1418
Expand All @@ -32,16 +32,16 @@ pkgbase = linux-ek
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.8.1-1418
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 138923e5d73748b4bdbe9b5a0b8f36dfac9fcc16753a9222928dc6c963effa89
sha256sums = 9e723232d603ab45ebf043c34714c48f277ab195c29abcb8472f2a4c3a5a1995
sha256sums = SKIP
sha256sums = 5c0ebdac3ab21e1282cca9f5d41412eab90352f6f2ec22ce660ad038a5ff48fa
sha256sums = 4ad162664e08e57ed8abf44827ecc2fce2eeb38b34988483a9183065a229534e
sha256sums = 9a21f27cdfdb1d7b27af526b2c85632eca890e5264cd44dcb0882e9953794a2a
sha256sums = db03a8ea8ba5bb3f337c72812831dade02643b481148d3cce3a3855c9d82e53c
sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f
sha256sums = 111adfc5b9c7d3bfd7d1a06286e7bee853dd1f51ecca3948eed39710eaf51381
sha256sums = 76796447078d6601bd6815a954703cedfae6af29cbced8c2f45a309d2c57c1bd
sha256sums = 08ed8456f284e1bd8e8e4bdcb6cb7b3f7b8e82cb3da04a9bd010b1e5bf99068a
sha256sums = c00406cc04aa97ccb1ff0fadd2c14fed8e363f7e8d4067810338b18f4ab64337
sha256sums = 104e62bb6f127bbeaacd48fd578190ad0378906528f58a9d1dccd14643e2570c
sha256sums = 0d25a67305a959848d9e639766c89e82b75c98c512c532bfa7c48f66b9632241
sha256sums = 4529251ce0315362ff178baabf165fdb864685a7b3b21c870b37da5c5d14fbe6
sha256sums = 4853ac7ea7271e9ac91ff9651d7002ed66ffd3751de49823e5b18f8300abdaf9
sha256sums = 76796447078d6601bd6815a954703cedfae6af29cbced8c2f45a309d2c57c1bd
Expand Down
16 changes: 8 additions & 8 deletions linux-ek/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ _subarch=

### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-ek
pkgver=6.8.5
pkgver=6.8.6
_upstream=arch1
pkgrel=2
pkgrel=1
arch=('x86_64' 'x86_64_v3')
url="https://github.com/RiverOnVenus/linux-ek"
license=(GPL-2.0-only)
Expand Down Expand Up @@ -144,16 +144,16 @@ validpgpkeys=(
ABAF11C65A2970B130ABE3C479BE3E4300411886 # Linus Torvalds
647F28654894E3BD457199BE38DBBDC86092693E # Greg Kroah-Hartman
)
sha256sums=('138923e5d73748b4bdbe9b5a0b8f36dfac9fcc16753a9222928dc6c963effa89'
sha256sums=('9e723232d603ab45ebf043c34714c48f277ab195c29abcb8472f2a4c3a5a1995'
'SKIP'
'5c0ebdac3ab21e1282cca9f5d41412eab90352f6f2ec22ce660ad038a5ff48fa'
'4ad162664e08e57ed8abf44827ecc2fce2eeb38b34988483a9183065a229534e'
'9a21f27cdfdb1d7b27af526b2c85632eca890e5264cd44dcb0882e9953794a2a'
'db03a8ea8ba5bb3f337c72812831dade02643b481148d3cce3a3855c9d82e53c'
'1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f'
'111adfc5b9c7d3bfd7d1a06286e7bee853dd1f51ecca3948eed39710eaf51381'
'76796447078d6601bd6815a954703cedfae6af29cbced8c2f45a309d2c57c1bd'
'08ed8456f284e1bd8e8e4bdcb6cb7b3f7b8e82cb3da04a9bd010b1e5bf99068a'
'c00406cc04aa97ccb1ff0fadd2c14fed8e363f7e8d4067810338b18f4ab64337'
'104e62bb6f127bbeaacd48fd578190ad0378906528f58a9d1dccd14643e2570c'
'0d25a67305a959848d9e639766c89e82b75c98c512c532bfa7c48f66b9632241'
'4529251ce0315362ff178baabf165fdb864685a7b3b21c870b37da5c5d14fbe6'
'4853ac7ea7271e9ac91ff9651d7002ed66ffd3751de49823e5b18f8300abdaf9'
'76796447078d6601bd6815a954703cedfae6af29cbced8c2f45a309d2c57c1bd')
Expand Down Expand Up @@ -305,8 +305,8 @@ prepare() {

build() {
cd linux-${pkgver}
make -j$(nproc) LLVM=$_LLVM LLVM_IAS=$_LLVM all
make -j$(nproc) LLVM=$_LLVM LLVM_IAS=$_LLVM -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make LLVM=$_LLVM LLVM_IAS=$_LLVM all
make LLVM=$_LLVM LLVM_IAS=$_LLVM -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
}

_package() {
Expand Down
5 changes: 4 additions & 1 deletion linux-ek/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.8.4-arch1 Kernel Configuration
# Linux/x86 6.8.6-arch1 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -566,6 +566,9 @@ CONFIG_CPU_SRSO=y
CONFIG_SLS=y
# CONFIG_GDS_FORCE_MITIGATION is not set
CONFIG_MITIGATION_RFDS=y
CONFIG_SPECTRE_BHI_ON=y
# CONFIG_SPECTRE_BHI_OFF is not set
# CONFIG_SPECTRE_BHI_AUTO is not set
CONFIG_ARCH_HAS_ADD_PAGES=y

#
Expand Down
18 changes: 9 additions & 9 deletions llvm-lto-x86-64-actiondir/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = linux-ek
pkgver = 6.8.5
pkgrel = 2
pkgver = 6.8.6
pkgrel = 1
url = https://github.com/RiverOnVenus/linux-ek
arch = x86_64
arch = x86_64_v3
Expand All @@ -21,10 +21,10 @@ pkgbase = linux-ek
makedepends = python
options = !debug
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.5.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.5.tar.sign
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.6.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.6.tar.sign
source = config
source = https://github.com/archlinux/linux/releases/download/v6.8.5-arch1/linux-v6.8.5-arch1.patch.zst
source = https://github.com/archlinux/linux/releases/download/v6.8.6-arch1/linux-v6.8.6-arch1.patch.zst
source = more-uarches-20240221.2.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20240221.2.tar.gz
source = ck-hrtimer-ae3cbb29c43ca1baa6781f547d17b8ee5663e9d7.tar.gz::https://github.com/graysky2/linux-patches/archive/ae3cbb29c43ca1baa6781f547d17b8ee5663e9d7.tar.gz
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.8.4-1422
Expand All @@ -36,16 +36,16 @@ pkgbase = linux-ek
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.8.4-1422
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 138923e5d73748b4bdbe9b5a0b8f36dfac9fcc16753a9222928dc6c963effa89
sha256sums = 9e723232d603ab45ebf043c34714c48f277ab195c29abcb8472f2a4c3a5a1995
sha256sums = SKIP
sha256sums = 6be2ccbc17217b0962bbefe27b7fa5505d5d65e1e0fa9a8fe0eac57444130460
sha256sums = 4ad162664e08e57ed8abf44827ecc2fce2eeb38b34988483a9183065a229534e
sha256sums = fc2e0633cfac0efd6b1a01f688a1618908cf6c9aeafc8919acce807ca620187e
sha256sums = db03a8ea8ba5bb3f337c72812831dade02643b481148d3cce3a3855c9d82e53c
sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f
sha256sums = 111adfc5b9c7d3bfd7d1a06286e7bee853dd1f51ecca3948eed39710eaf51381
sha256sums = 0b4881b6b432f8ad2701086a018ee323688fa3e0832047a9935ea5ab9377698c
sha256sums = 08ed8456f284e1bd8e8e4bdcb6cb7b3f7b8e82cb3da04a9bd010b1e5bf99068a
sha256sums = c00406cc04aa97ccb1ff0fadd2c14fed8e363f7e8d4067810338b18f4ab64337
sha256sums = 104e62bb6f127bbeaacd48fd578190ad0378906528f58a9d1dccd14643e2570c
sha256sums = 0d25a67305a959848d9e639766c89e82b75c98c512c532bfa7c48f66b9632241
sha256sums = 4529251ce0315362ff178baabf165fdb864685a7b3b21c870b37da5c5d14fbe6
sha256sums = 4853ac7ea7271e9ac91ff9651d7002ed66ffd3751de49823e5b18f8300abdaf9
sha256sums = 0b4881b6b432f8ad2701086a018ee323688fa3e0832047a9935ea5ab9377698c
Expand Down
Loading

0 comments on commit be0977a

Please sign in to comment.