# git rev-parse -q --verify 33b40134e5cfbbccad7f3040d1919889537a3df7^{commit} 33b40134e5cfbbccad7f3040d1919889537a3df7 already have revision, skipping fetch # git checkout -q -f -B kisskb 33b40134e5cfbbccad7f3040d1919889537a3df7 # git clean -qxdf # < git log -1 # commit 33b40134e5cfbbccad7f3040d1919889537a3df7 # Merge: d60ddd244215 bd5cd35b782a # Author: Linus Torvalds # Date: Tue Feb 4 13:32:20 2020 +0000 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from David Miller: # # 1) Use after free in rxrpc_put_local(), from David Howells. # # 2) Fix 64-bit division error in mlxsw, from Nathan Chancellor. # # 3) Make sure we clear various bits of TCP state in response to # tcp_disconnect(). From Eric Dumazet. # # 4) Fix netlink attribute policy in cls_rsvp, from Eric Dumazet. # # 5) txtimer must be deleted in stmmac suspend(), from Nicolin Chen. # # 6) Fix TC queue mapping in bnxt_en driver, from Michael Chan. # # 7) Various netdevsim fixes from Taehee Yoo (use of uninitialized data, # snapshot panics, stack out of bounds, etc.) # # 8) cls_tcindex changes hash table size after allocating the table, fix # from Cong Wang. # # 9) Fix regression in the enforcement of session ID uniqueness in l2tp. # We only have to enforce uniqueness for IP based tunnels not UDP # ones. From Ridge Kennedy. # # * git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (46 commits) # gtp: use __GFP_NOWARN to avoid memalloc warning # l2tp: Allow duplicate session creation with UDP # r8152: Add MAC passthrough support to new device # net_sched: fix an OOB access in cls_tcindex # qed: Remove set but not used variable 'p_link' # tc-testing: add missing 'nsPlugin' to basic.json # tc-testing: fix eBPF tests failure on linux fresh clones # net: hsr: fix possible NULL deref in hsr_handle_frame() # netdevsim: remove unused sdev code # netdevsim: use __GFP_NOWARN to avoid memalloc warning # netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfs # netdevsim: fix stack-out-of-bounds in nsim_dev_debugfs_init() # netdevsim: fix panic in nsim_dev_take_snapshot_write() # netdevsim: disable devlink reload when resources are being used # netdevsim: fix using uninitialized resources # bnxt_en: Fix TC queue mapping. # bnxt_en: Fix logic that disables Bus Master during firmware reset. # bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset. # bnxt_en: Refactor logic to re-enable SRIOV after firmware reset detected. # net: stmmac: Delete txtimer in suspend() # ... # < /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 33b40134e5cfbbccad7f3040d1919889537a3df7 # < make -s -j 80 ARCH=sh O=/kisskb/build/linus_urquell_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- urquell_defconfig # make -s -j 80 ARCH=sh O=/kisskb/build/linus_urquell_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/arch/sh/kernel/cpu/sh4a/setup-sh7786.c:243:31: warning: 'tmu3_device' defined but not used [-Wunused-variable] /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:338: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:5009:23: warning: 'ret' 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/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1426:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /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] /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update': /kisskb/src/fs/io_uring.c:5713:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] Image Name: Linux-5.5.0-g33b40134e5cf Created: Wed Feb 5 06:34:53 2020 Image Type: SuperH Linux Kernel Image (gzip compressed) Data Size: 4618019 Bytes = 4509.78 KiB = 4.40 MiB Load Address: 88001000 Entry Point: 88002000 Image arch/sh/boot/uImage is ready Completed OK # rm -rf /kisskb/build/linus_urquell_defconfig_sh4 # Build took: 0:01:10.281253