# git rev-parse -q --verify d207ea8e74ff45be0838afa12bdd2492fa9dc8bc^{commit} d207ea8e74ff45be0838afa12bdd2492fa9dc8bc already have revision, skipping fetch # git checkout -q -f -B kisskb d207ea8e74ff45be0838afa12bdd2492fa9dc8bc # git clean -qxdf # < git log -1 # commit d207ea8e74ff45be0838afa12bdd2492fa9dc8bc # Merge: 2a8a2b7c49d6 66e5db4a1ccc # Author: Linus Torvalds # Date: Sun Aug 26 11:25:21 2018 -0700 # # Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull perf updates from Thomas Gleixner: # "Kernel: # - Improve kallsyms coverage # - Add x86 entry trampolines to kcore # - Fix ARM SPE handling # - Correct PPC event post processing # # Tools: # - Make the build system more robust # - Small fixes and enhancements all over the place # - Update kernel ABI header copies # - Preparatory work for converting libtraceevnt to a shared library # - License cleanups" # # * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (100 commits) # tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' # tools arch x86: Update tools's copy of cpufeatures.h # perf python: Fix pyrf_evlist__read_on_cpu() interface # perf mmap: Store real cpu number in 'struct perf_mmap' # perf tools: Remove ext from struct kmod_path # perf tools: Add gzip_is_compressed function # perf tools: Add lzma_is_compressed function # perf tools: Add is_compressed callback to compressions array # perf tools: Move the temp file processing into decompress_kmodule # perf tools: Use compression id in decompress_kmodule() # perf tools: Store compression id into struct dso # perf tools: Add compression id into 'struct kmod_path' # perf tools: Make is_supported_compression() static # perf tools: Make decompress_to_file() function static # perf tools: Get rid of dso__needs_decompress() call in __open_dso() # perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble() # perf tools: Get rid of dso__needs_decompress() call in read_object_code() # tools lib traceevent: Change to SPDX License format # perf llvm: Allow passing options to llc in addition to clang # perf parser: Improve error message for PMU address filters # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < git log --format=%s --max-count=1 d207ea8e74ff45be0838afa12bdd2492fa9dc8bc # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- randconfig KCONFIG_SEED=0x4D22B8CE # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=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_LD_HEAD_STUB_CATCH=y # Added to kconfig # yes \n | make -s -j 10 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- oldconfig yes: standard output: Broken pipe # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- In file included from /kisskb/src/arch/powerpc/xmon/xmon.c:67:0: /kisskb/src/arch/powerpc/xmon/dis-asm.h: In function 'print_insn_powerpc': /kisskb/src/arch/powerpc/xmon/dis-asm.h:20:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat] /kisskb/src/arch/powerpc/xmon/dis-asm.h: In function 'print_insn_spu': /kisskb/src/arch/powerpc/xmon/dis-asm.h:26:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:186:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:129:33: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:96:6: note: 'levelspread[]' was declared here /kisskb/src/kernel/rcu/srcutree.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/kernel/printk/printk.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/fs/f2fs/file.c: In function 'f2fs_precache_extents': /kisskb/src/fs/f2fs/file.c:2871:6: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/f2fs/file.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1433:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1833:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2511:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/fs/f2fs/node.c: In function '__set_nat_cache_dirty': /kisskb/src/include/linux/list.h:93:12: warning: 'head' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/f2fs/node.c:238:24: note: 'head' was declared here /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_flush_sit_entries': /kisskb/src/fs/f2fs/segment.c:3677:5: warning: array subscript is below array bounds [-Warray-bounds] /kisskb/src/fs/f2fs/node.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/fs/f2fs/segment.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/fs/btrfs/ref-verify.c: In function 'btrfs_build_ref_tree': /kisskb/src/fs/btrfs/ref-verify.c:592:7: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/btrfs/ref-verify.c:514:35: note: 'ret' was declared here /kisskb/src/fs/btrfs/ref-verify.c:552:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/btrfs/ref-verify.c:450:12: note: 'ret' was declared here /kisskb/src/fs/btrfs/ref-verify.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/udf/unicode.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/net/bridge/br_netlink.c: In function 'br_afspec': /kisskb/src/net/bridge/br_netlink.c:647:7: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/bridge/br_netlink.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/drivers/usb/dwc3/dwc3-of-simple.c:213:12: warning: 'dwc3_of_simple_suspend' defined but not used [-Wunused-function] /kisskb/src/drivers/usb/dwc3/dwc3-of-simple.c:223:12: warning: 'dwc3_of_simple_resume' defined but not used [-Wunused-function] cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/scripts/unifdef.c: In function 'Mpass': /kisskb/src/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~ WARNING: vmlinux.o (.PPC.EMB.apuinfo): unexpected non-allocatable section. Did you forget to use "ax"/"aw" in a .S file? Note that for example contains section definitions for use in .S files. WARNING: 4 bad relocations c000000000027802 R_PPC64_ADDR16_HIGHEST .head.text+0x000000000002781c c000000000027806 R_PPC64_ADDR16_HIGHER .head.text+0x000000000002781c c00000000002780e R_PPC64_ADDR16_HI .head.text+0x000000000002781c c000000000027812 R_PPC64_ADDR16_LO .head.text+0x000000000002781c INFO: Uncompressed kernel (size 0x248f300) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x2500000) Image Name: Linux-4.18.0-gd207ea8e74ff Created: Mon Aug 27 11:04:23 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 15038784 Bytes = 14686.31 KiB = 14.34 MiB Load Address: 00000000 Entry Point: 00000000 Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc # Build took: 0:04:26.302275