# git rev-parse -q --verify 144c79ef33536b4ecb4951e07dbc1f2b7fa99d32^{commit} 144c79ef33536b4ecb4951e07dbc1f2b7fa99d32 already have revision, skipping fetch # git checkout -q -f -B kisskb 144c79ef33536b4ecb4951e07dbc1f2b7fa99d32 # git clean -qxdf # < git log -1 # commit 144c79ef33536b4ecb4951e07dbc1f2b7fa99d32 # Merge: 3bb48a850627 6fc5baf54717 # Author: Linus Torvalds # Date: Sun Mar 7 13:35:49 2021 -0800 # # Merge tag 'perf-tools-fixes-for-v5.12-2020-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux # # Pull perf tools fixes from Arnaldo Carvalho de Melo: # "Perf tool fixes: # # - Fix wrong skipping for per-die aggregation in 'perf stat'. # # - Fix race in signal handling on large core count machines, setting # up signal handlers earlier. # # - Fix -F for branch & mem modes in 'perf report'. # # - Fix the condition checks for max number of NUMA nodes in 'perf # bench numa'. # # - Fix crash in 'perf diff' error path. # # - Fix filtering of empty build-ids in 'perf archive'. # # - Ensure read cmdlines from libtraceevent are null terminated. # # Recent regressions: # # - Fix control fifo permissions in 'perf daemon'. # # - Fix 'perf daemon' compile error with ASAN. # # - Fix running 'perf daemon' test for non root user. # # - Fix PERF_SAMPLE_WEIGHT_STRUCT 'perf test' failure on non-x86 # arches. # # - Fix event's PMU name parsing related to new drm/i915/gt # software-gt-awake-time event. # # Fixes from compiler instrumentation: # # - Fix leaks in 'perf test' entries, found using ASAN. # # - Fix use-after-free when 'perf stat -r' option is used. # # Arch specific: # # - Fix bitmap for option om ARM's CS-ETM. # # Documentation: # # - Fix documentation of verbose options. # # Build: # # - Clean 'generated' directory used for creating the syscall table on # x86. # # - Fix ccache usage in $(CC) when generating arch errno table. # # - Cast (struct timeval).tv_sec when printing, fixing the build with # MUSL libc. # # - Tighten snprintf() string precision to pass gcc check on some # 32-bit arches. # # - Update UAPI copies from the kernel sources. # # - Fix regression on feature detection 'make clean' target" # # * tag 'perf-tools-fixes-for-v5.12-2020-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: (44 commits) # perf cs-etm: Fix bitmap for option # perf trace: Fix race in signal handling # perf map: Tighten snprintf() string precision to pass gcc check on some 32-bit arches # perf report: Fix -F for branch & mem modes # perf tests x86: Move insn.h include to make sure it finds stddef.h # perf test: Support the ins_lat check in the X86 specific test # perf test: Fix sample-parsing failure on non-x86 platforms # perf archive: Fix filtering of empty build-ids # perf daemon: Fix compile error with Asan # perf stat: Fix use-after-free when -r option is used # libperf: Add perf_evlist__reset_id_hash() # perf stat: Fix wrong skipping for per-die aggregation # tools headers UAPI: Sync KVM's kvm.h and vmx.h headers with the kernel sources # tools headers cpufeatures: Sync with the kernel sources # tools headers UAPI: Update tools' copy of linux/coresight-pmu.h # tools headers: Update syscall.tbl files to support mount_setattr # perf test: Fix cpu and thread map leaks in perf_time_to_tsc test # perf test: Fix cpu map leaks in cpu_map_print test # perf test: Fix a memory leak in thread_map_remove test # perf test: Fix a thread map leak in thread_map_synthesize test # ... # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 144c79ef33536b4ecb4951e07dbc1f2b7fa99d32 # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/kernel.h:10:0, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:15: /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) ^ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: note: in expansion of macro 'IS_ERR_VALUE' if (IS_ERR_VALUE(fep->ring_mem_addr)) ^ /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xd5d9e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d2b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500563 Bytes = 6348.21 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500422 Bytes = 6348.07 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500360 Bytes = 6348.01 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500519 Bytes = 6348.16 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500119 Bytes = 6347.77 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd5d9e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500518 Bytes = 6348.16 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd5d9e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500646 Bytes = 6348.29 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500723 Bytes = 6348.36 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6469386 Bytes = 6317.76 KiB = 6.17 MiB Load Address: 00000000 Entry Point: 00000000 INFO: Uncompressed kernel (size 0xd5d9e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500557 Bytes = 6348.20 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd5d9e0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:13 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500460 Bytes = 6348.11 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:13 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500564 Bytes = 6348.21 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:13 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500442 Bytes = 6348.09 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:13 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500462 Bytes = 6348.11 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:13 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500812 Bytes = 6348.45 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc2-g144c79ef3353 Created: Mon Mar 8 14:39:14 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500584 Bytes = 6348.23 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:02:41.840624