# git rev-parse -q --verify dcd68326d29b62f3039e4f4d23d3e38f24d37360^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify dcd68326d29b62f3039e4f4d23d3e38f24d37360^{commit} dcd68326d29b62f3039e4f4d23d3e38f24d37360 # git checkout -q -f -B kisskb dcd68326d29b62f3039e4f4d23d3e38f24d37360 # git clean -qxdf # < git log -1 # commit dcd68326d29b62f3039e4f4d23d3e38f24d37360 # Merge: 624ad333d49e 4c7a7d5086cd # Author: Linus Torvalds # Date: Tue Nov 2 22:22:13 2021 -0700 # # Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux # # Pull devicetree updates from Rob Herring: # # - Convert /reserved-memory bindings to schemas # # - Convert a bunch of NFC bindings to schemas # # - Convert bindings to schema: Xilinx USB, Freescale DDR controller, Arm # CCI-400, UBlox Neo-6M, 1-Wire GPIO, MSI controller, ASpeed LPC, OMAP # and Inside-Secure HWRNG, register-bit-led, OV5640, Silead GSL1680, # Elan ekth3000, Marvell bluetooth, TI wlcore, TI bluetooth, ESP # ESP8089, tlm,trusted-foundations, Microchip cap11xx, Ralink SoCs and # boards, and TI sysc # # - New binding schemas for: msi-ranges, Aspeed UART routing controller, # palmbus, Xylon LogiCVC display controller, Mediatek's MT7621 SDRAM # memory controller, and Apple M1 PCIe host # # - Run schema checks for %.dtb targets # # - Improve build time when using DT_SCHEMA_FILES # # - Improve error message when dtschema is not found # # - Various doc reference fixes in MAINTAINERS # # - Convert architectures to common CPU h/w ID parsing function # of_get_cpu_hwid(). # # - Allow for empty NUMA node IDs which may be hotplugged # # - Cleanup of __fdt_scan_reserved_mem() # # - Constify device_node parameters # # - Update dtc to upstream v1.6.1-19-g0a3a9d3449c8. Adds new checks # 'node_name_vs_property_name' and 'interrupt_map'. # # - Enable dtc 'unit_address_format' warning by default # # - Fix unittest EXPECT text for gpio hog errors # # * tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (97 commits) # dt-bindings: net: ti,bluetooth: Document default max-speed # dt-bindings: pci: rcar-pci-ep: Document r8a7795 # dt-bindings: net: qcom,ipa: IPA does support up to two iommus # of/fdt: Remove of_scan_flat_dt() usage for __fdt_scan_reserved_mem() # of: unittest: document intentional interrupt-map provider build warning # of: unittest: fix EXPECT text for gpio hog errors # of/unittest: Disable new dtc node_name_vs_property_name and interrupt_map warnings # scripts/dtc: Update to upstream version v1.6.1-19-g0a3a9d3449c8 # dt-bindings: arm: firmware: tlm,trusted-foundations: Convert txt bindings to yaml # dt-bindings: display: tilcd: Fix endpoint addressing in example # dt-bindings: input: microchip,cap11xx: Convert txt bindings to yaml # dt-bindings: ufs: exynos-ufs: add exynosautov9 compatible # dt-bindings: ufs: exynos-ufs: add io-coherency property # dt-bindings: mips: convert Ralink SoCs and boards to schema # dt-bindings: display: xilinx: Fix example with psgtr # dt-bindings: net: nfc: nxp,pn544: Convert txt bindings to yaml # dt-bindings: Add a help message when dtschema tools are missing # dt-bindings: bus: ti-sysc: Update to use yaml binding # dt-bindings: sram: Allow numbers in sram region node name # dt-bindings: display: Document the Xylon LogiCVC display controller # ... # < /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 dcd68326d29b62f3039e4f4d23d3e38f24d37360 # < make -s -j 32 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 32 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 32 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:6540:warning: override: reassigning to symbol STANDALONE .config:6543:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 32 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/i915/gem/i915_gem_dmabuf.c: In function 'i915_gem_object_get_pages_dmabuf': /kisskb/src/drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c:248:17: error: implicit declaration of function 'wbinvd_on_all_cpus' [-Werror=implicit-function-declaration] 248 | wbinvd_on_all_cpus(); | ^~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:277: drivers/gpu/drm/i915/gem/i915_gem_dmabuf.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/gpu/drm/i915] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/gpu] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1872: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 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- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 # Build took: 0:05:10.824476