[packages/kernel-tools] up to 6.17.0
atler
atler at pld-linux.org
Thu Oct 2 00:34:04 CEST 2025
commit 59f7bce63df94b35483953e66bd0e919bf818dfb
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Oct 2 00:33:56 2025 +0200
up to 6.17.0
kernel-tools-perf-update.patch | 4 ++--
kernel-tools.spec | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/kernel-tools.spec b/kernel-tools.spec
index 60b4b21..057f06a 100644
--- a/kernel-tools.spec
+++ b/kernel-tools.spec
@@ -19,7 +19,7 @@
%undefine with_multilib
%endif
-%define basever 6.16
+%define basever 6.17
%define postver .0
Summary: Assortment of tools for the Linux kernel
Summary(pl.UTF-8): Zestaw narzędzi dla jądra Linuksa
@@ -29,7 +29,7 @@ Release: 1
License: GPL v2
Group: Applications/System
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
-# Source0-md5: dd850269c3f456c0ff5518b1a2a81836
+# Source0-md5: ac8cfd661ca56a142bb92f9d9e7754a0
Source1: cpupower.service
Source2: cpupower.config
Source3: cpupower at .service
diff --git a/kernel-tools-perf-update.patch b/kernel-tools-perf-update.patch
index 39b4d05..c8cd054 100644
--- a/kernel-tools-perf-update.patch
+++ b/kernel-tools-perf-update.patch
@@ -18,7 +18,7 @@
+#if defined(__x86_64__) && !defined(__ILP32__)
DEFINE_SUITE("x86 bp modify", bp_modify);
#endif
- DEFINE_SUITE("x86 Sample parsing", x86_sample_parsing);
+ DEFINE_SUITE("AMD IBS via core pmu", amd_ibs_via_core_pmu);
@@ -22,7 +22,7 @@ struct test_suite *arch_tests[] = {
#endif
&suite__intel_pt,
@@ -27,4 +27,4 @@
+#if defined(__x86_64__) && !defined(__ILP32__)
&suite__bp_modify,
#endif
- &suite__x86_sample_parsing,
+ &suite__amd_ibs_via_core_pmu,
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel-tools.git/commitdiff/59f7bce63df94b35483953e66bd0e919bf818dfb
More information about the pld-cvs-commit
mailing list