# git rev-parse -q --verify 5211da9ca526a5adddee1ccd078e6e33a583ab36^{commit} 5211da9ca526a5adddee1ccd078e6e33a583ab36 already have revision, skipping fetch # git checkout -q -f -B kisskb 5211da9ca526a5adddee1ccd078e6e33a583ab36 # git clean -qxdf # < git log -1 # commit 5211da9ca526a5adddee1ccd078e6e33a583ab36 # Merge: 3918c21eacb06 30bfd93062814 # Author: Greg Kroah-Hartman # Date: Tue Sep 18 09:31:53 2018 +0200 # # Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/net # # Dave writes: # "Various fixes, all over the place: # # 1) OOB data generation fix in bluetooth, from Matias Karhumaa. # # 2) BPF BTF boundary calculation fix, from Martin KaFai Lau. # # 3) Don't bug on excessive frags, to be compatible in situations mixing # older and newer kernels on each end. From Juergen Gross. # # 4) Scheduling in RCU fix in hv_netvsc, from Stephen Hemminger. # # 5) Zero keying information in TLS layer before freeing copies # of them, from Sabrina Dubroca. # # 6) Fix NULL deref in act_sample, from Davide Caratti. # # 7) Orphan SKB before GRO in veth to prevent crashes with XDP, # from Toshiaki Makita. # # 8) Fix use after free in ip6_xmit, from Eric Dumazet. # # 9) Fix VF mac address regression in bnxt_en, from Micahel Chan. # # 10) Fix MSG_PEEK behavior in TLS layer, from Daniel Borkmann. # # 11) Programming adjustments to r8169 which fix not being to enter deep # sleep states on some machines, from Kai-Heng Feng and Hans de # Goede. # # 12) Fix DST_NOCOUNT flag handling for ipv6 routes, from Peter # Oskolkov." # # * gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/net: (45 commits) # net/ipv6: do not copy dst flags on rt init # qmi_wwan: set DTR for modems in forced USB2 mode # clk: x86: Stop marking clocks as CLK_IS_CRITICAL # r8169: Get and enable optional ether_clk clock # clk: x86: add "ether_clk" alias for Bay Trail / Cherry Trail # r8169: enable ASPM on RTL8106E # r8169: Align ASPM/CLKREQ setting function with vendor driver # Revert "kcm: remove any offset before parsing messages" # kcm: remove any offset before parsing messages # net: ethernet: Fix a unused function warning. # net: dsa: mv88e6xxx: Fix ATU Miss Violation # tls: fix currently broken MSG_PEEK behavior # hv_netvsc: pair VF based on serial number # PCI: hv: support reporting serial number as slot information # bnxt_en: Fix VF mac address regression. # ipv6: fix possible use-after-free in ip6_xmit() # net: hp100: fix always-true check for link up state # ARM: dts: at91: add new compatibility string for macb on sama5d3 # net: macb: disable scatter-gather for macb on sama5d3 # net: mvpp2: let phylink manage the carrier state # ... # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < git log --format=%s --max-count=1 5211da9ca526a5adddee1ccd078e6e33a583ab36 # < 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=0x50A09FAE # 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/drivers/cpufreq/powernv-cpufreq.c: In function 'init_chip_info': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:1071:1: warning: the frame size of 1072 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/fs/ocfs2/dlmglue.c:99:30: warning: 'lockdep_keys' defined but not used [-Wunused-variable] static struct lock_class_key lockdep_keys[OCFS2_NUM_LOCK_TYPES]; ^ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_newlink': /kisskb/src/net/core/rtnetlink.c:3152:1: warning: the frame size of 1264 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /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(); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~ WARNING: vmlinux.o(.text+0x279c): Section mismatch in reference from the variable __boot_from_prom to the function .init.text:prom_init() The function __boot_from_prom() references the function __init prom_init(). This is often because __boot_from_prom lacks a __init annotation or the annotation of prom_init is wrong. WARNING: vmlinux.o(.text+0x2a38): 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+0x2a6c): 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:01:59.109327