# git rev-parse -q --verify c4f4d2f917729e9b7b8bb452bf4971be93e7a15f^{commit} c4f4d2f917729e9b7b8bb452bf4971be93e7a15f already have revision, skipping fetch # git checkout -q -f -B kisskb c4f4d2f917729e9b7b8bb452bf4971be93e7a15f # git clean -qxdf # < git log -1 # commit c4f4d2f917729e9b7b8bb452bf4971be93e7a15f # Merge: 9ce2078 5dcd840 # Author: Linus Torvalds # Date: Thu Mar 22 14:10:29 2018 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net # # Pull networking fixes from David Miller: # # 1) Always validate XFRM esn replay attribute, from Florian Westphal. # # 2) Fix RCU read lock imbalance in xfrm_get_tos(), from Xin Long. # # 3) Don't try to get firmware dump if not loaded in iwlwifi, from Shaul # Triebitz. # # 4) Fix BPF helpers to deal with SCTP GSO SKBs properly, from Daniel # Axtens. # # 5) Fix some interrupt handling issues in e1000e driver, from Benjamin # Poitier. # # 6) Use strlcpy() in several ethtool get_strings methods, from Florian # Fainelli. # # 7) Fix rhlist dup insertion, from Paul Blakey. # # 8) Fix SKB leak in netem packet scheduler, from Alexey Kodanev. # # 9) Fix driver unload crash when link is up in smsc911x, from Jeremy # Linton. # # 10) Purge out invalid socket types in l2tp_tunnel_create(), from Eric # Dumazet. # # 11) Need to purge the write queue when TCP connections are aborted, # otherwise userspace using MSG_ZEROCOPY can't close the fd. From # Soheil Hassas Yeganeh. # # 12) Fix double free in error path of team driver, from Arkadi # Sharshevsky. # # 13) Filter fixes for hv_netvsc driver, from Stephen Hemminger. # # 14) Fix non-linear packet access in ipv6 ndisc code, from Lorenzo # Bianconi. # # 15) Properly filter out unsupported feature flags in macvlan driver, # from Shannon Nelson. # # 16) Don't request loading the diag module for a protocol if the protocol # itself is not even registered. From Xin Long. # # 17) If datagram connect fails in ipv6, make sure the socket state is # consistent afterwards. From Paolo Abeni. # # 18) Use after free in qed driver, from Dan Carpenter. # # 19) If received ipv4 PMTU is less than the min pmtu, lock the mtu in the # entry. From Sabrina Dubroca. # # 20) Fix sleep in atomic in tg3 driver, from Jonathan Toppins. # # 21) Fix vlan in vlan untagging in some situations, from Toshiaki Makita. # # 22) Fix double SKB free in genlmsg_mcast(). From Nicolas Dichtel. # # 23) Fix NULL derefs in error paths of tcf_*_init(), from Davide Caratti. # # 24) Unbalanced PM runtime calls in FEC driver, from Florian Fainelli. # # 25) Memory leak in gemini driver, from Igor Pylypiv. # # 26) IDR leaks in error paths of tcf_*_init() functions, from Davide # Caratti. # # 27) Need to use GFP_ATOMIC in seg6_build_state(), from David Lebrun. # # 28) Missing dev_put() in error path of macsec_newlink(), from Dan # Carpenter. # # * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (201 commits) # macsec: missing dev_put() on error in macsec_newlink() # net: dsa: Fix functional dsa-loop dependency on FIXED_PHY # hv_netvsc: common detach logic # hv_netvsc: change GPAD teardown order on older versions # hv_netvsc: use RCU to fix concurrent rx and queue changes # hv_netvsc: disable NAPI before channel close # net/ipv6: Handle onlink flag with multipath routes # ppp: avoid loop in xmit recursion detection code # ipv6: sr: fix NULL pointer dereference when setting encap source address # ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state # net: aquantia: driver version bump # net: aquantia: Implement pci shutdown callback # net: aquantia: Allow live mac address changes # net: aquantia: Add tx clean budget and valid budget handling logic # net: aquantia: Change inefficient wait loop on fw data reads # net: aquantia: Fix a regression with reset on old firmware # net: aquantia: Fix hardware reset when SPI may rarely hangup # s390/qeth: on channel error, reject further cmd requests # s390/qeth: lock read device while queueing next buffer # s390/qeth: when thread completes, wake up all waiters # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < git log --format=%s --max-count=1 c4f4d2f917729e9b7b8bb452bf4971be93e7a15f # < 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- /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/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1268:20: warning: 'root' 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:220: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/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/drivers/input/joystick/analog.c:176:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] /kisskb/src/fs/nfsd/nfs4xdr.c: In function 'nfsd4_encode_components_esc': /kisskb/src/fs/nfsd/nfs4xdr.c:2043:9: warning: 'str' 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:1351:3: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/mac80211/mlme.c:1308: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: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/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1822:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1732:46: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] WARNING: modpost: Found 1 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' arch/powerpc/boot/mpc832x_rdb.dtb: Warning (interrupts_property): interrupts size is (4), expected multiple of 8 in /qe@e0100000/mdio@3120/ethernet-phy@0 arch/powerpc/boot/mpc832x_rdb.dtb: Warning (interrupts_property): interrupts size is (4), expected multiple of 8 in /qe@e0100000/mdio@3120/ethernet-phy@4 INFO: Uncompressed kernel (size 0xa2b3e4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3e4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3e4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3e4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3e4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3e4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3e4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3e4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3e4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3e4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa1acc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa1acc0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-4.16.0-rc6+ Created: Fri Mar 23 12:59:47 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4813836 Bytes = 4701.01 kB = 4.59 MB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-4.16.0-rc6+ Created: Fri Mar 23 12:59:47 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4837512 Bytes = 4724.13 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b00230 Image Name: Linux-4.16.0-rc6+ Created: Fri Mar 23 12:59:47 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4838119 Bytes = 4724.73 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b00230 Image Name: Linux-4.16.0-rc6+ Created: Fri Mar 23 12:59:47 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4837415 Bytes = 4724.04 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b00230 Image Name: Linux-4.16.0-rc6+ Created: Fri Mar 23 12:59:47 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4836957 Bytes = 4723.59 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b00230 Image Name: Linux-4.16.0-rc6+ Created: Fri Mar 23 12:59:47 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4837986 Bytes = 4724.60 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b007a0 Image Name: Linux-4.16.0-rc6+ Created: Fri Mar 23 12:59:47 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4838084 Bytes = 4724.69 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b00230 Image Name: Linux-4.16.0-rc6+ Created: Fri Mar 23 12:59:47 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4837963 Bytes = 4724.57 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b007a0 Image Name: Linux-4.16.0-rc6+ Created: Fri Mar 23 12:59:47 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4838277 Bytes = 4724.88 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b00230 Completed OK # rm -rf /kisskb/build/linus_ppc6xx_defconfig_powerpc # Build took: 0:02:46.652783