# git rev-parse -q --verify ec0c96714e7ddeda4eccaa077f5646a0fd6e371f^{commit} ec0c96714e7ddeda4eccaa077f5646a0fd6e371f already have revision, skipping fetch # git checkout -q -f -B kisskb ec0c96714e7ddeda4eccaa077f5646a0fd6e371f # git clean -qxdf # < git log -1 # commit ec0c96714e7ddeda4eccaa077f5646a0fd6e371f # Merge: 4f7a7be d472b3a # Author: Linus Torvalds # Date: Sat Aug 11 11:22:44 2018 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net # # Pull networking fixes from David Miller: # "Last bit of straggler fixes... # # 1) Fix btf library licensing to LGPL, from Martin KaFai lau. # # 2) Fix error handling in bpf sockmap code, from Daniel Borkmann. # # 3) XDP cpumap teardown handling wrt. execution contexts, from Jesper # Dangaard Brouer. # # 4) Fix loss of runtime PM on failed vlan add/del, from Ivan # Khoronzhuk. # # 5) xen-netfront caches skb_shinfo(skb) across a __pskb_pull_tail() # call, which potentially changes the skb's data buffer, and thus # skb_shinfo(). Fix from Juergen Gross" # # * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: # xen/netfront: don't cache skb_shinfo() # net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlan # net: ethernet: ti: cpsw: clear all entries when delete vid # xdp: fix bug in devmap teardown code path # samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easier # xdp: fix bug in cpumap teardown code path # bpf, sockmap: fix cork timeout for select due to epipe # bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path # bpf, sockmap: fix bpf_tcp_sendmsg sock error handling # bpf: btf: Change tools/lib/bpf/btf to LGPL # < /opt/cross/kisskb/gcc-5.2.0-nolibc/powerpc64le-linux/bin/powerpc64le-linux-gcc --version # < git log --format=%s --max-count=1 ec0c96714e7ddeda4eccaa077f5646a0fd6e371f # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_randconfig+ppc64le_ppc64le CROSS_COMPILE=/opt/cross/kisskb/gcc-5.2.0-nolibc/powerpc64le-linux/bin/powerpc64le-linux- randconfig KCONFIG_SEED=0xED0D44CC WARNING: unmet direct dependencies detected for HOTPLUG_CPU Depends on [n]: SMP [=y] && (PPC_PSERIES [=n] || PPC_PMAC [=n] || PPC_POWERNV [=n] || FSL_SOC_BOOKE [=n]) Selected by [y]: - PM_SLEEP_SMP [=y] && SMP [=y] && (ARCH_SUSPEND_POSSIBLE [=y] || ARCH_HIBERNATION_POSSIBLE [=y]) && PM_SLEEP [=y] # 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 # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_randconfig+ppc64le_ppc64le CROSS_COMPILE=/opt/cross/kisskb/gcc-5.2.0-nolibc/powerpc64le-linux/bin/powerpc64le-linux- olddefconfig # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_randconfig+ppc64le_ppc64le CROSS_COMPILE=/opt/cross/kisskb/gcc-5.2.0-nolibc/powerpc64le-linux/bin/powerpc64le-linux- In file included from /kisskb/src/arch/powerpc/xmon/xmon.c:66: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); ^ WARNING: vmlinux.o(.text+0x2e38): 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+0x2e6c): 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 # Build took: 0:00:48.057648