From 2c6c3f42fe954c060d7d90872999892aba5c4b88 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 3 Feb 2025 16:35:00 +0100 Subject: [PATCH] linux6.13: update to 6.13.1. --- srcpkgs/linux6.13/files/arm64-dotconfig | 4 ++-- srcpkgs/linux6.13/files/i386-dotconfig | 4 ++-- srcpkgs/linux6.13/files/x86_64-dotconfig | 4 ++-- srcpkgs/linux6.13/template | 5 +++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/srcpkgs/linux6.13/files/arm64-dotconfig b/srcpkgs/linux6.13/files/arm64-dotconfig index f535ba1c8c4..8431bf21ab8 100644 --- a/srcpkgs/linux6.13/files/arm64-dotconfig +++ b/srcpkgs/linux6.13/files/arm64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 6.13.0 Kernel Configuration +# Linux/arm64 6.13.1 Kernel Configuration # CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 13.2.0" CONFIG_CC_IS_GCC=y @@ -18,7 +18,7 @@ CONFIG_CC_CAN_LINK_STATIC=y CONFIG_GCC_ASM_GOTO_OUTPUT_BROKEN=y CONFIG_CC_HAS_ASM_INLINE=y CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y -CONFIG_PAHOLE_VERSION=128 +CONFIG_PAHOLE_VERSION=129 CONFIG_IRQ_WORK=y CONFIG_BUILDTIME_TABLE_SORT=y CONFIG_THREAD_INFO_IN_TASK=y diff --git a/srcpkgs/linux6.13/files/i386-dotconfig b/srcpkgs/linux6.13/files/i386-dotconfig index 01021041ce1..93e276c353e 100644 --- a/srcpkgs/linux6.13/files/i386-dotconfig +++ b/srcpkgs/linux6.13/files/i386-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 6.13.0 Kernel Configuration +# Linux/i386 6.13.1 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0" CONFIG_CC_IS_GCC=y @@ -19,7 +19,7 @@ CONFIG_GCC_ASM_GOTO_OUTPUT_BROKEN=y CONFIG_TOOLS_SUPPORT_RELR=y CONFIG_CC_HAS_ASM_INLINE=y CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y -CONFIG_PAHOLE_VERSION=128 +CONFIG_PAHOLE_VERSION=129 CONFIG_IRQ_WORK=y CONFIG_BUILDTIME_TABLE_SORT=y CONFIG_THREAD_INFO_IN_TASK=y diff --git a/srcpkgs/linux6.13/files/x86_64-dotconfig b/srcpkgs/linux6.13/files/x86_64-dotconfig index 98b2f93f6f8..a8a8130003f 100644 --- a/srcpkgs/linux6.13/files/x86_64-dotconfig +++ b/srcpkgs/linux6.13/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 6.13.0 Kernel Configuration +# Linux/x86_64 6.13.1 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0" CONFIG_CC_IS_GCC=y @@ -19,7 +19,7 @@ CONFIG_GCC_ASM_GOTO_OUTPUT_BROKEN=y CONFIG_TOOLS_SUPPORT_RELR=y CONFIG_CC_HAS_ASM_INLINE=y CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y -CONFIG_PAHOLE_VERSION=128 +CONFIG_PAHOLE_VERSION=129 CONFIG_IRQ_WORK=y CONFIG_BUILDTIME_TABLE_SORT=y CONFIG_THREAD_INFO_IN_TASK=y diff --git a/srcpkgs/linux6.13/template b/srcpkgs/linux6.13/template index 073cbd4f6d5..07cca31a1cb 100644 --- a/srcpkgs/linux6.13/template +++ b/srcpkgs/linux6.13/template @@ -1,6 +1,6 @@ # Template file for 'linux6.13' pkgname=linux6.13 -version=6.13.0 +version=6.13.1 revision=1 short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Duncaen " @@ -13,7 +13,8 @@ if [ "${version##*.}" != 0 ]; then skip_extraction="patch-${version}.xz" fi -checksum=e79dcc6eb86695c6babfb07c2861912b635d5075c6cd1cd0567d1ea155f80d6e +checksum="e79dcc6eb86695c6babfb07c2861912b635d5075c6cd1cd0567d1ea155f80d6e + 91f9cc21d2ceafd3b37e0318d861a95741e938ebf1f5678c878abde9443cc4b6" python_version=3 # XXX Restrict archs until a proper -dotconfig is available in FILESDIR.