# git rev-parse -q --verify cb6fe2ceb667eb78f252d473b03deb23999ab1cf^{commit} cb6fe2ceb667eb78f252d473b03deb23999ab1cf already have revision, skipping fetch # git checkout -q -f -B kisskb cb6fe2ceb667eb78f252d473b03deb23999ab1cf # git clean -qxdf # < git log -1 # commit cb6fe2ceb667eb78f252d473b03deb23999ab1cf # Merge: d42b1c47570e 1c5e9170ad93 # Author: Linus Torvalds # Date: Thu Apr 27 10:09:05 2023 -0700 # # Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux # # Pull more devicetree updates from Rob Herring: # # - First part of DT header detangling dropping cpu.h from of_device.h # and replacing some includes with forward declarations. A handful of # drivers needed some adjustment to their includes as a result. # # - Refactor of_device.h to be used by bus drivers rather than various # device drivers. This moves non-bus related functions out of # of_device.h. The end goal is for of_platform.h and of_device.h to # stop including each other. # # - Refactor open coded parsing of "ranges" in some bus drivers to use DT # address parsing functions # # - Add some new address parsing functions of_property_read_reg(), # of_range_count(), and of_range_to_resource() in preparation to # convert more open coded parsing of DT addresses to use them. # # - Treewide clean-ups to use of_property_read_bool() and # of_property_present() as appropriate. The ones here are the ones that # didn't get picked up elsewhere. # # * tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (34 commits) # bus: tegra-gmi: Replace of_platform.h with explicit includes # hte: Use of_property_present() for testing DT property presence # w1: w1-gpio: Use of_property_read_bool() for boolean properties # virt: fsl: Use of_property_present() for testing DT property presence # soc: fsl: Use of_property_present() for testing DT property presence # sbus: display7seg: Use of_property_read_bool() for boolean properties # sparc: Use of_property_read_bool() for boolean properties # sparc: Use of_property_present() for testing DT property presence # bus: mvebu-mbus: Remove open coded "ranges" parsing # of/address: Add of_property_read_reg() helper # of/address: Add of_range_count() helper # of/address: Add support for 3 address cell bus # of/address: Add of_range_to_resource() helper # of: unittest: Add bus address range parsing tests # of: Drop cpu.h include from of_device.h # OPP: Adjust includes to remove of_device.h # irqchip: loongson-eiointc: Add explicit include for cpuhotplug.h # cpuidle: Adjust includes to remove of_device.h # cpufreq: sun50i: Add explicit include for cpu.h # cpufreq: Adjust includes to remove of_device.h # ... # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 cb6fe2ceb667eb78f252d473b03deb23999ab1cf # < make -s -j 40 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allyesconfig # 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 # < make -s -j 40 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 40 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:12947:warning: override: reassigning to symbol GCC_PLUGIN_SANCOV .config:12952:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:12954:warning: override: reassigning to symbol UML_NET_SLIP .config:12959:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 40 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/arch/um/os-Linux/util.c:17:24: fatal error: sys/random.h: No such file or directory compilation terminated. make[3]: *** [/kisskb/src/scripts/Makefile.build:252: arch/um/os-Linux/util.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:494: arch/um/os-Linux] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:2025: .] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 40 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_um-allyesconfig_um-x86_64 # Build took: 0:09:29.845122