[packages/kernel-tools] - updated to 5.5[.0] - adjusted x32 patch to apply (still no proper x32 support)

qboosh qboosh at pld-linux.org
Mon Jan 27 21:15:20 CET 2020


commit def4eb6eab677ac0f2b0f9689d74179d5827e798
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Jan 27 21:15:34 2020 +0100

    - updated to 5.5[.0]
    - adjusted x32 patch to apply (still no proper x32 support)

 kernel-tools.spec |  6 +++---
 x32.patch         | 10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/kernel-tools.spec b/kernel-tools.spec
index f289f0b..ff4bce0 100644
--- a/kernel-tools.spec
+++ b/kernel-tools.spec
@@ -17,8 +17,8 @@
 %undefine	with_multilib
 %endif
 
-%define		basever		5.4
-%define		postver		.2
+%define		basever		5.5
+%define		postver		.0
 Summary:	Assortment of tools for the Linux kernel
 Summary(pl.UTF-8):	Zestaw narzędzi dla jądra Linuksa
 Name:		kernel-tools
@@ -27,7 +27,7 @@ Release:	1
 License:	GPL v2
 Group:		Applications/System
 Source0:	https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
-# Source0-md5:	ce9b2d974d27408a61c53a30d3f98fb9
+# Source0-md5:	0a78b1dc48dc032fe505b170c1b92339
 Source1:	cpupower.service
 Source2:	cpupower.config
 %if "%{postver}" != ".0"
diff --git a/x32.patch b/x32.patch
index 78f1cac..b01ac4b 100644
--- a/x32.patch
+++ b/x32.patch
@@ -30,12 +30,12 @@ FIXME: regs_load.S need complete x32 ABI support; now it will just compile, but
  endif
  
  ifeq ($(ARCH),arm)
---- linux-3.19/tools/perf/arch/x86/tests/regs_load.S~	2015-02-09 03:54:22.000000000 +0100
-+++ linux-3.19/tools/perf/arch/x86/tests/regs_load.S	2015-04-11 12:21:07.717912384 +0200
-@@ -62,14 +62,20 @@
- ENDPROC(perf_regs_load)
+--- linux-5.5/tools/perf/arch/x86/tests/regs_load.S.orig	2020-01-27 20:52:02.819752368 +0100
++++ linux-5.5/tools/perf/arch/x86/tests/regs_load.S	2020-01-27 20:56:05.908435444 +0100
+@@ -63,14 +63,20 @@
+ SYM_FUNC_END(perf_regs_load)
  #else
- ENTRY(perf_regs_load)
+ SYM_FUNC_START(perf_regs_load)
 -	push %edi
 +#ifdef HAVE_ARCH_X32_SUPPORT
 +#else
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list