Skip to content

Commit 68c4c52

Browse files
committed
linux6.6: update to 6.6.92.
1 parent 285833c commit 68c4c52

4 files changed

Lines changed: 6 additions & 9 deletions

File tree

srcpkgs/linux6.6/files/arm64-dotconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 6.6.91 Kernel Configuration
3+
# Linux/arm64 6.6.92 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 14.2.1 20250405"
66
CONFIG_CC_IS_GCC=y
@@ -2416,6 +2416,7 @@ CONFIG_PROC_EVENTS=y
24162416
#
24172417
CONFIG_ARM_SCMI_PROTOCOL=y
24182418
# CONFIG_ARM_SCMI_RAW_MODE_SUPPORT is not set
2419+
# CONFIG_ARM_SCMI_DEBUG_COUNTERS is not set
24192420
CONFIG_ARM_SCMI_HAVE_TRANSPORT=y
24202421
CONFIG_ARM_SCMI_HAVE_SHMEM=y
24212422
CONFIG_ARM_SCMI_HAVE_MSG=y

srcpkgs/linux6.6/files/i386-dotconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/i386 6.6.91 Kernel Configuration
3+
# Linux/i386 6.6.92 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405"
66
CONFIG_CC_IS_GCC=y

srcpkgs/linux6.6/files/x86_64-dotconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86_64 6.6.91 Kernel Configuration
3+
# Linux/x86_64 6.6.92 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405"
66
CONFIG_CC_IS_GCC=y

srcpkgs/linux6.6/template

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'linux6.6'
22
pkgname=linux6.6
3-
version=6.6.91
3+
version=6.6.92
44
revision=1
55
short_desc="Linux kernel and modules (${version%.*} series)"
66
maintainer="Duncaen <duncaen@voidlinux.org>"
@@ -14,16 +14,12 @@ if [ "${version##*.}" != 0 ]; then
1414
fi
1515

1616
checksum="d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0
17-
a304a814d58648b64c443874158692db8fe039cb8726b3f92913d42532fca083"
17+
97ecffcffc5da8305ad0da61bcd007790814039860d50ed4fa2b102f41d1c72b"
1818
python_version=3
1919

2020
# XXX Restrict archs until a proper <arch>-dotconfig is available in FILESDIR.
2121
archs="x86_64* i686* aarch64*"
2222

23-
if [ "${XBPS_TARGET_MACHINE}" == i686 ]; then
24-
broken="arch/x86/kernel/alternative.c:1452:5: error: redefinition of 'its_static_thunk'"
25-
fi
26-
2723
nodebug=yes # -dbg package is generated below manually
2824
nostrip=yes
2925
noverifyrdeps=yes

0 commit comments

Comments
 (0)