[packages/kernel-tools] - updated to 6.9.1

qboosh qboosh at pld-linux.org
Wed May 22 19:33:54 CEST 2024


commit 56c0b4821e2499b53e3fb08eeeabd46d686a0d29
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed May 22 19:13:52 2024 +0200

    - updated to 6.9.1

 kernel-tools.spec | 8 ++++----
 x32.patch         | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/kernel-tools.spec b/kernel-tools.spec
index 764e4a6..d2143b0 100644
--- a/kernel-tools.spec
+++ b/kernel-tools.spec
@@ -19,8 +19,8 @@
 %undefine	with_multilib
 %endif
 
-%define		basever		6.8
-%define		postver		.0
+%define		basever		6.9
+%define		postver		.1
 Summary:	Assortment of tools for the Linux kernel
 Summary(pl.UTF-8):	Zestaw narzędzi dla jądra Linuksa
 Name:		kernel-tools
@@ -29,13 +29,13 @@ Release:	1
 License:	GPL v2
 Group:		Applications/System
 Source0:	https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
-# Source0-md5:	72d623b959a11850b57406f0b9fe3946
+# Source0-md5:	b9828ed78dae306e3d90643cd5cdb8f1
 Source1:	cpupower.service
 Source2:	cpupower.config
 Source3:	cpupower at .service
 %if "%{postver}" != ".0"
 Patch0:		https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:	418553a71754fb26a0edbc264890afa5
+# Patch0-md5:	fe8d59cd4ec0adf30396a7d040007f6a
 %endif
 Patch1:		x32.patch
 Patch2:		regex.patch
diff --git a/x32.patch b/x32.patch
index 1668e7f..efad722 100644
--- a/x32.patch
+++ b/x32.patch
@@ -17,12 +17,12 @@ FIXME: verify x32 ABI support in regs_load.S
 +else
 +  IS_X32_BIT := 0
 +endif
---- linux-5.11/tools/perf/Makefile.config.orig	2021-02-25 19:40:18.184494476 +0100
-+++ linux-5.11/tools/perf/Makefile.config	2021-02-25 19:48:36.007024754 +0100
-@@ -61,6 +61,11 @@
+--- linux-6.9/tools/perf/Makefile.config.orig	2024-05-22 06:16:41.511401784 +0200
++++ linux-6.9/tools/perf/Makefile.config	2024-05-22 06:23:13.943609135 +0200
+@@ -63,6 +63,11 @@ ifeq ($(SRCARCH),x86)
+   else
      LIBUNWIND_LIBS = -lunwind-x86 -llzma -lunwind
    endif
-   NO_PERF_REGS := 0
 +  ifeq (${IS_X32_BIT}, 1)
 +    CFLAGS += -DHAVE_ARCH_X32_SUPPORT
 +    ARCH_INCLUDE = ../../arch/x86/lib/memcpy_64.S ../../arch/x86/lib/memset_64.S
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel-tools.git/commitdiff/56c0b4821e2499b53e3fb08eeeabd46d686a0d29



More information about the pld-cvs-commit mailing list