From: Jakub Bogusz Date: Mon, 27 Jan 2020 20:15:34 +0000 (+0100) Subject: - updated to 5.5[.0] X-Git-Tag: auto/th/kernel-tools-5.5.0-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fkernel-tools.git;a=commitdiff_plain;h=def4eb6 - updated to 5.5[.0] - adjusted x32 patch to apply (still no proper x32 support) --- 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