# 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/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 3f06962273e73c5f7a651726b191d531cadef788 # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig+KVM_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- pmac32_defconfig # Added to kconfig CONFIG_VIRTUALIZATION=y # Added to kconfig CONFIG_KVM=y # Added to kconfig CONFIG_KVM_BOOK3S_32=m # Added to kconfig # yes \n | make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig+KVM_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- oldconfig yes: standard output: Broken pipe # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig+KVM_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /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/sound/ppc/awacs.c: In function 'snd_pmac_awacs_init': /kisskb/src/include/sound/control.h:208:2: warning: 'speaker_vol' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/ppc/awacs.c:873:36: note: 'speaker_vol' 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:331:21: note: 'pdeo' was declared here /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/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/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/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/futex.c: In function 'do_futex': /kisskb/src/kernel/futex.c:1676:3: warning: 'oldval' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/futex.c:1651:6: note: 'oldval' was declared here /kisskb/src/fs/nfsd/nfs4xdr.c: In function 'nfsd4_encode_components_esc': /kisskb/src/fs/nfsd/nfs4xdr.c:2065:9: warning: 'str' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1831:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1744:46: warning: 'linear' 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/drivers/net/wireless/broadcom/b43/phy_n.c: In function 'b43_nphy_rf_ctl_override_rev7': /kisskb/src/drivers/net/wireless/broadcom/b43/phy_n.c:190:21: warning: 'val_addr' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_rx_mgmt_beacon': /kisskb/src/net/mac80211/mlme.c:1576:3: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/mac80211/mlme.c:1533:6: note: 'pwr_level_cisco' was declared here INFO: Uncompressed kernel (size 0x936894) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xa00000) Completed OK # rm -rf /kisskb/build/linus_pmac32_defconfig+KVM_powerpc-gcc4.6 # Build took: 0:00:48.949502