[kernel] Build tools on ppc64le (rhbz 1138884), Some minor ppc64 cleanups

Peter Robinson pbrobinson at fedoraproject.org
Mon Sep 8 16:44:53 UTC 2014


commit 964596a34c3cf842eddee09b128009c28b5629ba
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Sep 8 17:44:41 2014 +0100

    Build tools on ppc64le (rhbz 1138884), Some minor ppc64 cleanups

 kernel.spec          |   35 +++++++++++++++++------------------
 ppc64-fixtools.patch |   12 ++++++++++++
 2 files changed, 29 insertions(+), 18 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 41aefb6..f17b502 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -228,7 +228,7 @@ Summary: The Linux kernel
 
 %if %{with_vdso_install}
 # These arches install vdso/ directories.
-%define vdso_arches %{all_x86} x86_64 ppc ppc64 ppc64p7 s390 s390x aarch64 ppc64le
+%define vdso_arches %{all_x86} x86_64 ppc %{power64} s390 s390x aarch64
 %endif
 
 # Overrides for generic default options
@@ -253,12 +253,9 @@ Summary: The Linux kernel
 %endif
 
 # bootwrapper is only on ppc
-%ifnarch ppc ppc64 ppc64p7 ppc64le
+# sparse blows up on ppc
+%ifnarch ppc %{power64}
 %define with_bootwrapper 0
-%endif
-
-# sparse blows up on ppc64 and sparc64
-%ifarch ppc64 ppc ppc64p7 ppc64le
 %define with_sparse 0
 %endif
 
@@ -280,25 +277,19 @@ Summary: The Linux kernel
 %define kernel_image arch/x86/boot/bzImage
 %endif
 
-%ifarch ppc64 ppc64p7
+%ifarch %{power64}
 %define asmarch powerpc
 %define hdrarch powerpc
-%define all_arch_configs kernel-%{version}-ppc64*.config
 %define image_install_path boot
 %define make_target vmlinux
 %define kernel_image vmlinux
 %define kernel_image_elf 1
+%ifarch ppc64 ppc64p7
+%define all_arch_configs kernel-%{version}-ppc64*.config
 %endif
-
 %ifarch ppc64le
-%define asmarch powerpc
-%define hdrarch powerpc
 %define all_arch_configs kernel-%{version}-ppc64le.config
-%define image_install_path boot
-%define make_target vmlinux
-%define kernel_image vmlinux
-%define kernel_image_elf 1
-%define with_tools 0
+%endif
 %endif
 
 %ifarch s390x
@@ -386,7 +377,7 @@ Summary: The Linux kernel
 %endif
 
 # Architectures we build tools/cpupower on
-%define cpupowerarchs %{ix86} x86_64 ppc ppc64 ppc64p7 %{arm} aarch64 ppc64le
+%define cpupowerarchs %{ix86} x86_64 ppc %{power64} %{arm} aarch64 
 
 #
 # Packages that need to be installed before the kernel is, because the %%post
@@ -609,6 +600,8 @@ Patch14010: lis3-improve-handling-of-null-rate.patch
 
 Patch15000: watchdog-Disable-watchdog-on-virtual-machines.patch
 
+# PPC
+Patch18000: ppc64-fixtools.patch
 # ARM64
 
 # ARMv7
@@ -1240,6 +1233,8 @@ ApplyOptionalPatch upstream-reverts.patch -R
 # x86(-64)
 ApplyPatch lib-cpumask-Make-CPUMASK_OFFSTACK-usable-without-deb.patch
 
+# PPC
+ApplyPatch ppc64-fixtools.patch
 # ARM64
 
 #
@@ -1619,7 +1614,7 @@ BuildKernel() {
     fi
     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*.o
     rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*/*.o
-%ifarch ppc ppc64 ppc64p7
+%ifarch ppc %{power64}
     cp -a --parents arch/powerpc/lib/crtsavres.[So] $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/
 %endif
     if [ -d arch/%{asmarch}/include ]; then
@@ -2265,6 +2260,10 @@ fi
 #                                    ||----w |
 #                                    ||     ||
 %changelog
+* Mon Sep  8 2014 Peter Robinson <pbrobinson at fedoraproject.org>
+- Build tools on ppc64le (rhbz 1138884)
+- Some minor ppc64 cleanups
+
 * Mon Sep 08 2014 Josh Boyer <jwboyer at fedoraproject.org> - 3.17.0-0.rc4.git0.1
 - Linux v3.17-rc4
 - Disable debugging options.
diff --git a/ppc64-fixtools.patch b/ppc64-fixtools.patch
new file mode 100644
index 0000000..f461d29
--- /dev/null
+++ b/ppc64-fixtools.patch
@@ -0,0 +1,12 @@
+diff --git a/tools/perf/arch/powerpc/util/skip-callchain-idx.c b/tools/perf/arch/powerpc/util/skip-callchain-idx.c
+index a7c23a4..d73ef8b 100644
+--- a/tools/perf/arch/powerpc/util/skip-callchain-idx.c
++++ b/tools/perf/arch/powerpc/util/skip-callchain-idx.c
+@@ -15,6 +15,7 @@
+ 
+ #include "util/thread.h"
+ #include "util/callchain.h"
++#include "util/debug.h"
+ 
+ /*
+  * When saving the callchain on Power, the kernel conservatively saves


More information about the scm-commits mailing list