# git rev-parse -q --verify c356dc4b540edd6c02b409dd8cf3208ba2804c38^{commit} c356dc4b540edd6c02b409dd8cf3208ba2804c38 already have revision, skipping fetch # git checkout -q -f -B kisskb c356dc4b540edd6c02b409dd8cf3208ba2804c38 # git clean -qxdf # < git log -1 # commit c356dc4b540edd6c02b409dd8cf3208ba2804c38 # Merge: 121bddf39a8e b6653b3629e5 # Author: Linus Torvalds # Date: Fri Jun 21 22:23:35 2019 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net # # Pull networking fixes from David Miller: # # 1) Fix leak of unqueued fragments in ipv6 nf_defrag, from Guillaume # Nault. # # 2) Don't access the DDM interface unless the transceiver implements it # in bnx2x, from Mauro S. M. Rodrigues. # # 3) Don't double fetch 'len' from userspace in sock_getsockopt(), from # JingYi Hou. # # 4) Sign extension overflow in lio_core, from Colin Ian King. # # 5) Various netem bug fixes wrt. corrupted packets from Jakub Kicinski. # # 6) Fix epollout hang in hvsock, from Sunil Muthuswamy. # # 7) Fix regression in default fib6_type, from David Ahern. # # 8) Handle memory limits in tcp_fragment more appropriately, from Eric # Dumazet. # # * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (24 commits) # tcp: refine memory limit test in tcp_fragment() # inet: clear num_timeout reqsk_alloc() # net: mvpp2: debugfs: Add pmap to fs dump # ipv6: Default fib6_type to RTN_UNICAST when not set # net: hns3: Fix inconsistent indenting # net/af_iucv: always register net_device notifier # net/af_iucv: build proper skbs for HiperTransport # net/af_iucv: remove GFP_DMA restriction for HiperTransport # net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6185_g1_vtu_loadpurge() # hvsock: fix epollout hang from race condition # net/udp_gso: Allow TX timestamp with UDP GSO # net: netem: fix use after free and double free with packet corruption # net: netem: fix backlog accounting for corrupted GSO frames # net: lio_core: fix potential sign-extension overflow on large shift # tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb # ip6_tunnel: allow not to count pkts on tstats by passing dev as NULL # ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULL # tun: wake up waitqueues after IFF_UP is set # net: remove duplicate fetch in sock_getsockopt # tipc: fix issues with early FAILOVER_MSG from peer # ... # < /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 c356dc4b540edd6c02b409dd8cf3208ba2804c38 # < make -s -j 24 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 24 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/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2589: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:1850:6: warning: 'ret' 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:194:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/futex.c: In function 'do_futex': /kisskb/src/kernel/futex.c:1645:3: warning: 'oldval' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/futex.c:1620:6: note: 'oldval' was declared here /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1832:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1745:46: warning: 'linear' 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:208:2: warning: 'speaker_vol' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/ppc/awacs.c:873:36: note: 'speaker_vol' 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/net/bridge/br_netlink.c: In function 'br_afspec.isra.28': /kisskb/src/net/bridge/br_netlink.c:648: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:331:21: note: 'pdeo' was declared here /kisskb/src/fs/nfsd/nfs4xdr.c: In function 'nfsd4_encode_components_esc': /kisskb/src/fs/nfsd/nfs4xdr.c:2077:9: warning: 'str' 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:1575:3: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/mac80211/mlme.c:1532:6: note: 'pwr_level_cisco' was declared here INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xac9014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xac9014) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xad96f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 17:22:52 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5185458 Bytes = 5063.92 KiB = 4.95 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 17:22:52 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5154122 Bytes = 5033.32 KiB = 4.92 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 17:22:52 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5184804 Bytes = 5063.29 KiB = 4.94 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 17:22:52 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5184985 Bytes = 5063.46 KiB = 4.94 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 17:22:52 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5185920 Bytes = 5064.38 KiB = 4.95 MiB Load Address: 00b00000 Entry Point: 00b00888 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 17:22:52 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5185895 Bytes = 5064.35 KiB = 4.95 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 17:22:52 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5185488 Bytes = 5063.95 KiB = 4.95 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 17:22:52 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5185302 Bytes = 5063.77 KiB = 4.95 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-5.2.0-rc5+ Created: Sat Jun 22 17:22:52 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5186250 Bytes = 5064.70 KiB = 4.95 MiB Load Address: 00b00000 Entry Point: 00b00888 Completed OK # rm -rf /kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.6 # Build took: 0:03:52.772216