# git rev-parse -q --verify 5d1365940a68dd57b031b6e3c07d7d451cd69daf^{commit} 5d1365940a68dd57b031b6e3c07d7d451cd69daf already have revision, skipping fetch # git checkout -q -f -B kisskb 5d1365940a68dd57b031b6e3c07d7d451cd69daf # git clean -qxdf # < git log -1 # commit 5d1365940a68dd57b031b6e3c07d7d451cd69daf # Merge: 67a7a8f 0c84cee # Author: Linus Torvalds # Date: Thu Apr 12 11:09:05 2018 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net # # Pull networking fixes from David Miller: # # 1) In ip_gre tunnel, handle the conflict between TUNNEL_{SEQ,CSUM} and # GSO/LLTX properly. From Sabrina Dubroca. # # 2) Stop properly on error in lan78xx_read_otp(), from Phil Elwell. # # 3) Don't uncompress in slip before rstate is initialized, from Tejaswi # Tanikella. # # 4) When using 1.x firmware on aquantia, issue a deinit before we # hardware reset the chip, otherwise we break dirty wake WOL. From # Igor Russkikh. # # 5) Correct log check in vhost_vq_access_ok(), from Stefan Hajnoczi. # # 6) Fix ethtool -x crashes in bnxt_en, from Michael Chan. # # 7) Fix races in l2tp tunnel creation and duplicate tunnel detection, # from Guillaume Nault. # # * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (22 commits) # l2tp: fix race in duplicate tunnel detection # l2tp: fix races in tunnel creation # tun: send netlink notification when the device is modified # tun: set the flags before registering the netdevice # lan78xx: Don't reset the interface on open # bnxt_en: Fix NULL pointer dereference at bnxt_free_irq(). # bnxt_en: Need to include RDMA rings in bnxt_check_rings(). # bnxt_en: Support max-mtu with VF-reps # bnxt_en: Ignore src port field in decap filter nodes # bnxt_en: do not allow wildcard matches for L2 flows # bnxt_en: Fix ethtool -x crash when device is down. # vhost: return bool from *_access_ok() functions # vhost: fix vhost_vq_access_ok() log check # vhost: Fix vhost_copy_to_user() # net: aquantia: oops when shutdown on already stopped device # net: aquantia: Regression on reset with 1.x firmware # cdc_ether: flag the Cinterion AHS8 modem by gemalto as WWAN # slip: Check if rstate is initialized before uncompressing # lan78xx: Avoid spurious kevent 4 "error" # lan78xx: Correctly indicate invalid OTP # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 5d1365940a68dd57b031b6e3c07d7d451cd69daf # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_se7619_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- se7619_defconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_se7619_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'cpg_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:53:3: warning: 'arch_init_clk_ops' is deprecated (declared at /kisskb/src/arch/sh/include/asm/clock.h:8) [-Wdeprecated-declarations] /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'arch_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:77:2: warning: 'cpg_clk_init' is deprecated (declared at /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:47) [-Wdeprecated-declarations] /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:392: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183: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:340:21: note: 'pdeo' was declared here /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 *' Completed OK # rm -rf /kisskb/build/linus_se7619_defconfig_sh4 # Build took: 0:00:17.093555