Skip to content

Commit 6924980

Browse files
committed
[linux] 6.14.6-1: new upstream version
Remove the stack-frame-size workaround for AMDGPU, which isn't necessary since LLVM 20.
1 parent 1a3bbd2 commit 6924980

2 files changed

Lines changed: 3 additions & 42 deletions

File tree

0001-amdgpu-dml2-Increase-max-stack-size.patch

Lines changed: 0 additions & 37 deletions
This file was deleted.

PKGBUILD

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pkgname=(linux linux-headers linux-devel linux-docs)
44
_basename=linux
5-
pkgver=6.14.4
5+
pkgver=6.14.6
66
pkgrel=1
77
pkgdesc='Linux'
88
arch=(x86_64 aarch64 riscv64 loongarch64)
@@ -13,13 +13,11 @@ source=(
1313
"https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-$pkgver.tar.xz"
1414
"kernel-config::git+https://github.com/eweOS/kernel-config.git"
1515
busybox-find-compat.patch
16-
0001-amdgpu-dml2-Increase-max-stack-size.patch
1716
)
1817
options=(!strip)
19-
sha256sums=('9452f28d7a0051fba4886712395b484c4c7fcf9f85944a62fd3d97dc923f5339'
18+
sha256sums=('21817f1998e2230f81f7e4f605fa6fdcb040e14fa27d99c27ddb16ce749797a9'
2019
'SKIP'
21-
'b8be8b83838595142586e54ee2f0f6b4942dca351663d5b9ded7e869aa9850cd'
22-
'df14ba78f4519adf64c5e399e4aa8859346c3f6a4a61bd7c2268d95ed288bae9')
20+
'b8be8b83838595142586e54ee2f0f6b4942dca351663d5b9ded7e869aa9850cd')
2321

2422
prepare()
2523
{

0 commit comments

Comments
 (0)