# git rev-parse -q --verify 83e396641110663d3c7bb25b9bc0c6a750359ecf^{commit} 83e396641110663d3c7bb25b9bc0c6a750359ecf already have revision, skipping fetch # git checkout -q -f -B kisskb 83e396641110663d3c7bb25b9bc0c6a750359ecf # git clean -qxdf # < git log -1 # commit 83e396641110663d3c7bb25b9bc0c6a750359ecf # Merge: adccc16ea3c5 5e5eddd94c89 # Author: Linus Torvalds # Date: Fri Feb 11 13:40:03 2022 -0800 # # Merge tag 'soc-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc # # Pull ARM SoC fixes from Arnd Bergmann: # "This is a fairly large set of bugfixes, most of which had been sent a # while ago but only now made it into the soc tree: # # Maintainer file updates: # # - Claudiu Beznea now co-maintains the at91 soc family, replacing # Ludovic Desroches. # # - Michael Walle maintains the sl28cpld drivers # # - Alain Volmat and Raphael Gallais-Pou take over some drivers for ST # platforms # # - Alim Akhtar is an additional reviewer for Samsung platforms # # Code fixes: # # - Op-tee had a problem with object lifetime that needs a slightly # complex fix, as well as another bug with error handling. # # - Several minor issues for the OMAP platform, including a regression # with the timer # # - A Kconfig change to fix a build-time issue on Intel SoCFPGA # # Device tree fixes: # # - The Amlogic Meson platform fixes a boot regression on am1-odroid, a # spurious interrupt, and a problem with reserved memory regions # # - In the i.MX platform, several bug fixes are needed to make devices # work correctly: SD card detection, alarmtimer, and sound card on # some board. One patch for the GPU got in there by accident and gets # reverted again. # # - TI K3 needs a fix for J721S2 serial port numbers # # - ux500 needs a fix to mount the SD card as root on the Skomer phone" # # * tag 'soc-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (46 commits) # Revert "arm64: dts: imx8mn-venice-gw7902: disable gpu" # arm64: Remove ARCH_VULCAN # MAINTAINERS: add myself as a maintainer for the sl28cpld # MAINTAINERS: add IRC to ARM sub-architectures and Devicetree # MAINTAINERS: arm: samsung: add Git tree and IRC # ARM: dts: Fix boot regression on Skomer # ARM: dts: spear320: Drop unused and undocumented 'irq-over-gpio' property # soc: aspeed: lpc-ctrl: Block error printing on probe defer cases # docs/ABI: testing: aspeed-uart-routing: Escape asterisk # MAINTAINERS: update drm/stm drm/sti and cec/sti maintainers # MAINTAINERS: Update Benjamin Gaignard maintainer status # ARM: socfpga: fix missing RESET_CONTROLLER # arm64: dts: meson-sm1-odroid: fix boot loop after reboot # arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610 # arm64: dts: meson-g12: add ATF BL32 reserved-memory region # arm64: dts: meson-gx: add ATF BL32 reserved-memory region # arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO domain for GPIOE_2 # arm64: dts: meson-sm1-odroid: use correct enable-gpio pin for tf-io regulator # arm64: dts: meson-g12b-odroid-n2: fix typo 'dio2133' # optee: use driver internal tee_context for some rpc # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 83e396641110663d3c7bb25b9bc0c6a750359ecf # < make -s -j 80 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sparc64-linux/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_64BIT=n # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_HAVE_FTRACE_MCOUNT_RECORD=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 80 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 80 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 80 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sparc64-linux/bin/sparc64-linux- :1517:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sparc/mm/srmmu.c: In function 'smp_flush_page_for_dma': /kisskb/src/arch/sparc/mm/srmmu.c:1639:13: error: cast between incompatible function types from 'void (*)(long unsigned int)' to 'void (*)(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)' [-Werror=cast-function-type] 1639 | xc1((smpfunc_t) local_ops->page_for_dma, page); | ^ /kisskb/src/arch/sparc/mm/srmmu.c: In function 'smp_flush_cache_mm': /kisskb/src/arch/sparc/mm/srmmu.c:1662:29: error: cast between incompatible function types from 'void (*)(struct mm_struct *)' to 'void (*)(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)' [-Werror=cast-function-type] 1662 | xc1((smpfunc_t) local_ops->cache_mm, (unsigned long) mm); | ^ /kisskb/src/arch/sparc/mm/srmmu.c: In function 'smp_flush_tlb_mm': /kisskb/src/arch/sparc/mm/srmmu.c:1674:29: error: cast between incompatible function types from 'void (*)(struct mm_struct *)' to 'void (*)(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)' [-Werror=cast-function-type] 1674 | xc1((smpfunc_t) local_ops->tlb_mm, (unsigned long) mm); | ^ /kisskb/src/arch/sparc/mm/srmmu.c: In function 'smp_flush_cache_range': /kisskb/src/arch/sparc/mm/srmmu.c:1694:29: error: cast between incompatible function types from 'void (*)(struct vm_area_struct *, long unsigned int, long unsigned int)' to 'void (*)(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)' [-Werror=cast-function-type] 1694 | xc3((smpfunc_t) local_ops->cache_range, | ^ /kisskb/src/arch/sparc/mm/srmmu.c: In function 'smp_flush_tlb_range': /kisskb/src/arch/sparc/mm/srmmu.c:1711:29: error: cast between incompatible function types from 'void (*)(struct vm_area_struct *, long unsigned int, long unsigned int)' to 'void (*)(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)' [-Werror=cast-function-type] 1711 | xc3((smpfunc_t) local_ops->tlb_range, | ^ /kisskb/src/arch/sparc/mm/srmmu.c: In function 'smp_flush_cache_page': /kisskb/src/arch/sparc/mm/srmmu.c:1726:29: error: cast between incompatible function types from 'void (*)(struct vm_area_struct *, long unsigned int)' to 'void (*)(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)' [-Werror=cast-function-type] 1726 | xc2((smpfunc_t) local_ops->cache_page, | ^ /kisskb/src/arch/sparc/mm/srmmu.c: In function 'smp_flush_tlb_page': /kisskb/src/arch/sparc/mm/srmmu.c:1741:29: error: cast between incompatible function types from 'void (*)(struct vm_area_struct *, long unsigned int)' to 'void (*)(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)' [-Werror=cast-function-type] 1741 | xc2((smpfunc_t) local_ops->tlb_page, | ^ /kisskb/src/arch/sparc/mm/srmmu.c: In function 'smp_flush_page_to_ram': /kisskb/src/arch/sparc/mm/srmmu.c:1756:13: error: cast between incompatible function types from 'void (*)(long unsigned int)' to 'void (*)(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)' [-Werror=cast-function-type] 1756 | xc1((smpfunc_t) local_ops->page_to_ram, page); | ^ /kisskb/src/arch/sparc/mm/srmmu.c: In function 'smp_flush_sig_insns': /kisskb/src/arch/sparc/mm/srmmu.c:1767:21: error: cast between incompatible function types from 'void (*)(struct mm_struct *, long unsigned int)' to 'void (*)(long unsigned int, long unsigned int, long unsigned int, long unsigned int, long unsigned int)' [-Werror=cast-function-type] 1767 | xc2((smpfunc_t) local_ops->sig_insns, | ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:288: arch/sparc/mm/srmmu.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:550: arch/sparc/mm] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1831: arch/sparc] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/crypto/blake2b_generic.c: In function 'blake2b_compress_one_generic': /kisskb/src/crypto/blake2b_generic.c:109:1: error: the frame size of 2288 bytes is larger than 2048 bytes [-Werror=frame-larger-than=] 109 | } | ^ cc1: all warnings being treated as errors make[2]: *** [/kisskb/src/scripts/Makefile.build:288: crypto/blake2b_generic.o] Error 1 make[1]: *** [/kisskb/src/Makefile:1831: crypto] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 80 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sparc64-linux/bin/sparc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_sparc-allmodconfig_sparc64-gcc11 # Build took: 0:17:21.569357