# git rev-parse -q --verify a10c9c710f9ecea87b9f4bbb837467893b4bef01^{commit} a10c9c710f9ecea87b9f4bbb837467893b4bef01 already have revision, skipping fetch # git checkout -q -f -B kisskb a10c9c710f9ecea87b9f4bbb837467893b4bef01 # git clean -qxdf # < git log -1 # commit a10c9c710f9ecea87b9f4bbb837467893b4bef01 # Merge: c48b07226bd4 f78c55e3b480 # Author: Linus Torvalds # Date: Sun Apr 5 13:47:57 2020 -0700 # # Merge tag 'for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply # # Pull power supply and reset changes from Sebastian Reichel: # "Core: # - Nothing # # Drivers: # - at91-reset: cleanups, proper handling for sam9x60 # - sc27xx, charger-manager: allow building as module # - sc27xx: add support to read current charge capacity # - axp288: more quirks for weird hardware # - misc fixes" # # * tag 'for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply: (26 commits) # power: reset: sc27xx: Allow the SC27XX poweroff driver building into a module # power: reset: sc27xx: Change to use cpu_down() # power: reset: sc27xx: Power off the external subsystems' connection # power: twl4030: Use scnprintf() for avoiding potential buffer overflow # power: supply: bq27xxx_battery: Silence deferred-probe error # power: reset: at91-reset: handle nrst async for sam9x60 # power: reset: at91-reset: get rid of at91_reset_data # power: reset: at91-reset: keep only one reset function # power: reset: at91-reset: make at91sam9g45_restart() generic # power: reset: at91-reset: introduce ramc_lpr to struct at91_reset # power: reset: at91-reset: use r4 as tmp argument # power: reset: at91-reset: introduce args member in at91_reset_data # power: reset: at91-reset: introduce struct at91_reset_data # power: reset: at91-reset: devm_kzalloc() for at91_reset data structure # power: reset: at91-reset: pass rstc base address to at91_reset_status() # power: reset: at91-reset: convert reset in pointer to struct at91_reset # power: reset: at91-reset: add notifier block to struct at91_reset # power: reset: at91-reset: add sclk to struct at91_reset # power: reset: at91-reset: add ramc_base[] to struct at91_reset # power: reset: at91-reset: introduce struct at91_reset # ... # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 a10c9c710f9ecea87b9f4bbb837467893b4bef01 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0xD07231F0 # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=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_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4762:warning: override: reassigning to symbol STANDALONE .config:4766:warning: override: reassigning to symbol PPC64 .config:4767:warning: override: reassigning to symbol PPC_DISABLE_WERROR WARNING: unmet direct dependencies detected for HOTPLUG_PCI_POWERNV Depends on [n]: PCI [=y] && HOTPLUG_PCI [=n] && PPC_POWERNV [=y] && EEH [=y] Selected by [y]: - OCXL [=y] && PPC_POWERNV [=y] && PCI [=y] && EEH [=y] # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- WARNING: unmet direct dependencies detected for HOTPLUG_PCI_POWERNV Depends on [n]: PCI [=y] && HOTPLUG_PCI [=n] && PPC_POWERNV [=y] && EEH [=y] Selected by [y]: - OCXL [=y] && PPC_POWERNV [=y] && PCI [=y] && EEH [=y] WARNING: unmet direct dependencies detected for HOTPLUG_PCI_POWERNV Depends on [n]: PCI [=y] && HOTPLUG_PCI [=n] && PPC_POWERNV [=y] && EEH [=y] Selected by [y]: - OCXL [=y] && PPC_POWERNV [=y] && PCI [=y] && EEH [=y] WARNING: unmet direct dependencies detected for HOTPLUG_PCI_POWERNV Depends on [n]: PCI [=y] && HOTPLUG_PCI [=n] && PPC_POWERNV [=y] && EEH [=y] Selected by [y]: - OCXL [=y] && PPC_POWERNV [=y] && PCI [=y] && EEH [=y] /kisskb/src/arch/powerpc/kernel/eeh.c:1676:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] 1676 | static int proc_eeh_show(struct seq_file *m, void *v) | ^~~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_reboot_notifier': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:896:1: warning: the frame size of 1264 bytes is larger than 1024 bytes [-Wframe-larger-than=] 896 | } | ^ Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 # Build took: 0:03:22.338515