# git rev-parse -q --verify 34c36f4564b8a3339db3ce832a5aaf1871185685^{commit} 34c36f4564b8a3339db3ce832a5aaf1871185685 already have revision, skipping fetch # git checkout -q -f -B kisskb 34c36f4564b8a3339db3ce832a5aaf1871185685 # git clean -qxdf # < git log -1 # commit 34c36f4564b8a3339db3ce832a5aaf1871185685 # Merge: b485275f1aca 5b1d9c17a3e0 # Author: Linus Torvalds # Date: Fri Nov 22 14:28:14 2019 -0800 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from David Miller: # # 1) Validate tunnel options length in act_tunnel_key, from Xin Long. # # 2) Fix DMA sync bug in gve driver, from Adi Suresh. # # 3) TSO kills performance on some r8169 chips due to HW issues, disable # by default in that case, from Corinna Vinschen. # # 4) Fix clock disable mismatch in fec driver, from Chubong Yuan. # # 5) Fix interrupt status bits define in hns3 driver, from Huazhong Tan. # # 6) Fix workqueue deadlocks in qeth driver, from Julian Wiedmann. # # 7) Don't napi_disable() twice in r8152 driver, from Hayes Wang. # # 8) Fix SKB extension memory leak, from Florian Westphal. # # * git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (54 commits) # r8152: avoid to call napi_disable twice # MAINTAINERS: Add myself as maintainer of virtio-vsock # udp: drop skb extensions before marking skb stateless # net: rtnetlink: prevent underflows in do_setvfinfo() # can: m_can_platform: remove unnecessary m_can_class_resume() call # can: m_can_platform: set net_device structure as driver data # hv_netvsc: Fix send_table offset in case of a host bug # hv_netvsc: Fix offset usage in netvsc_send_table() # net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMIN # sfc: Only cancel the PPS workqueue if it exists # nfc: port100: handle command failure cleanly # net-sysfs: fix netdev_queue_add_kobject() breakage # r8152: Re-order napi_disable in rtl8152_close # net: qca_spi: Move reset_count to struct qcaspi # net: qca_spi: fix receive buffer size check # net/ibmvnic: Ignore H_FUNCTION return from H_EOI to tolerate XIVE mode # Revert "net/ibmvnic: Fix EOI when running in XIVE mode" # net/mlxfw: Verify FSM error code translation doesn't exceed array size # net/mlx5: Update the list of the PCI supported devices # net/mlx5: Fix auto group size calculation # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 34c36f4564b8a3339db3ce832a5aaf1871185685 # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_sdk7780_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- sdk7780_defconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_sdk7780_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:121:34: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:88:6: note: 'levelspread[]' was declared here /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:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1496:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_sdk7780_defconfig_sh4 # Build took: 0:00:55.891684