# git rev-parse -q --verify 5037be168f0e4ee910602935b1180291082d3aac^{commit} 5037be168f0e4ee910602935b1180291082d3aac already have revision, skipping fetch # git checkout -q -f -B kisskb 5037be168f0e4ee910602935b1180291082d3aac # git clean -qxdf # < git log -1 # commit 5037be168f0e4ee910602935b1180291082d3aac # Merge: eab733a 89a0c0e # Author: Linus Torvalds # Date: Tue Jun 5 11:13:17 2018 -0700 # # Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux # # Pull s390 updates from Martin Schwidefsky: # # - A rework for the s390 arch random code, the TRNG instruction is # rather slow and should not be used on the interrupt path # # - A fix for a memory leak in the zcrypt driver # # - Changes to the early boot code to add a compile time check for code # that may not use the .bss section, with the goal to avoid initrd # corruptions # # - Add an interface to get the physical network ID (pnetid), this is # useful to group network devices that are attached to the same network # # - Some cleanup for the linker script # # - Some code improvement for the dasd driver # # - Two fixes for the perf sampling support # # * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: # s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak. # s390/archrandom: Rework arch random implementation. # s390/net: add pnetid support # s390/dasd: simplify locking in dasd_times_out # s390/cio: add test for ccwgroup device # s390/cio: add helper to query utility strings per given ccw device # s390: remove no-op macro VMLINUX_SYMBOL() # s390: remove closung punctuation from spectre messages # s390: introduce compile time check for empty .bss section # s390/early: move functions which may not access bss section to extra file # s390/early: get rid of #ifdef CONFIG_BLK_DEV_INITRD # s390/early: get rid of memmove_early # s390/cpum_sf: Add data entry sizes to sampling trailer entry # perf: fix invalid bit in diagnostic entry # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < git log --format=%s --max-count=1 5037be168f0e4ee910602935b1180291082d3aac # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc 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 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1256:20: warning: 'root' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183: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:2497: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:1819: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:340:21: note: 'pdeo' was declared here /kisskb/src/drivers/dma-buf/reservation.c: In function 'reservation_object_add_shared_fence': /kisskb/src/drivers/dma-buf/reservation.c:225:6: warning: 'k' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/nfsd/nfs4xdr.c: In function 'nfsd4_encode_components_esc': /kisskb/src/fs/nfsd/nfs4xdr.c:2041: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/net/bridge/br_netlink.c: In function 'br_afspec': /kisskb/src/net/bridge/br_netlink.c:635:7: warning: 'err' 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:251:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:231:19: note: 'i' was declared here /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_rx_mgmt_beacon': /kisskb/src/net/mac80211/mlme.c:1353:3: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/mac80211/mlme.c:1310:6: note: 'pwr_level_cisco' was declared here /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1827:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1737:46: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] arch/powerpc/boot/mpc832x_rdb.dtb: Warning (interrupts_property): /qe@e0100000/mdio@3120/ethernet-phy@0:#interrupt-cells: size is (4), expected multiple of 8 arch/powerpc/boot/mpc832x_rdb.dtb: Warning (interrupts_property): /qe@e0100000/mdio@3120/ethernet-phy@4:#interrupt-cells: size is (4), expected multiple of 8 INFO: Uncompressed kernel (size 0xa3f5a0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa3f5a0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa3f5a0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa3f5a0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa3f5a0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa3f5a0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa3f5a0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa3f5a0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa3f5a0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2ee7c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2ee7c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa3f5a0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-4.17.0+ Created: Wed Jun 6 06:58:01 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4847531 Bytes = 4733.92 kB = 4.62 MB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-4.17.0+ Created: Wed Jun 6 06:58:01 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4871704 Bytes = 4757.52 kB = 4.65 MB Load Address: 00b00000 Entry Point: 00b007a0 Image Name: Linux-4.17.0+ Created: Wed Jun 6 06:58:01 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4871326 Bytes = 4757.15 kB = 4.65 MB Load Address: 00b00000 Entry Point: 00b00230 Image Name: Linux-4.17.0+ Created: Wed Jun 6 06:58:01 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4870813 Bytes = 4756.65 kB = 4.65 MB Load Address: 00b00000 Entry Point: 00b007a0 Image Name: Linux-4.17.0+ Created: Wed Jun 6 06:58:01 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4871046 Bytes = 4756.88 kB = 4.65 MB Load Address: 00b00000 Entry Point: 00b00230 Image Name: Linux-4.17.0+ Created: Wed Jun 6 06:58:01 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4871104 Bytes = 4756.94 kB = 4.65 MB Load Address: 00b00000 Entry Point: 00b00230 Image Name: Linux-4.17.0+ Created: Wed Jun 6 06:58:02 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4871273 Bytes = 4757.10 kB = 4.65 MB Load Address: 00b00000 Entry Point: 00b00230 Image Name: Linux-4.17.0+ Created: Wed Jun 6 06:58:02 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4871289 Bytes = 4757.12 kB = 4.65 MB Load Address: 00b00000 Entry Point: 00b00230 Image Name: Linux-4.17.0+ Created: Wed Jun 6 06:58:02 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4872216 Bytes = 4758.02 kB = 4.65 MB Load Address: 00b00000 Entry Point: 00b00230 Completed OK # rm -rf /kisskb/build/linus_ppc6xx_defconfig_powerpc # Build took: 0:03:17.098423