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-master-aarch64-lts-allyesconfig in repository toolchain/ci/linux.
from ee809c7e0895 Linux 4.19.72 adds 2c4d2ce8b799 ALSA: hda - Fix potential endless loop at applying quirks adds d11ca2d79334 ALSA: hda/realtek - Fix overridden device-specific initialization adds a956998ac1c2 ALSA: hda/realtek - Add quirk for HP Pavilion 15 adds 849f85bfdf12 ALSA: hda/realtek - Enable internal speaker & headset mic [...] adds 044ab4715585 ALSA: hda/realtek - Fix the problem of two front mics on a [...] adds 38d38d1e0cc5 sched/fair: Don't assign runtime for throttled cfs_rq adds dcd22e14780a drm/vmwgfx: Fix double free in vmw_recv_msg() adds 4f45483faadf vhost/test: fix build for vhost test adds 6e7040d65a71 vhost/test: fix build for vhost test - again adds 47a0f70d7d9a powerpc/tm: Fix FP/VMX unavailable exceptions inside a tra [...] adds 4b5fee457723 batman-adv: fix uninit-value in batadv_netlink_get_ifindex() adds 86d5ae21d6b8 batman-adv: Only read OGM tvlv_len after buffer len check adds 91a71a61da8c hv_sock: Fix hang when a connection is closed adds 5f33e81250a6 Blk-iolatency: warn on negative inflight IO counter adds 178d1337a527 blk-iolatency: fix STS_AGAIN handling adds 1aa38eceb6c0 {nl,mac}80211: fix interface combinations on crypto contro [...] adds 68829256e1f9 timekeeping: Use proper ktime_add when adding nsecs in coa [...] adds b93aed78eb78 selftests: fib_rule_tests: use pre-defined DEV_ADDR adds 85a24825b2e6 x86/ftrace: Fix warning and considate ftrace_jmp_replace() [...] adds 7f8b23600779 powerpc/64: mark start_here_multiplatform as __ref adds 573370113b24 media: stm32-dcmi: fix irq = 0 case adds 6c550a5db18f arm64: dts: rockchip: enable usb-host regulators at boot o [...] adds 8d23872c7539 scripts/decode_stacktrace: match basepath using shell pref [...] adds 5f147150b753 riscv: remove unused variable in ftrace adds 480101a4aea2 nvme-fc: use separate work queue to avoid warning adds 56944c0b9774 clk: s2mps11: Add used attribute to s2mps11_dt_match adds 84ba9ae18fbb remoteproc: qcom: q6v5: shore up resource probe handling adds 9c49f7811f82 modules: always page-align module section allocations adds 3015291b2fb5 kernel/module: Fix mem leak in module_add_modinfo_attrs adds c09d675f294b drm/i915: Re-apply "Perform link quality check, unconditio [...] adds 851308450a8f media: cec/v4l2: move V4L2 specific CEC functions to V4L2 adds 6e087eae89df media: cec: remove cec-edid.c
No new revisions were added by this update.
Summary of changes: arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 2 + arch/powerpc/kernel/head_64.S | 2 + arch/powerpc/kernel/process.c | 3 +- arch/riscv/kernel/ftrace.c | 1 - arch/x86/kernel/ftrace.c | 42 +++---- block/blk-iolatency.c | 55 +++------ drivers/clk/clk-s2mps11.c | 2 +- drivers/gpu/drm/i915/intel_dp.c | 16 +++ drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 8 +- drivers/media/cec/Makefile | 2 +- drivers/media/cec/cec-adap.c | 13 ++ drivers/media/cec/cec-edid.c | 95 --------------- drivers/media/i2c/adv7604.c | 4 +- drivers/media/i2c/adv7842.c | 4 +- drivers/media/i2c/tc358743.c | 2 +- drivers/media/platform/stm32/stm32-dcmi.c | 2 +- drivers/media/platform/vivid/vivid-vid-cap.c | 4 +- drivers/media/platform/vivid/vivid-vid-common.c | 2 +- drivers/media/v4l2-core/v4l2-dv-timings.c | 151 ++++++++++++++++++++++++ drivers/nvme/host/fc.c | 15 ++- drivers/remoteproc/qcom_q6v5.c | 44 +++++-- drivers/vhost/test.c | 13 +- include/media/cec.h | 80 ------------- include/media/v4l2-dv-timings.h | 6 + include/net/cfg80211.h | 15 +++ kernel/module.c | 29 +++-- kernel/sched/fair.c | 5 + kernel/time/timekeeping.c | 2 +- net/batman-adv/bat_iv_ogm.c | 20 ++-- net/batman-adv/netlink.c | 2 +- net/mac80211/util.c | 7 +- net/vmw_vsock/hyperv_transport.c | 8 ++ net/wireless/core.c | 6 +- net/wireless/nl80211.c | 4 +- net/wireless/util.c | 27 ++++- scripts/decode_stacktrace.sh | 2 +- sound/pci/hda/hda_auto_parser.c | 4 +- sound/pci/hda/hda_generic.c | 3 +- sound/pci/hda/hda_generic.h | 1 + sound/pci/hda/patch_realtek.c | 17 +++ tools/testing/selftests/net/fib_rule_tests.sh | 5 +- 41 files changed, 415 insertions(+), 310 deletions(-) delete mode 100644 drivers/media/cec/cec-edid.c