# git rev-parse -q --verify ab51cac00ef2859f20a73d33a53f3a8987b65e11^{commit} ab51cac00ef2859f20a73d33a53f3a8987b65e11 already have revision, skipping fetch # git checkout -q -f -B kisskb ab51cac00ef2859f20a73d33a53f3a8987b65e11 # git clean -qxdf # < git log -1 # commit ab51cac00ef2859f20a73d33a53f3a8987b65e11 # Merge: 5ef58e290782 167ff131cb3d # Author: Linus Torvalds # Date: Fri Apr 24 19:17:30 2020 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from David Miller: # # 1) Fix memory leak in netfilter flowtable, from Roi Dayan. # # 2) Ref-count leaks in netrom and tipc, from Xiyu Yang. # # 3) Fix warning when mptcp socket is never accepted before close, from # Florian Westphal. # # 4) Missed locking in ovs_ct_exit(), from Tonghao Zhang. # # 5) Fix large delays during PTP synchornization in cxgb4, from Rahul # Lakkireddy. # # 6) team_mode_get() can hang, from Taehee Yoo. # # 7) Need to use kvzalloc() when allocating fw tracer in mlx5 driver, # from Niklas Schnelle. # # 8) Fix handling of bpf XADD on BTF memory, from Jann Horn. # # 9) Fix BPF_STX/BPF_B encoding in x86 bpf jit, from Luke Nelson. # # 10) Missing queue memory release in iwlwifi pcie code, from Johannes # Berg. # # 11) Fix NULL deref in macvlan device event, from Taehee Yoo. # # 12) Initialize lan87xx phy correctly, from Yuiko Oshino. # # 13) Fix looping between VRF and XFRM lookups, from David Ahern. # # 14) etf packet scheduler assumes all sockets are full sockets, which is # not necessarily true. From Eric Dumazet. # # 15) Fix mptcp data_fin handling in RX path, from Paolo Abeni. # # 16) fib_select_default() needs to handle nexthop objects, from David # Ahern. # # 17) Use GFP_ATOMIC under spinlock in mac80211_hwsim, from Wei Yongjun. # # 18) vxlan and geneve use wrong nlattr array, from Sabrina Dubroca. # # 19) Correct rx/tx stats in bcmgenet driver, from Doug Berger. # # 20) BPF_LDX zero-extension is encoded improperly in x86_32 bpf jit, fix # from Luke Nelson. # # * git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (100 commits) # selftests/bpf: Fix a couple of broken test_btf cases # tools/runqslower: Ensure own vmlinux.h is picked up first # bpf: Make bpf_link_fops static # bpftool: Respect the -d option in struct_ops cmd # selftests/bpf: Add test for freplace program with expected_attach_type # bpf: Propagate expected_attach_type when verifying freplace programs # bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fd # bpf, x86_32: Fix logic error in BPF_LDX zero-extension # bpf, x86_32: Fix clobbering of dst for BPF_JSET # bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extension # bpf: Fix reStructuredText markup # net: systemport: suppress warnings on failed Rx SKB allocations # net: bcmgenet: suppress warnings on failed Rx SKB allocations # macsec: avoid to set wrong mtu # mac80211: sta_info: Add lockdep condition for RCU list usage # mac80211: populate debugfs only after cfg80211 init # net: bcmgenet: correct per TX/RX ring statistics # net: meth: remove spurious copyright text # net: phy: bcm84881: clear settings on link down # chcr: Fix CPU hard lockup # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 ab51cac00ef2859f20a73d33a53f3a8987b65e11 # < make -s -j 48 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux- defconfig # < make -s -j 48 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux- help # make -s -j 48 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux- olddefconfig # make -s -j 48 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux- /kisskb/src/arch/mips/vdso/Makefile:69: MIPS VDSO requires binutils >= 2.25 /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:471:21: note: 'pdeo' was declared here /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:4774:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/memory.c: In function 'vm_insert_pages': /kisskb/src/mm/memory.c:1614:2: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/kernel/futex.c: In function 'do_futex': /kisskb/src/kernel/futex.c:1676:3: warning: 'oldval' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/futex.c:1652:6: note: 'oldval' was declared here /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1859:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2598:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/bridge/br_netlink.c: In function 'br_process_vlan_info': /kisskb/src/net/bridge/br_netlink.c:571:6: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/namei.c: In function 'handle_dots': /kisskb/src/fs/namei.c:1805:10: warning: 'inode' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/namei.c:1805:10: warning: 'seq' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/core/devlink.c: In function 'devlink_fmsg_prepare_skb': /kisskb/src/net/core/devlink.c:4957:6: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update': /kisskb/src/fs/io_uring.c:6701:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/arch/mips/vdso/Makefile:69: MIPS VDSO requires binutils >= 2.25 /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] FIT description: Linux 5.7.0-rc2-gab51cac00ef2 Created: Sat Apr 25 18:26:25 2020 Image 0 (kernel@0) Description: Linux 5.7.0-rc2-gab51cac00ef2 Created: Sat Apr 25 18:26:25 2020 Type: Kernel Image Compression: gzip compressed Data Size: 4486116 Bytes = 4380.97 KiB = 4.28 MiB Architecture: MIPS OS: Linux Load Address: 0x80100000 Entry Point: 0x808c4220 Hash algo: sha1 Hash value: ad930bf369aa3c2e4cd795edcc0003037f889646 Image 1 (fdt@boston) Description: img,boston Device Tree Created: Sat Apr 25 18:26:25 2020 Type: Flat Device Tree Compression: uncompressed Data Size: 3793 Bytes = 3.70 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 4799f50d688573234da6e9d7701234d394759ef4 Image 2 (fdt@ni169445) Description: NI 169445 device tree Created: Sat Apr 25 18:26:25 2020 Type: Flat Device Tree Compression: uncompressed Data Size: 1871 Bytes = 1.83 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 51b89b31605ee62038c8468c429af091dfc75ec7 Image 3 (fdt@ocelot_pcb123) Description: MSCC Ocelot PCB123 Device Tree Created: Sat Apr 25 18:26:25 2020 Type: Flat Device Tree Compression: uncompressed Data Size: 4639 Bytes = 4.53 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 018897896b42c41c943aca35a20e4300dba250c8 Image 4 (fdt@ocelot_pcb120) Description: MSCC Ocelot PCB120 Device Tree Created: Sat Apr 25 18:26:25 2020 Type: Flat Device Tree Compression: uncompressed Data Size: 5198 Bytes = 5.08 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 36c7bd0bd79cfc2f7dd6acda6c7996294f4967e6 Image 5 (fdt@xilfpga) Description: MIPSfpga (xilfpga) Device Tree Created: Sat Apr 25 18:26:25 2020 Type: Flat Device Tree Compression: uncompressed Data Size: 2708 Bytes = 2.64 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 63d058b780f65e22da30f0a183433765f1807f1d Default Configuration: 'conf@default' Configuration 0 (conf@default) Description: Generic Linux kernel Kernel: kernel@0 Configuration 1 (conf@boston) Description: Boston Linux kernel Kernel: kernel@0 FDT: fdt@boston Configuration 2 (conf@ni169445) Description: NI 169445 Linux Kernel Kernel: kernel@0 FDT: fdt@ni169445 Configuration 3 (conf@ocelot_pcb123) Description: Ocelot Linux kernel Kernel: kernel@0 FDT: fdt@ocelot_pcb123 Configuration 4 (conf@ocelot_pcb120) Description: Ocelot Linux kernel Kernel: kernel@0 FDT: fdt@ocelot_pcb120 Configuration 5 (conf@xilfpga) Description: MIPSfpga Linux kernel Kernel: kernel@0 FDT: fdt@xilfpga Completed OK # rm -rf /kisskb/build/linus_mips-defconfig_mips-gcc4.6 # Build took: 0:01:36.530864