This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-defconfig in repository toolchain/ci/linux.
from f116b96685a0 Merge tag 'mfd-fixes-5.4' of git://git.kernel.org/pub/scm/ [...] adds 30aecae86e91 gfs2: Fix memory leak when gfs2meta's fs_context is freed adds 65b15b7f4b37 Merge tag 'gfs2-v5.4-rc4.fixes' of git://git.kernel.org/pu [...] adds 77751a466ebd PM: QoS: Introduce frequency QoS adds 3000ce3c52f8 cpufreq: Use per-policy frequency QoS adds 2aac8bdf7a0f PM: QoS: Drop frequency QoS types from device PM QoS adds 6941051d3028 cpufreq: Cancel policy update work scheduled before freeing adds 31d851407f90 cpuidle: haltpoll: Take 'idle=' override into account adds f2edbb6699b0 opp: of: drop incorrect lockdep_assert_held() adds 24957db10043 opp: core: Revert "add regulators enable and disable" adds b19c23551be8 opp: Reinitialize the list_kref before adding the static O [...] adds 028db79cf46a Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/l [...] adds 767d2d710e90 Merge branches 'pm-cpuidle' and 'pm-opp' adds 5fa2845fd794 Merge tag 'pm-5.4-rc5' of git://git.kernel.org/pub/scm/lin [...] adds edffc70f505a ACPI: NFIT: Fix unlock on error in scrub_show() adds 7f65d3541676 Merge tag 'acpi-5.4-rc5' of git://git.kernel.org/pub/scm/l [...] adds 9af865d95bd7 dt-bindings: riscv: Fix CPU schema errors adds e13de8fe0d6a of: unittest: fix memory leak in unittest_data_add adds 5dba51754b04 of: reserved_mem: add missing of_node_put() for proper ref [...] adds 39a38bcba4ab Merge tag 'devicetree-fixes-for-5.4-2' of git://git.kernel [...]
No new revisions were added by this update.
Summary of changes: Documentation/devicetree/bindings/riscv/cpus.yaml | 29 ++- drivers/acpi/nfit/core.c | 2 +- drivers/acpi/processor_driver.c | 9 +- drivers/acpi/processor_perflib.c | 18 +- drivers/acpi/processor_thermal.c | 18 +- drivers/base/power/qos.c | 70 +------ drivers/cpufreq/cpufreq.c | 62 +++--- drivers/cpufreq/intel_pstate.c | 30 +-- drivers/cpufreq/ppc_cbe_cpufreq_pmi.c | 15 +- drivers/cpuidle/cpuidle-haltpoll.c | 4 + drivers/macintosh/windfarm_cpufreq_clamp.c | 38 ++-- drivers/of/of_reserved_mem.c | 4 +- drivers/of/unittest.c | 1 + drivers/opp/core.c | 16 +- drivers/opp/of.c | 9 +- drivers/thermal/cpu_cooling.c | 14 +- fs/gfs2/ops_fstype.c | 1 + include/acpi/processor.h | 20 +- include/linux/cpufreq.h | 7 +- include/linux/pm_qos.h | 56 +++-- kernel/power/qos.c | 240 ++++++++++++++++++++++ 21 files changed, 436 insertions(+), 227 deletions(-)