# git rev-parse -q --verify 40a31da414c39e3cd8c4137c1ceedf59b7ffd4ce^{commit} 40a31da414c39e3cd8c4137c1ceedf59b7ffd4ce already have revision, skipping fetch # git checkout -q -f -B kisskb 40a31da414c39e3cd8c4137c1ceedf59b7ffd4ce # git clean -qxdf # < git log -1 # commit 40a31da414c39e3cd8c4137c1ceedf59b7ffd4ce # Merge: e8af37f3f488 4e72ee887227 # Author: Linus Torvalds # Date: Fri Jan 11 09:44:05 2019 -0800 # # Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull perf tooling updates from Ingo Molnar: # "Tooling changes only: fixes and a few stray improvements. # # Most of the diffstat is dominated by a PowerPC related fix of system # call trace output beautification that allows us to (again) use the # UAPI header version and sync up with the kernel's version of PowerPC # system call names in the arch/powerpc/kernel/syscalls/syscall.tbl # header" # # * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (36 commits) # tools headers powerpc: Remove unistd.h # perf powerpc: Rework syscall table generation # perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbols # tools include uapi: Sync linux/if_link.h copy with the kernel sources # tools include uapi: Sync linux/vhost.h with the kernel sources # tools include uapi: Sync linux/fs.h copy with the kernel sources # perf beauty: Switch from using uapi/linux/fs.h to uapi/linux/mount.h # tools include uapi: Grab a copy of linux/mount.h # perf top: Lift restriction on using callchains without "sym" in --sort # tools lib traceevent: Remove tep_data_event_from_type() API # tools lib traceevent: Rename tep_is_file_bigendian() to tep_file_bigendian() # tools lib traceevent: Changed return logic of tep_register_event_handler() API # tools lib traceevent: Changed return logic of trace_seq_printf() and trace_seq_vprintf() APIs # tools lib traceevent: Rename struct cmdline to struct tep_cmdline # tools lib traceevent: Initialize host_bigendian at tep_handle allocation # tools lib traceevent: Introduce new libtracevent API: tep_override_comm() # perf tests: Add a test for the ARM 32-bit [vectors] page # perf tools: Make find_vdso_map() more modular # perf trace: Fix alignment for [continued] lines # perf trace: Fix ')' placement in "interrupted" syscall lines # ... # < /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 40a31da414c39e3cd8c4137c1ceedf59b7ffd4ce # < make -s -j 48 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 48 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:186:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1263:20: warning: 'root' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/trace/trace_dynevent.c: In function 'create_dyn_event': /kisskb/src/kernel/trace/trace_dynevent.c:89:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/cifs/cifssmb.c: In function '__cifs_reconnect_tcon': /kisskb/src/fs/cifs/cifssmb.c:186:1: warning: the frame size of 1328 bytes is larger than 1024 bytes [-Wframe-larger-than=] /kisskb/src/fs/cifs/smb2pdu.c: In function '__smb2_reconnect': /kisskb/src/fs/cifs/smb2pdu.c:220:1: warning: the frame size of 1328 bytes is larger than 1024 bytes [-Wframe-larger-than=] /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/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/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:339: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/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/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:1522:3: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/mac80211/mlme.c:1479:6: note: 'pwr_level_cisco' was declared here /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /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:1843:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1753:46: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] INFO: Uncompressed kernel (size 0xa9714c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa9714c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa9714c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa9714c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa9714c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa9714c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa9714c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa9714c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa86a68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa9714c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa9714c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa86a68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-5.0.0-rc1+ Created: Sat Jan 12 10:47:45 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5064743 Bytes = 4946.04 KiB = 4.83 MiB Load Address: 00b00000 Entry Point: 00b00888 Image Name: Linux-5.0.0-rc1+ Created: Sat Jan 12 10:47:45 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5064552 Bytes = 4945.85 KiB = 4.83 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.0.0-rc1+ Created: Sat Jan 12 10:47:46 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5033311 Bytes = 4915.34 KiB = 4.80 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.0.0-rc1+ Created: Sat Jan 12 10:47:46 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5064555 Bytes = 4945.85 KiB = 4.83 MiB Load Address: 00b00000 Entry Point: 00b00888 Image Name: Linux-5.0.0-rc1+ Created: Sat Jan 12 10:47:46 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5063295 Bytes = 4944.62 KiB = 4.83 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.0.0-rc1+ Created: Sat Jan 12 10:47:46 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5063568 Bytes = 4944.89 KiB = 4.83 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.0.0-rc1+ Created: Sat Jan 12 10:47:46 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5064000 Bytes = 4945.31 KiB = 4.83 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.0.0-rc1+ Created: Sat Jan 12 10:47:47 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5064004 Bytes = 4945.32 KiB = 4.83 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.0.0-rc1+ Created: Sat Jan 12 10:47:47 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5063764 Bytes = 4945.08 KiB = 4.83 MiB Load Address: 00b00000 Entry Point: 00b00290 Completed OK # rm -rf /kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.6 # Build took: 0:02:51.255382