# git rev-parse -q --verify 90ad18418c2d3db23ee827cdd74fed2ca9b70a18^{commit} 90ad18418c2d3db23ee827cdd74fed2ca9b70a18 already have revision, skipping fetch # git checkout -q -f -B kisskb 90ad18418c2d3db23ee827cdd74fed2ca9b70a18 # git clean -qxdf # < git log -1 # commit 90ad18418c2d3db23ee827cdd74fed2ca9b70a18 # Merge: 0778a9f2dd92 6b9bab550cac # Author: Greg Kroah-Hartman # Date: Fri Oct 12 09:01:59 2018 +0200 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net # # David writes: # "Networking # # 1) RXRPC receive path fixes from David Howells. # # 2) Re-export __skb_recv_udp(), from Jiri Kosina. # # 3) Fix refcounting in u32 classificer, from Al Viro. # # 4) Userspace netlink ABI fixes from Eugene Syromiatnikov. # # 5) Don't double iounmap on rmmod in ena driver, from Arthur # Kiyanovski. # # 6) Fix devlink string attribute handling, we must pull a copy into a # kernel buffer if the lifetime extends past the netlink request. # From Moshe Shemesh. # # 7) Fix hangs in RDS, from Ka-Cheong Poon. # # 8) Fix recursive locking lockdep warnings in tipc, from Ying Xue. # # 9) Clear RX irq correctly in socionext, from Ilias Apalodimas. # # 10) bcm_sf2 fixes from Florian Fainelli." # # * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (38 commits) # net: dsa: bcm_sf2: Call setup during switch resume # net: dsa: bcm_sf2: Fix unbind ordering # net: phy: sfp: remove sfp_mutex's definition # r8169: set RX_MULTI_EN bit in RxConfig for 8168F-family chips # net: socionext: clear rx irq correctly # net/mlx4_core: Fix warnings during boot on driverinit param set failures # tipc: eliminate possible recursive locking detected by LOCKDEP # selftests: udpgso_bench.sh explicitly requires bash # selftests: rtnetlink.sh explicitly requires bash. # qmi_wwan: Added support for Gemalto's Cinterion ALASxx WWAN interface # tipc: queue socket protocol error messages into socket receive buffer # tipc: set link tolerance correctly in broadcast link # net: ipv4: don't let PMTU updates increase route MTU # net: ipv4: update fnhe_pmtu when first hop's MTU changes # net/ipv6: stop leaking percpu memory in fib6 info # rds: RDS (tcp) hangs on sendto() to unresponding address # net: make skb_partial_csum_set() more robust against overflows # devlink: Add helper function for safely copy string param # devlink: Fix param cmode driverinit for string type # devlink: Fix param set handling for string type # ... # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < git log --format=%s --max-count=1 90ad18418c2d3db23ee827cdd74fed2ca9b70a18 # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0x859DB8E0 # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=n # Added to kconfig CONFIG_CPU_LITTLE_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_BOOK3E_64=n # Added to kconfig CONFIG_PPC_BOOK3S_64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # yes \n | make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/scripts/unifdef.c: In function 'Mpass': /kisskb/src/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/xmon/xmon.c:67:0: /kisskb/src/arch/powerpc/xmon/dis-asm.h: In function 'print_insn_powerpc': /kisskb/src/arch/powerpc/xmon/dis-asm.h:20:9: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("%.8x", insn); ^ /kisskb/src/arch/powerpc/xmon/dis-asm.h: In function 'print_insn_spu': /kisskb/src/arch/powerpc/xmon/dis-asm.h:26:9: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("%.8x", insn); ^ /kisskb/src/drivers/scsi/raid_class.c: In function 'raid_match': /kisskb/src/drivers/scsi/raid_class.c:64:24: warning: unused variable 'i' [-Wunused-variable] struct raid_internal *i = ac_to_raid_internal(cont); ^ WARNING: vmlinux.o(.text+0x2f44): Section mismatch in reference from the variable start_here_multiplatform to the function .init.text:early_setup() The function start_here_multiplatform() references the function __init early_setup(). This is often because start_here_multiplatform lacks a __init annotation or the annotation of early_setup is wrong. WARNING: vmlinux.o(.text+0x2f78): Section mismatch in reference from the variable start_here_common to the function .init.text:start_kernel() The function start_here_common() references the function __init start_kernel(). This is often because start_here_common lacks a __init annotation or the annotation of start_kernel is wrong. Completed OK # rm -rf /kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 # Build took: 0:00:54.709394