# 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-11.1.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 74cae210a335d159f2eb822e261adee905b6951a # < make -s -j 120 ARCH=sh O=/kisskb/build/linus_sh-allyesconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux- allyesconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 120 ARCH=sh O=/kisskb/build/linus_sh-allyesconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 120 ARCH=sh O=/kisskb/build/linus_sh-allyesconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 120 ARCH=sh O=/kisskb/build/linus_sh-allyesconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1517:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:357: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:360: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/machvec.c: In function 'sh_mv_setup': /kisskb/src/arch/sh/kernel/machvec.c:105:33: error: array subscript 'struct sh_machine_vector[0]' is partly outside array bounds of 'long int[1]' [-Werror=array-bounds] 105 | sh_mv = *(struct sh_machine_vector *)&__machvec_start; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/sh/kernel/machvec.c:13: /kisskb/src/arch/sh/include/asm/sections.h:7:13: note: while referencing '__machvec_start' 7 | extern long __machvec_start, __machvec_end; | ^~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:249: arch/sh/kernel/machvec.o] Error 1 make[3]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/arch/sh/include/asm/hw_irq.h:6, from /kisskb/src/include/linux/irq.h:596, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/sh/include/asm/hardirq.h:9, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/serial_core.h:13, from /kisskb/src/include/linux/serial_sci.h:6, from /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:11: /kisskb/src/include/linux/sh_intc.h:100:63: error: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Werror=sizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:105:31: note: in expansion of macro '_INTC_ARRAY' 105 | _INTC_ARRAY(vectors), _INTC_ARRAY(groups), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:15: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: error: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Werror=sizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:106:9: note: in expansion of macro '_INTC_ARRAY' 106 | _INTC_ARRAY(mask_regs), _INTC_ARRAY(prio_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:15: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: error: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Werror=sizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:107:9: note: in expansion of macro '_INTC_ARRAY' 107 | _INTC_ARRAY(sense_regs), _INTC_ARRAY(ack_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:15: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: error: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Werror=sizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:107:34: note: in expansion of macro '_INTC_ARRAY' 107 | _INTC_ARRAY(sense_regs), _INTC_ARRAY(ack_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:15: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:249: arch/sh/kernel/cpu/sh2/setup-sh7619.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:466: arch/sh/kernel/cpu/sh2] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:466: arch/sh/kernel/cpu] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:466: arch/sh/kernel] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1844: arch/sh] Error 2 make[1]: *** Waiting for unfinished jobs.... {standard input}: Assembler messages: {standard input}: Warning: end of file not at end of a line; newline inserted {standard input}:2305: Error: missing operand {standard input}:2305: Error: invalid operands for opcode {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive {standard input}:2192: Error: displacement to undefined symbol .L388 overflows 8-bit field {standard input}:2265: Error: displacement to undefined symbol .L383 overflows 12-bit field {standard input}:2294: Error: displacement to undefined symbol .L383 overflows 12-bit field {standard input}:2299: Error: displacement to undefined symbol .L383 overflows 8-bit field {standard input}:2183: Error: pcrel too far {standard input}:2185: Error: pcrel too far {standard input}:2188: Error: pcrel too far {standard input}:2194: Error: pcrel too far {standard input}:2195: Error: pcrel too far {standard input}:2196: Error: pcrel too far {standard input}:2200: Error: pcrel too far {standard input}:2208: Error: pcrel too far {standard input}:2210: Error: pcrel too far {standard input}:2211: Error: pcrel too far {standard input}:2226: Error: pcrel too far {standard input}:2227: Error: pcrel too far {standard input}:2228: Error: pcrel too far {standard input}:2238: Error: pcrel too far {standard input}:2240: Error: pcrel too far {standard input}:2241: Error: pcrel too far {standard input}:2253: Error: pcrel too far {standard input}:2272: Error: pcrel too far {standard input}:2301: Error: pcrel too far sh4-linux-gcc: internal compiler error: Segmentation fault signal terminated program cc1 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:249: drivers/net/pcs/pcs-xpcs.o] Error 4 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/net/pcs] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/net] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1844: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 120 ARCH=sh O=/kisskb/build/linus_sh-allyesconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_sh-allyesconfig_sh4-gcc11 # Build took: 0:02:23.538253