# git rev-parse -q --verify e091caf99f3a5006c95baec24330bac6f7f17193^{commit} e091caf99f3a5006c95baec24330bac6f7f17193 already have revision, skipping fetch # git checkout -q -f -B kisskb e091caf99f3a5006c95baec24330bac6f7f17193 # git clean -qxdf # < git log -1 # commit e091caf99f3a5006c95baec24330bac6f7f17193 # Merge: f469cf967b09 6fba5cbd323e # Author: Linus Torvalds # Date: Fri Jul 12 09:00:25 2024 -0700 # # Merge tag 'arm-fixes-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc # # Pull ARM SoC fixes from Arnd Bergmann: # "Most of these changes are Qualcomm SoC specific and came in just after # I sent out the last set of fixes. This includes two regression fixes # for SoC drivers, a defconfig change to ensure the Lenovo X13s is # usable and 11 changes to DT files to fix regressions and minor # platform specific issues. # # Tony and Chunyan step back from their respective maintainership roles # on the omap and unisoc platforms, and Christophe in turn takes over # maintaining some of the Freescale SoC drivers that he has been taking # care of in practice already. # # Lastly, there are two trivial fixes for the davinci and sunxi # platforms" # # * tag 'arm-fixes-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: # MAINTAINERS: Update FREESCALE SOC DRIVERS and QUICC ENGINE LIBRARY # MAINTAINERS: Add more maintainers for omaps # ARM: davinci: Convert comma to semicolon # MAINTAINERS: Move myself from SPRD Maintainer to Reviewer # Revert "dt-bindings: cache: qcom,llcc: correct QDU1000 reg entries" # arm64: dts: qcom: qdu1000: Fix LLCC reg property # arm64: dts: qcom: sm6115: add iommu for sdhc_1 # arm64: dts: qcom: x1e80100-crd: fix DAI used for headset recording # arm64: dts: qcom: x1e80100-crd: fix WCD audio codec TX port mapping # soc: qcom: pmic_glink: disable UCSI on sc8280xp # arm64: defconfig: enable Elan i2c-hid driver # arm64: dts: qcom: sc8280xp-crd: use external pull up for touch reset # arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on # arm64: dts: qcom: x1e80100: Fix PCIe 6a reg offsets and add MHI # arm64: dts: qcom: sa8775p: Correct IRQ number of EL2 non-secure physical timer # arm64: dts: allwinner: Fix PMIC interrupt number # arm64: dts: qcom: sc8280xp: Set status = "reserved" on PSHOLD # arm64: dts: qcom: x1e80100-*: Allocate some CMA buffers # arm64: dts: qcom: sc8180x: Fix LLCC reg property again # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 e091caf99f3a5006c95baec24330bac6f7f17193 # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 allmodconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=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_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig CONFIG_SPI_STM32_QSPI=n # < make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:14178:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:14182:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:14184:warning: override: reassigning to symbol UML_NET_SLIP .config:14189:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/lib/iomap.c:156:5: error: no previous prototype for ‘ioread64_lo_hi’ [-Werror=missing-prototypes] 156 | u64 ioread64_lo_hi(const void __iomem *addr) | ^~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:163:5: error: no previous prototype for ‘ioread64_hi_lo’ [-Werror=missing-prototypes] 163 | u64 ioread64_hi_lo(const void __iomem *addr) | ^~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:170:5: error: no previous prototype for ‘ioread64be_lo_hi’ [-Werror=missing-prototypes] 170 | u64 ioread64be_lo_hi(const void __iomem *addr) | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:178:5: error: no previous prototype for ‘ioread64be_hi_lo’ [-Werror=missing-prototypes] 178 | u64 ioread64be_hi_lo(const void __iomem *addr) | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:264:6: error: no previous prototype for ‘iowrite64_lo_hi’ [-Werror=missing-prototypes] 264 | void iowrite64_lo_hi(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:272:6: error: no previous prototype for ‘iowrite64_hi_lo’ [-Werror=missing-prototypes] 272 | void iowrite64_hi_lo(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:280:6: error: no previous prototype for ‘iowrite64be_lo_hi’ [-Werror=missing-prototypes] 280 | void iowrite64be_lo_hi(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:288:6: error: no previous prototype for ‘iowrite64be_hi_lo’ [-Werror=missing-prototypes] 288 | void iowrite64be_hi_lo(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:244: lib/iomap.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: lib] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1934: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_um-x86_64-gcc12 # Build took: 0:10:02.694547