# git rev-parse -q --verify 455e73a07f6e288b0061dfcf4fcf54fa9fe06458^{commit} 455e73a07f6e288b0061dfcf4fcf54fa9fe06458 already have revision, skipping fetch # git checkout -q -f -B kisskb 455e73a07f6e288b0061dfcf4fcf54fa9fe06458 # git clean -qxdf # < git log -1 # commit 455e73a07f6e288b0061dfcf4fcf54fa9fe06458 # Merge: d9b5941bb593 4afd2a9355a9 # Author: Linus Torvalds # Date: Wed Jan 12 17:02:27 2022 -0800 # # Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux # # Pull clk updates from Stephen Boyd: # "We have a couple patches in the framework core this time around but # they're mostly minor cleanups and some debugfs stuff. The real work # that's in here is the typical pile of clk driver updates and new SoC # support. # # Per usual (or maybe just recent trends), Qualcomm gains a handful of # SoC drivers additions and has the largest diffstat. After that there # are quite a few updates to the Allwinner (sunxi) drivers to support # modular drivers and Renesas is heavily updated to add more support for # various clks. # # Overall it looks pretty normal. # # New Drivers: # - Add MDMA and BDMA clks to Ingenic JZ4760 and JZ4770 # - MediaTek mt7986 SoC basic support # - Clock and reset driver for Toshiba Visconti SoCs # - Initial clock driver for the Exynos7885 SoC (Samsung Galaxy A8) # - Allwinner D1 clks # - Lan966x Generic Clock Controller driver and associated DT bindings # - Qualcomm SDX65, SM8450, and MSM8976 GCC clks # - Qualcomm SDX65 and SM8450 RPMh clks # # Updates: # - Set suppress_bind_attrs to true for i.MX8ULP driver # - Switch from do_div to div64_ul for throughout all i.MX drivers # - Fix imx8mn_clko1_sels for i.MX8MN # - Remove unused IPG_AUDIO_ROOT from i.MX8MP # - Switch parent for audio_root_clk to audio ahb in i.MX8MP driver # - Removal of all remaining uses of __clk_lookup() in # drivers/clk/samsung # - Refactoring of the CPU clocks registration to use common interface # - An update of the Exynos850 driver (support for more clock domains) # required by the E850-96 development board # - Prep for runtime PM and generic power domains on Tegra # - Support modular Allwinner clk drivers via platform bus # - Lan966x clock driver extended to support clock gating # - Add serial (SCI1), watchdog (WDT), timer (OSTM), SPI (RSPI), and # thermal (TSU) clocks and resets on Renesas RZ/G2L # - Rework SDHI clock handling in the Renesas R-Car Gen3 and RZ/G2 # clock drivers, and in the Renesas SDHI driver # - Make the Cortex-A55 (I) clock on Renesas RZ/G2L programmable # - Document support for the new Renesas R-Car S4-8 (R8A779F0) SoC # - Add support for the new Renesas R-Car S4-8 (R8A779F0) SoC # - Add GPU clock and resets on Renesas RZ/G2L # - Add clk-provider.h to various Qualcomm clk drivers # - devm version of clk_hw_register_gate() # - kerneldoc fixes in a couple drivers" # # * tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (131 commits) # clk: visconti: Remove pointless NULL check in visconti_pll_add_lookup() # clk: mediatek: add mt7986 clock support # clk: mediatek: add mt7986 clock IDs # dt-bindings: clock: mediatek: document clk bindings for mediatek mt7986 SoC # clk: mediatek: clk-gate: Use regmap_{set/clear}_bits helpers # clk: mediatek: clk-gate: Shrink by adding clockgating bit check helper # clk: x86: Fix clk_gate_flags for RV_CLK_GATE # clk: x86: Use dynamic con_id string during clk registration # ACPI: APD: Add a fmw property clk-name # drivers: acpi: acpi_apd: Remove unused device property "is-rv" # x86: clk: clk-fch: Add support for newer family of AMD's SOC # clk: ingenic: Add MDMA and BDMA clocks # dt-bindings: clk/ingenic: Add MDMA and BDMA clocks # clk: bm1880: remove kfrees on static allocations # clk: Drop unused COMMON_CLK_STM32MP157_SCMI config # clk: st: clkgen-mux: search reg within node or parent # clk: st: clkgen-fsyn: search reg within node or parent # clk: Enable/Disable runtime PM for clk_summary # MAINTAINERS: Add entries for Toshiba Visconti PLL and clock controller # clk: visconti: Add support common clock driver and reset driver # ... # < /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 455e73a07f6e288b0061dfcf4fcf54fa9fe06458 # < make -s -j 8 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 8 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 8 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:12182:warning: override: reassigning to symbol GCC_PLUGIN_SANCOV .config:12185:warning: override: reassigning to symbol GCC_PLUGIN_RANDSTRUCT .config:12187:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:12189:warning: override: reassigning to symbol UML_NET_SLIP .config:12192:warning: override: reassigning to symbol UML_NET_MCAST .config:12194:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 8 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/drivers/gpu/drm/ttm/ttm_module.c: In function 'ttm_prot_from_caching': /kisskb/src/drivers/gpu/drm/ttm/ttm_module.c:71:24: error: 'struct cpuinfo_um' has no member named 'x86' else if (boot_cpu_data.x86 > 3) ^ make[5]: *** [/kisskb/src/scripts/Makefile.build:288: drivers/gpu/drm/ttm/ttm_module.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/gpu/drm/ttm] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/gpu/drm] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/gpu] Error 2 make[1]: *** [/kisskb/src/Makefile:1840: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 8 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:13.250846