# git rev-parse -q --verify 8013d1d3d2e33236dee13a133fba49ad55045e79^{commit} 8013d1d3d2e33236dee13a133fba49ad55045e79 already have revision, skipping fetch # git checkout -q -f -B kisskb 8013d1d3d2e33236dee13a133fba49ad55045e79 # git clean -qxdf # < git log -1 # commit 8013d1d3d2e33236dee13a133fba49ad55045e79 # Merge: c0e6265e6c2d adee8aa22a92 # Author: Linus Torvalds # Date: Fri Apr 29 15:51:05 2022 -0700 # # Merge tag 'soc-fixes-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc # # Pull ARM SoC fixes from Arnd Bergmann: # # - A fix for a regression caused by the previous set of bugfixes # changing tegra and at91 pinctrl properties. # # More work is needed to figure out what this should actually be, but a # revert makes it work for the moment. # # - Defconfig regression fixes for tegra after renamed symbols # # - Build-time warning and static checker fixes for imx, op-tee, sunxi, # meson, at91, and omap # # - More at91 DT fixes for audio, regulator and spi nodes # # - A regression fix for Renesas Hyperflash memory probe # # - A stability fix for amlogic boards, modifying the allowed cpufreq # states # # - Multiple fixes for system suspend on omap2+ # # - DT fixes for various i.MX bugs # # - A probe error fix for imx6ull-colibri MMC # # - A MAINTAINERS file entry for samsung bug reports # # * tag 'soc-fixes-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (42 commits) # Revert "arm: dts: at91: Fix boolean properties with values" # bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() # Revert "arm64: dts: tegra: Fix boolean properties with values" # arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock # ARM: dts: imx6ull-colibri: fix vqmmc regulator # MAINTAINERS: add Bug entry for Samsung and memory controller drivers # memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode # ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35 # ARM: dts: am3517-evm: Fix misc pinmuxing # ARM: dts: am33xx-l4: Add missing touchscreen clock properties # ARM: dts: Fix mmc order for omap3-gta04 # ARM: dts: at91: fix pinctrl phandles # ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name # ARM: dts: at91: Describe regulators on at91sam9g20ek # ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek # ARM: dts: at91: Fix boolean properties with values # ARM: dts: at91: use generic node name for dataflash # ARM: dts: at91: align SPI NOR node name with dtschema # ARM: dts: at91: sama7g5ek: Align the impedance of the QSPI0's HSIO and PCB lines # ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 8013d1d3d2e33236dee13a133fba49ad55045e79 # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- skiroot_defconfig # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/byteorder/little_endian.h:5, from /kisskb/src/arch/powerpc/include/uapi/asm/byteorder.h:12, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/powerpc/include/asm/bitops.h:336, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:46: /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_make_ioc_operational': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5396:40: warning: array subscript 'Mpi2SasIOUnitPage1_t {aka struct _MPI2_CONFIG_PAGE_SASIOUNIT_1}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 5396 | (le16_to_cpu(sas_iounit_pg1->SASWideMaxQueueDepth)) ? /kisskb/src/include/uapi/linux/byteorder/little_endian.h:37:51: note: in definition of macro '__le16_to_cpu' 37 | #define __le16_to_cpu(x) ((__force __u16)(__le16)(x)) | ^ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5396:14: note: in expansion of macro 'le16_to_cpu' 5396 | (le16_to_cpu(sas_iounit_pg1->SASWideMaxQueueDepth)) ? | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5382:26: note: referencing an object of size 20 allocated by 'kzalloc' 5382 | sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/byteorder/little_endian.h:5, from /kisskb/src/arch/powerpc/include/uapi/asm/byteorder.h:12, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/powerpc/include/asm/bitops.h:336, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:46: /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5400:40: warning: array subscript 'Mpi2SasIOUnitPage1_t {aka struct _MPI2_CONFIG_PAGE_SASIOUNIT_1}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 5400 | (le16_to_cpu(sas_iounit_pg1->SASNarrowMaxQueueDepth)) ? /kisskb/src/include/uapi/linux/byteorder/little_endian.h:37:51: note: in definition of macro '__le16_to_cpu' 37 | #define __le16_to_cpu(x) ((__force __u16)(__le16)(x)) | ^ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5400:14: note: in expansion of macro 'le16_to_cpu' 5400 | (le16_to_cpu(sas_iounit_pg1->SASNarrowMaxQueueDepth)) ? | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5382:26: note: referencing an object of size 20 allocated by 'kzalloc' 5382 | sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5403:43: warning: array subscript 'Mpi2SasIOUnitPage1_t {aka struct _MPI2_CONFIG_PAGE_SASIOUNIT_1}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 5403 | ioc->max_sata_qd = (sas_iounit_pg1->SATAMaxQDepth) ? | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5382:26: note: referencing an object of size 20 allocated by 'kzalloc' 5382 | sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_skiroot_defconfig_powerpc-gcc11 # Build took: 0:00:49.872261