# git rev-parse -q --verify 74cae210a335d159f2eb822e261adee905b6951a^{commit} 74cae210a335d159f2eb822e261adee905b6951a already have revision, skipping fetch # git checkout -q -f -B kisskb 74cae210a335d159f2eb822e261adee905b6951a # git clean -qxdf # < git log -1 # commit 74cae210a335d159f2eb822e261adee905b6951a # Merge: 79b7e67bb974 7ec4cdb32173 # Author: Linus Torvalds # Date: Fri Aug 5 14:13:45 2022 -0700 # # Merge tag 'mtd/for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux # # Pull MTD updates from Richard Weinberger: # "MTD core changes: # # - Dynamic partition support # # - Fix deadlock in sm_ftl # # - Various refcount fixes in maps, partitions and parser code # # - Integer overflow fixes in mtdchar # # - Support for Sercomm partitions # # NAND driver changes: # # - Clockrate fix for arasan # # - Add ATO25D1GA support # # - Double free fix for meson driver # # - Fix probe/remove methods in cafe NAND # # - Support unprotected spare data pages in qcom_nandc # # SPI NOR core changes: # # - move SECT_4K_PMC flag out of the core as it's a vendor specific # flag # # - s/addr_width/addr_nbytes/g: address width means the number of IO # lines used for the address, whereas in the code it is used as the # number of address bytes. # # - do not change nor->addr_nbytes at SFDP parsing time. At the SFDP # parsing time we should not change members of struct spi_nor, but # instead fill members of struct spi_nor_flash_parameters which could # later on be used by the callers. # # - track flash's internal address mode so that we can use 4B opcodes # together with opcodes that don't have a 4B opcode correspondent. # # SPI NOR manufacturer drivers changes: # # - esmt: Rename "f25l32qa" flash name to "f25l32qa-2s". # # - micron-st: Skip FSR reading if SPI controller does not support it # to allow flashes that support FSR to work even when attached to # such SPI controllers. # # - spansion: Add s25hl-t/s25hs-t IDs and fixups" # # * tag 'mtd/for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux: (53 commits) # mtd: core: check partition before dereference # mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chip}() # mtd: spi-nor: spansion: Add s25hl-t/s25hs-t IDs and fixups # mtd: spi-nor: spansion: Add local function to discover page size # mtd: spi-nor: core: Track flash's internal address mode # mtd: spi-nor: core: Return error code from set_4byte_addr_mode() # mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing time # mtd: spi-nor: core: Shrink the storage size of the flash_info's addr_nbytes # mtd: spi-nor: s/addr_width/addr_nbytes # mtd: spi-nor: esmt: Use correct name of f25l32qa # mtd: spi-nor: micron-st: Skip FSR reading if SPI controller does not support it # MAINTAINERS: Use my kernel.org email # mtd: rawnand: arasan: Fix clock rate in NV-DDR # mtd: rawnand: arasan: Update NAND bus clock instead of system clock # mtd: core: introduce of support for dynamic partitions # dt-bindings: mtd: partitions: add additional example for qcom,smem-part # dt-bindings: mtd: partitions: support label/name only partition # mtd: spi-nor: move SECT_4K_PMC special handling # mtd: dataflash: Add SPI ID table # mtd: hyperbus: rpc-if: Fix RPM imbalance in probe error path # ... # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 74cae210a335d159f2eb822e261adee905b6951a # < make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:6855:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:6857:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- /bin/sh: 1: zstd: not found cat: write error: Broken pipe make[3]: *** [/kisskb/src/arch/x86/boot/compressed/Makefile:141: arch/x86/boot/compressed/vmlinux.bin.zst] Error 127 make[3]: *** Deleting file 'arch/x86/boot/compressed/vmlinux.bin.zst' make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/arch/x86/boot/Makefile:115: arch/x86/boot/compressed/vmlinux] Error 2 make[1]: *** [/kisskb/src/arch/x86/Makefile:272: bzImage] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 120 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:01:42.005958