# git rev-parse -q --verify 3f06962273e73c5f7a651726b191d531cadef788^{commit} 3f06962273e73c5f7a651726b191d531cadef788 already have revision, skipping fetch # git checkout -q -f -B kisskb 3f06962273e73c5f7a651726b191d531cadef788 # git clean -qxdf # < git log -1 # commit 3f06962273e73c5f7a651726b191d531cadef788 # Merge: 2260840592fb 46ce10df799f # Author: Linus Torvalds # Date: Sat Jul 13 15:42:44 2019 -0700 # # Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux # # Pull MTD updates from Miquel Raynal: # "This contains the following changes for MTD: # # MTD core changes: # - New Hyperbus framework # - New _is_locked (concat) implementation # - Various cleanups # # NAND core changes: # - use longest matching pattern in ->exec_op() default parser # - export NAND operation tracer # - add flag to indicate panic_write in MTD # - use kzalloc() instead of kmalloc() and memset() # # Raw NAND controller drivers changes: # - brcmnand: # - fix BCH ECC layout for large page NAND parts # - fallback to detected ecc-strength, ecc-step-size # - when oops in progress use pio and interrupt polling # - code refactor code to introduce helper functions # - add support for v7.3 controller # - FSMC: # - use nand_op_trace for operation tracing # - GPMI: # - move all driver code into single file # - various cleanups (including dmaengine changes) # - use runtime PM to manage clocks # - implement exec_op # - MTK: # - correct low level time calculation of r/w cycle # - improve data sampling timing for read cycle # - add validity check for CE# pin setting # - fix wrongly assigned OOB buffer pointer issue # - re-license MTK NAND driver as Dual MIT/GPL # - STM32: # - manage the get_irq error case # - increase DMA completion timeouts # # Raw NAND chips drivers changes: # - Macronix: add read-retry support # # Onenand driver changes: # - add support for 8Gb datasize chips # - avoid fall-through warnings # # SPI-NAND changes: # - define macros for page-read ops with three-byte addresses # - add support for two-byte device IDs and then for GigaDevice # GD5F1GQ4UFxxG # - add initial support for Paragon PN26G0xA # - handle the case where the last page read has bitflips # # SPI-NOR core changes: # - add support for the mt25ql02g and w25q16jv flashes # - print error in case of jedec read id fails # - is25lp256: add post BFPT fix to correct the addr_width # # SPI NOR controller drivers changes: # - intel-spi: Add support for Intel Elkhart Lake SPI serial flash # - smt32: remove the driver as the driver was replaced by spi-stm32-qspi.c # - cadence-quadspi: add reset control" # # * tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux: (60 commits) # mtd: concat: implement _is_locked mtd operation # mtd: concat: refactor concat_lock/concat_unlock # mtd: abi: do not use C++ style comments in uapi header # mtd: afs: remove unneeded NULL check # mtd: rawnand: stm32_fmc2: increase DMA completion timeouts # mtd: rawnand: Use kzalloc() instead of kmalloc() and memset() # mtd: hyperbus: Add driver for TI's HyperBus memory controller # mtd: spinand: read returns badly if the last page has bitflips # mtd: spinand: Add initial support for Paragon PN26G0xA # mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL # mtd: rawnand: gpmi: remove double assignment to block_size # dt-bindings: mtd: brcmnand: Add brcmnand, brcmnand-v7.3 support # mtd: rawnand: brcmnand: Add support for v7.3 controller # mtd: rawnand: brcmnand: Refactored code to introduce helper functions # mtd: rawnand: brcmnand: When oops in progress use pio and interrupt polling # mtd: Add flag to indicate panic_write # mtd: rawnand: Add Macronix NAND read retry support # mtd: onenand: Avoid fall-through warnings # mtd: spinand: Add support for GigaDevice GD5F1GQ4UFxxG # mtd: spinand: Add support for two-byte device IDs # ... # < /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 3f06962273e73c5f7a651726b191d531cadef788 # < make -s -j 120 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 120 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 :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/mips/vdso/Makefile:39: MIPS VDSO requires binutils >= 2.25 /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/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:194: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:331: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:1852: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:2591:6: warning: 'ret' 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:248:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:228:19: note: 'i' was declared here /kisskb/src/net/bridge/br_netlink.c: In function 'br_afspec.isra.20': /kisskb/src/net/bridge/br_netlink.c:648:7: warning: 'err' 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:613:23: warning: 'errno' 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:4443:6: warning: 'err' may be used uninitialized in this function [-Wuninitialized] :1511:2: warning: #warning syscall clone3 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:194:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] FIT description: Linux 5.2.0-g3f06962273e7 Created: Sun Jul 14 10:33:20 2019 Image 0 (kernel@0) Description: Linux 5.2.0-g3f06962273e7 Created: Sun Jul 14 10:33:20 2019 Type: Kernel Image Compression: gzip compressed Data Size: 4520432 Bytes = 4414.48 KiB = 4.31 MiB Architecture: MIPS OS: Linux Load Address: 0x80100000 Entry Point: 0x8085f1f0 Hash algo: sha1 Hash value: b6a9ef36dc58ceeeb539f181ecd0d2d38bae4c42 Image 1 (fdt@boston) Description: img,boston Device Tree Created: Sun Jul 14 10:33:20 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: Sun Jul 14 10:33:20 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@ocelot_pcb123) Description: MSCC Ocelot PCB123 Device Tree Created: Sun Jul 14 10:33:20 2019 Type: Flat Device Tree Compression: uncompressed Data Size: 4615 Bytes = 4.51 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 8754eadee600cac22c9c34884cd901aac7e95e8a Image 4 (fdt@ocelot_pcb120) Description: MSCC Ocelot PCB120 Device Tree Created: Sun Jul 14 10:33:20 2019 Type: Flat Device Tree Compression: uncompressed Data Size: 5174 Bytes = 5.05 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 1ab7d0871c0a9345c6269fb491bf028224da8256 Image 5 (fdt@xilfpga) Description: MIPSfpga (xilfpga) Device Tree Created: Sun Jul 14 10:33:20 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@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 # Build took: 0:00:54.886675