# git rev-parse -q --verify 1a9df9e29c2afecf6e3089442d429b377279ca3c^{commit} 1a9df9e29c2afecf6e3089442d429b377279ca3c already have revision, skipping fetch # git checkout -q -f -B kisskb 1a9df9e29c2afecf6e3089442d429b377279ca3c # git clean -qxdf # < git log -1 # commit 1a9df9e29c2afecf6e3089442d429b377279ca3c # Merge: 14c741de9386 8c838f53e149 # Author: Linus Torvalds # Date: Wed Mar 27 12:22:57 2019 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net # # Pull networking fixes from David Miller: # "Fixes here and there, a couple new device IDs, as usual: # # 1) Fix BQL race in dpaa2-eth driver, from Ioana Ciornei. # # 2) Fix 64-bit division in iwlwifi, from Arnd Bergmann. # # 3) Fix documentation for some eBPF helpers, from Quentin Monnet. # # 4) Some UAPI bpf header sync with tools, also from Quentin Monnet. # # 5) Set descriptor ownership bit at the right time for jumbo frames in # stmmac driver, from Aaro Koskinen. # # 6) Set IFF_UP properly in tun driver, from Eric Dumazet. # # 7) Fix load/store doubleword instruction generation in powerpc eBPF # JIT, from Naveen N. Rao. # # 8) nla_nest_start() return value checks all over, from Kangjie Lu. # # 9) Fix asoc_id handling in SCTP after the SCTP_*_ASSOC changes this # merge window. From Marcelo Ricardo Leitner and Xin Long. # # 10) Fix memory corruption with large MTUs in stmmac, from Aaro # Koskinen. # # 11) Do not use ipv4 header for ipv6 flows in TCP and DCCP, from Eric # Dumazet. # # 12) Fix topology subscription cancellation in tipc, from Erik Hugne. # # 13) Memory leak in genetlink error path, from Yue Haibing. # # 14) Valid control actions properly in packet scheduler, from Davide # Caratti. # # 15) Even if we get EEXIST, we still need to rehash if a shrink was # delayed. From Herbert Xu. # # 16) Fix interrupt mask handling in interrupt handler of r8169, from # Heiner Kallweit. # # 17) Fix leak in ehea driver, from Wen Yang" # # * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (168 commits) # dpaa2-eth: fix race condition with bql frame accounting # chelsio: use BUG() instead of BUG_ON(1) # net: devlink: skip info_get op call if it is not defined in dumpit # net: phy: bcm54xx: Encode link speed and activity into LEDs # tipc: change to check tipc_own_id to return in tipc_net_stop # net: usb: aqc111: Extend HWID table by QNAP device # net: sched: Kconfig: update reference link for PIE # net: dsa: qca8k: extend slave-bus implementations # net: dsa: qca8k: remove leftover phy accessors # dt-bindings: net: dsa: qca8k: support internal mdio-bus # dt-bindings: net: dsa: qca8k: fix example # net: phy: don't clear BMCR in genphy_soft_reset # bpf, libbpf: clarify bump in libbpf version info # bpf, libbpf: fix version info and add it to shared object # rxrpc: avoid clang -Wuninitialized warning # tipc: tipc clang warning # net: sched: fix cleanup NULL pointer exception in act_mirr # r8169: fix cable re-plugging issue # net: ethernet: ti: fix possible object reference leak # net: ibm: fix possible object reference leak # ... # < /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 1a9df9e29c2afecf6e3089442d429b377279ca3c # < make -s -j 10 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux- defconfig # make -s -j 10 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux- /kisskb/src/arch/mips/vdso/Makefile:39: MIPS VDSO requires binutils >= 2.25 :1478:2: warning: #warning syscall pidfd_send_signal not implemented [-Wcpp] :1481:2: warning: #warning syscall io_uring_setup not implemented [-Wcpp] :1484:2: warning: #warning syscall io_uring_enter not implemented [-Wcpp] :1487:2: warning: #warning syscall io_uring_register not implemented [-Wcpp] /kisskb/src/arch/mips/vdso/Makefile:39: MIPS VDSO requires binutils >= 2.25 /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:187:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:140:32: 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/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:337:21: note: 'pdeo' was declared here /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1855: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:2594:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /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/fs/fs_parser.c: In function 'fs_validate_description': /kisskb/src/fs/fs_parser.c:413:6: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'int' [-Wformat] /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 :1478:2: warning: #warning syscall pidfd_send_signal not implemented [-Wcpp] :1481:2: warning: #warning syscall io_uring_setup not implemented [-Wcpp] :1484:2: warning: #warning syscall io_uring_enter not implemented [-Wcpp] :1487:2: warning: #warning syscall io_uring_register not implemented [-Wcpp] /kisskb/src/arch/mips/vdso/Makefile:39: MIPS VDSO requires binutils >= 2.25 /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:187:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] FIT description: Linux 5.1.0-rc2-g1a9df9e29c2a Created: Thu Mar 28 11:53:17 2019 Image 0 (kernel@0) Description: Linux 5.1.0-rc2-g1a9df9e29c2a Created: Thu Mar 28 11:53:17 2019 Type: Kernel Image Compression: gzip compressed Data Size: 4371815 Bytes = 4269.35 KiB = 4.17 MiB Architecture: MIPS OS: Linux Load Address: 0x80100000 Entry Point: 0x8081ddb0 Hash algo: sha1 Hash value: 97fe9435bea069ca5b22cf096dbe45b7ee61db48 Image 1 (fdt@boston) Description: img,boston Device Tree Created: Thu Mar 28 11:53:17 2019 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: Thu Mar 28 11:53:17 2019 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@xilfpga) Description: MIPSfpga (xilfpga) Device Tree Created: Thu Mar 28 11:53:17 2019 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@xilfpga) Description: MIPSfpga Linux kernel Kernel: kernel@0 FDT: fdt@xilfpga Completed OK # rm -rf /kisskb/build/linus_mips-defconfig_mips # Build took: 0:01:35.086784