# git rev-parse -q --verify 91b15613ce7fb3e724ca0d433eef8e6bf15322af^{commit} 91b15613ce7fb3e724ca0d433eef8e6bf15322af already have revision, skipping fetch # git checkout -q -f -B kisskb 91b15613ce7fb3e724ca0d433eef8e6bf15322af # git clean -qxdf # < git log -1 # commit 91b15613ce7fb3e724ca0d433eef8e6bf15322af # Merge: 2a9666105445 d4d576f5ab7e # Author: Greg Kroah-Hartman # Date: Fri Oct 19 09:16:20 2018 +0200 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net # # David writes: # "Networking # # 1) Fix gro_cells leak in xfrm layer, from Li RongQing. # # 2) BPF selftests change RLIMIT_MEMLOCK blindly, don't do that. From # Eric Dumazet. # # 3) AF_XDP calls synchronize_net() under RCU lock, fix from Björn # Töpel. # # 4) Out of bounds packet access in _decode_session6(), from Alexei # Starovoitov. # # 5) Several ethtool bugs, where we copy a struct into the kernel twice # and our validations of the values in the first copy can be # invalidated by the second copy due to asynchronous updates to the # memory by the user. From Wenwen Wang. # # 6) Missing netlink attribute validation in cls_api, from Davide # Caratti. # # 7) LLC SAP sockets neet to be SOCK_RCU FREE, from Cong Wang. # # 8) rxrpc operates on wrong kvec, from Yue Haibing. # # 9) A regression was introduced by the disassosciation of route # neighbour references in rt6_probe(), causing probe for # neighbourless routes to not be properly rate limited. Fix from # Sabrina Dubroca. # # 10) Unsafe RCU locking in tipc, from Tung Nguyen. # # 11) Use after free in inet6_mc_check(), from Eric Dumazet. # # 12) PMTU from icmp packets should update the SCTP transport pathmtu, # from Xin Long. # # 13) Missing peer put on error in rxrpc, from David Howells. # # 14) Fix pedit in nfp driver, from Pieter Jansen van Vuuren. # # 15) Fix overflowing shift statement in qla3xxx driver, from Nathan # Chancellor. # # 16) Fix Spectre v1 in ptp code, from Gustavo A. R. Silva. # # 17) udp6_unicast_rcv_skb() interprets udpv6_queue_rcv_skb() return # value in an inverted manner, fix from Paolo Abeni. # # 18) Fix missed unresolved entries in ipmr dumps, from Nikolay # Aleksandrov. # # 19) Fix NAPI handling under high load, we can completely miss events # when NAPI has to loop more than one time in a cycle. From Heiner # Kallweit." # # * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (49 commits) # ip6_tunnel: Fix encapsulation layout # tipc: fix info leak from kernel tipc_event # net: socket: fix a missing-check bug # net: sched: Fix for duplicate class dump # r8169: fix NAPI handling under high load # net: ipmr: fix unresolved entry dumps # net: mscc: ocelot: Fix comment in ocelot_vlant_wait_for_completion() # sctp: fix the data size calculation in sctp_data_size # virtio_net: avoid using netif_tx_disable() for serializing tx routine # udp6: fix encap return code for resubmitting # mlxsw: core: Fix use-after-free when flashing firmware during init # sctp: not free the new asoc when sctp_wait_for_connect returns err # sctp: fix race on sctp_id2asoc # r8169: re-enable MSI-X on RTL8168g # net: bpfilter: use get_pid_task instead of pid_task # ptp: fix Spectre v1 vulnerability # net: qla3xxx: Remove overflowing shift statement # geneve, vxlan: Don't set exceptions if skb->len < mtu # geneve, vxlan: Don't check skb_dst() twice # sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL instead # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < git log --format=%s --max-count=1 91b15613ce7fb3e724ca0d433eef8e6bf15322af # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- randconfig KCONFIG_SEED=0xD18EAAC7 # 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=y # Added to kconfig CONFIG_PPC64=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_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig # yes \n | make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- oldconfig yes: standard output: Broken pipe # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-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:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat] /kisskb/src/arch/powerpc/xmon/dis-asm.h: In function 'print_insn_spu': /kisskb/src/arch/powerpc/xmon/dis-asm.h:26:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat] /kisskb/src/arch/powerpc/kernel/kexec_elf_64.c: In function 'elf64_load': /kisskb/src/arch/powerpc/kernel/kexec_elf_64.c:658:2: warning: 'fdt' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/arch/powerpc/kernel/kexec_elf_64.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:185:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/printk/printk.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/ipc/shm.c: In function 'ksys_shmdt': /kisskb/src/ipc/shm.c:1686:59: warning: 'file' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/ipc/shm.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/sound/core/pcm_iec958.c: In function 'create_iec958_consumer': /kisskb/src/sound/core/pcm_iec958.c:80:9: warning: 'ws' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/core/pcm_iec958.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_raw_from_sgl': /kisskb/src/lib/mpi/mpicoder.c:352:8: warning: 'buff' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/lib/mpi/mpicoder.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/mm/memcontrol.c: In function 'commit_charge': /kisskb/src/mm/memcontrol.c:2350:5: warning: 'isolated' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/memcontrol.c:2364:6: note: 'isolated' was declared here /kisskb/src/mm/memcontrol.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/sound/soc/codecs/da7219-aad.c: In function 'da7219_aad_hptest_work': /kisskb/src/sound/soc/codecs/da7219-aad.c:321:17: warning: 'pll_ctrl' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/da7219-aad.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/drivers/dma-buf/reservation.c: In function 'reservation_object_add_shared_fence': /kisskb/src/drivers/dma-buf/reservation.c:211:7: warning: 'k' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/dma-buf/reservation.c:161:17: note: 'k' was declared here /kisskb/src/drivers/dma-buf/reservation.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: In function 'of_hwspin_lock_get_id': /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:328:6: warning: 'id' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/lib/rhashtable.c: In function 'rht_deferred_worker': /kisskb/src/lib/rhashtable.c:264:2: warning: 'next' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/lib/rhashtable.c:229:28: note: 'next' was declared here /kisskb/src/lib/rhashtable.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/drivers/input/mouse/cyapa_gen3.c: In function 'cyapa_gen3_set_power_mode': /kisskb/src/drivers/input/mouse/cyapa_gen3.c:927:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/input/mouse/cyapa_gen3.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/drivers/input/mouse/cyapa.c: In function 'cyapa_irq': /kisskb/src/drivers/input/mouse/cyapa.c:717:27: warning: 'error' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/input/mouse/cyapa.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/i2c-core-base.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_sideband_msg_build': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:364:23: warning: 'hdrlen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/sound/soc/codecs/wm8960.c: In function 'wm8960_configure_clocking': /kisskb/src/sound/soc/codecs/wm8960.c:803:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:800:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/drivers/pwm/pwm-atmel-hlcdc.c: In function 'atmel_hlcdc_pwm_apply': /kisskb/src/drivers/pwm/pwm-atmel-hlcdc.c:78:56: warning: 'clk_period_ns' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/pwm/pwm-atmel-hlcdc.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_read_raw': /kisskb/src/drivers/iio/temperature/mlx90632.c:348:37: warning: 'object_old_raw' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/iio/temperature/mlx90632.c:429:56: note: 'object_old_raw' was declared here /kisskb/src/drivers/iio/temperature/mlx90632.c:348:37: warning: 'object_new_raw' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/iio/temperature/mlx90632.c:429:40: note: 'object_new_raw' was declared here /kisskb/src/drivers/iio/temperature/mlx90632.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_atomic_check_only': /kisskb/src/drivers/gpu/drm/drm_atomic.c:760:38: warning: 'crtc_state' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpu/drm/drm_atomic.c:744:25: note: 'crtc_state' was declared here /kisskb/src/drivers/gpu/drm/drm_atomic.c: At top level: cc1: warning: unrecognized command line option "-Wno-maybe-uninitialized" [enabled by default] WARNING: vmlinux.o (.PPC.EMB.apuinfo): unexpected non-allocatable section. Did you forget to use "ax"/"aw" in a .S file? Note that for example contains section definitions for use in .S files. WARNING: 4 bad relocations c000000000015732 R_PPC64_ADDR16_HIGHEST .head.text+0x000000000001574c c000000000015736 R_PPC64_ADDR16_HIGHER .head.text+0x000000000001574c c00000000001573e R_PPC64_ADDR16_HI .head.text+0x000000000001574c c000000000015742 R_PPC64_ADDR16_LO .head.text+0x000000000001574c INFO: Uncompressed kernel (size 0x12a8280) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1300000) Image Name: Linux-4.19.0-rc8-g91b15613ce7f Created: Sat Oct 20 12:31:00 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6549335 Bytes = 6395.83 KiB = 6.25 MiB Load Address: 00000000 Entry Point: 00000000 Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc # Build took: 0:01:22.373105