# git rev-parse -q --verify a9c55d58bc36b5a0ef7021772fc2508e693ed534^{commit} a9c55d58bc36b5a0ef7021772fc2508e693ed534 already have revision, skipping fetch # git checkout -q -f -B kisskb a9c55d58bc36b5a0ef7021772fc2508e693ed534 # git clean -qxdf # < git log -1 # commit a9c55d58bc36b5a0ef7021772fc2508e693ed534 # Merge: 924973508bf1 de3c83c2fd2b # Author: Linus Torvalds # Date: Sat Mar 16 10:45:17 2019 -0700 # # Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux # # Pull powerpc fixes from Michael Ellerman: # "One fix to prevent runtime allocation of 16GB pages when running in a # VM (as opposed to bare metal), because it doesn't work. # # A small fix to our recently added KCOV support to exempt some more # code from being instrumented. # # Plus a few minor build fixes, a small dead code removal and a # defconfig update. # # Thanks to: Alexey Kardashevskiy, Aneesh Kumar K.V, Christophe Leroy, # Jason Yan, Joel Stanley, Mahesh Salgaonkar, Mathieu Malaterre" # # * tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: # powerpc/64s: Include header file to fix a warning # powerpc/powernv: Fix compile without CONFIG_TRACEPOINTS # powerpc/mm: Disable kcov for SLB routines # powerpc: remove dead code in head_fsl_booke.S # powerpc/configs: Sync skiroot defconfig # powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR configuration # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 a9c55d58bc36b5a0ef7021772fc2508e693ed534 # < make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig KCONFIG_SEED=0x2AD2F1D7 # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # yes \n | make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- In file included from /kisskb/src/arch/x86/events/core.c:44: /kisskb/src/arch/x86/events/perf_event.h:1036:45: warning: 'struct cpu_hw_event' declared inside parameter list will not be visible outside of this definition or declaration static inline int intel_cpuc_prepare(struct cpu_hw_event *cpuc, int cpu) ^~~~~~~~~~~~ /kisskb/src/arch/x86/events/perf_event.h:1041:45: warning: 'struct cpu_hw_event' declared inside parameter list will not be visible outside of this definition or declaration static inline void intel_cpuc_finish(struct cpu_hw_event *cpuc) ^~~~~~~~~~~~ In file included from /kisskb/src/arch/x86/events/amd/ibs.c:19: /kisskb/src/arch/x86/events/amd/../perf_event.h:1036:45: warning: 'struct cpu_hw_event' declared inside parameter list will not be visible outside of this definition or declaration static inline int intel_cpuc_prepare(struct cpu_hw_event *cpuc, int cpu) ^~~~~~~~~~~~ /kisskb/src/arch/x86/events/amd/../perf_event.h:1041:45: warning: 'struct cpu_hw_event' declared inside parameter list will not be visible outside of this definition or declaration static inline void intel_cpuc_finish(struct cpu_hw_event *cpuc) ^~~~~~~~~~~~ /kisskb/src/arch/x86/events/core.c: In function 'free_fake_cpuc': /kisskb/src/arch/x86/events/core.c:1998:20: error: passing argument 1 of 'intel_cpuc_finish' from incompatible pointer type [-Werror=incompatible-pointer-types] intel_cpuc_finish(cpuc); ^~~~ In file included from /kisskb/src/arch/x86/events/core.c:44: /kisskb/src/arch/x86/events/perf_event.h:1041:59: note: expected 'struct cpu_hw_event *' but argument is of type 'struct cpu_hw_events *' static inline void intel_cpuc_finish(struct cpu_hw_event *cpuc) ~~~~~~~~~~~~~~~~~~~~~^~~~ /kisskb/src/arch/x86/events/core.c: In function 'allocate_fake_cpuc': /kisskb/src/arch/x86/events/core.c:2012:25: error: passing argument 1 of 'intel_cpuc_prepare' from incompatible pointer type [-Werror=incompatible-pointer-types] if (intel_cpuc_prepare(cpuc, cpu)) ^~~~ In file included from /kisskb/src/arch/x86/events/core.c:44: /kisskb/src/arch/x86/events/perf_event.h:1036:59: note: expected 'struct cpu_hw_event *' but argument is of type 'struct cpu_hw_events *' static inline int intel_cpuc_prepare(struct cpu_hw_event *cpuc, int cpu) ~~~~~~~~~~~~~~~~~~~~~^~~~ cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:278: arch/x86/events/core.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:493: arch/x86/events] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c: In function 'amdgpu_bo_do_create': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:479:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ ^~~~~~~ make[1]: *** [/kisskb/src/Makefile:1036: arch/x86] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c: In function 'radeon_bo_create': /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c:240:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ ^~~~~~~ make: *** [Makefile:160: sub-make] Error 2 Command 'make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:04:17.343359