# git rev-parse -q --verify 7178fb0b239d1c037876301c116fc9a6c1bd2ac0^{commit} 7178fb0b239d1c037876301c116fc9a6c1bd2ac0 already have revision, skipping fetch # git checkout -q -f -B kisskb 7178fb0b239d1c037876301c116fc9a6c1bd2ac0 # git clean -qxdf # < git log -1 # commit 7178fb0b239d1c037876301c116fc9a6c1bd2ac0 # Merge: 70c9fb570b7c 6f55967ad9d9 # Author: Linus Torvalds # Date: Sun May 5 14:37:25 2019 -0700 # # Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull perf fixes from Ingo Molnar: # "I'd like to apologize for this very late pull request: I was dithering # through the week whether to send the fixes, and then yesterday Jiri's # crash fix for a regression introduced in this cycle clearly marked # perf/urgent as 'must merge now'. # # Most of the commits are tooling fixes, plus there's three kernel fixes # via four commits: # # - race fix in the Intel PEBS code # # - fix an AUX bug and roll back a previous attempt # # - fix AMD family 17h generic HW cache-event perf counters # # The largest diffstat contribution comes from the AMD fix - a new event # table is introduced, which is a fairly low risk change but has a large # linecount" # # * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # perf/x86/intel: Fix race in intel_pmu_disable_event() # perf/x86/intel/pt: Remove software double buffering PMU capability # perf/ring_buffer: Fix AUX software double buffering # perf tools: Remove needless asm/unistd.h include fixing build in some places # tools arch uapi: Copy missing unistd.h headers for arc, hexagon and riscv # tools build: Add -ldl to the disassembler-four-args feature test # perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet # perf cs-etm: Don't check cs_etm_queue::prev_packet validity # perf report: Report OOM in status line in the GTK UI # perf bench numa: Add define for RUSAGE_THREAD if not present # tools lib traceevent: Change tag string for error # perf annotate: Fix build on 32 bit for BPF annotation # tools uapi x86: Sync vmx.h with the kernel # perf bpf: Return value with unlocking in perf_env__find_btf() # MAINTAINERS: Include vendor specific files under arch/*/events/* # perf/x86/amd: Update generic hardware cache events for Family 17h # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 7178fb0b239d1c037876301c116fc9a6c1bd2ac0 # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- ppc6xx_defconfig # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:187:16: warning: 'old' 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:2594:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1855:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/bridge/br_netlink.c: In function 'br_afspec.isra.28': /kisskb/src/net/bridge/br_netlink.c:652:7: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:337:21: note: 'pdeo' was declared here /kisskb/src/fs/nfsd/nfs4xdr.c: In function 'nfsd4_encode_components_esc': /kisskb/src/fs/nfsd/nfs4xdr.c:2076:9: warning: 'str' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/ppc/awacs.c: In function 'snd_pmac_awacs_init': /kisskb/src/include/sound/control.h:223:2: warning: 'speaker_vol' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/ppc/awacs.c:886:36: note: 'speaker_vol' was declared here /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/net/mac80211/mlme.c: In function 'ieee80211_rx_mgmt_beacon': /kisskb/src/net/mac80211/mlme.c:1581:3: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/mac80211/mlme.c:1538:6: note: 'pwr_level_cisco' was declared here /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1842:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1755:46: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] INFO: Uncompressed kernel (size 0xab72d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xab72d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xab72d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xab72d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xab72d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xab72d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xaa6bf4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xab72d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-5.1.0-rc7+ Created: Mon May 6 13:18:57 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5092785 Bytes = 4973.42 KiB = 4.86 MiB Load Address: 00000000 Entry Point: 00000000 INFO: Uncompressed kernel (size 0xab72d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xab72d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xab72d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-5.1.0-rc7+ Created: Mon May 6 13:18:57 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5124393 Bytes = 5004.29 KiB = 4.89 MiB Load Address: 00b00000 Entry Point: 00b00888 Image Name: Linux-5.1.0-rc7+ Created: Mon May 6 13:18:57 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5123728 Bytes = 5003.64 KiB = 4.89 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.1.0-rc7+ Created: Mon May 6 13:18:57 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5123788 Bytes = 5003.70 KiB = 4.89 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.1.0-rc7+ Created: Mon May 6 13:18:57 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5123768 Bytes = 5003.68 KiB = 4.89 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.1.0-rc7+ Created: Mon May 6 13:18:57 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5124284 Bytes = 5004.18 KiB = 4.89 MiB Load Address: 00b00000 Entry Point: 00b00888 INFO: Uncompressed kernel (size 0xaa6bf4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-5.1.0-rc7+ Created: Mon May 6 13:18:59 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5123541 Bytes = 5003.46 KiB = 4.89 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.1.0-rc7+ Created: Mon May 6 13:18:59 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5123877 Bytes = 5003.79 KiB = 4.89 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.1.0-rc7+ Created: Mon May 6 13:18:59 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5124522 Bytes = 5004.42 KiB = 4.89 MiB Load Address: 00b00000 Entry Point: 00b00290 Completed OK # rm -rf /kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.6 # Build took: 0:05:58.778873