]> git.pld-linux.org Git - packages/kernel-tools.git/commitdiff
- up to 4.3.2 auto/th/kernel-tools-4.3.2-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 12 Dec 2015 10:01:49 +0000 (11:01 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 12 Dec 2015 10:01:49 +0000 (11:01 +0100)
kernel-tools.spec
x32.patch

index 74524554f9b61fea34adf29c906d7e02077851ed..189d5ebf9288da22c98fd52d1d4ecd6b43e42466 100644 (file)
 %undefine      with_libunwind
 %endif
 
-%define                basever         4.2
-%define                postver         .1
+%define                basever         4.3
+%define                postver         .2
 Summary:       Assortment of tools for the Linux kernel
 Summary(pl.UTF-8):     Zestaw narzędzi dla jądra Linuksa
 Name:          kernel-tools
 Version:       %{basever}%{postver}
-Release:       3
+Release:       1
 License:       GPL v2
 Group:         Applications/System
 Source0:       https://www.kernel.org/pub/linux/kernel/v4.x/linux-%{basever}.tar.xz
-# Source0-md5: 3d5ea06d767e2f35c999eeadafc76523
+# Source0-md5: 58b35794eee3b6d52ce7be39357801e7
 Source1:       cpupower.service
 Source2:       cpupower.config
 %if "%{postver}" != ".0"
 Patch0:                https://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz
-# Patch0-md5:  3e1cc007d930f8760ef0730609dca035
+# Patch0-md5:  3a465c7cf55ec9dbf2d72d9292aa5fde
 %endif
 Patch1:                x32.patch
 URL:           http://www.kernel.org/
index bfe10ef2d9ceedba22b275bb4f53a9172be99ab4..aecbedc36d6fcf0dd0616cd7ca1ac32f41b881dd 100644 (file)
--- a/x32.patch
+++ b/x32.patch
        movl %eax, DI(%edi)
        movl %ebp, BP(%edi)
  
---- linux-3.19/arch/x86/include/uapi/asm/bitsperlong.h~        2015-02-09 03:54:22.000000000 +0100
-+++ linux-3.19/arch/x86/include/uapi/asm/bitsperlong.h 2015-04-11 12:31:26.051249909 +0200
-@@ -1,7 +1,7 @@
- #ifndef __ASM_X86_BITSPERLONG_H
- #define __ASM_X86_BITSPERLONG_H
--#ifdef __x86_64__
-+#if defined(__x86_64__) && !defined(__ILP32__)
- # define __BITS_PER_LONG 64
- #else
- # define __BITS_PER_LONG 32
 --- linux-3.19/tools/perf/bench/sched-messaging.c~     2015-02-09 03:54:22.000000000 +0100
 +++ linux-3.19/tools/perf/bench/sched-messaging.c      2015-04-11 12:33:22.587917365 +0200
 @@ -310,13 +310,24 @@
This page took 0.238447 seconds and 4 git commands to generate.