# 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/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 83e396641110663d3c7bb25b9bc0c6a750359ecf # < make -s -j 80 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.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 80 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 80 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:6238:warning: override: reassigning to symbol STANDALONE .config:6244:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY # make -s -j 80 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c: In function 'amdgpu_bo_support_uswc': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:494:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] 494 | #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c: In function 'radeon_bo_create': /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c:207:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] 207 | #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ | ^~~~~~~ drivers/gpu/drm/vmwgfx/vmwgfx_msg.o: warning: objtool: vmw_port_hb_out()+0x105: stack state mismatch: cfa1=5+16 cfa2=4+8 drivers/gpu/drm/vmwgfx/vmwgfx_msg.o: warning: objtool: vmw_port_hb_in()+0x110: stack state mismatch: cfa1=5+16 cfa2=4+8 Completed OK # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 # Build took: 0:15:00.545269