This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-defconfig in repository toolchain/ci/linux.
from da94001239cc Merge tag 'char-misc-5.4-rc3' of git://git.kernel.org/pub/ [...] adds 7adf4eaf60f3 io_uring: fix sequence logic for timeout requests adds b27528b0279a Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-block adds 41e086e15506 mtd: spi-nor: Fix direction of the write_sr() transfer adds df8fed831cbc mtd: rawnand: au1550nd: Fix au_read_buf16() prototype adds 71b1b5532b9c Merge tag 'fixes-for-5.4-rc3' of git://git.kernel.org/pub/ [...] adds 539ad001d155 hwmon: (nct7904) Fix the incorrect value of vsen_mask in n [...] adds 43fd0cf4c6dc hwmon: (k10temp) Update documentation and add temp2_input info adds 30945d31e576 hwmon: Fix HWMON_P_MIN_ALARM mask adds b428db1e880d docs: hwmon: Include 'inspur-ipsps1.rst' into docs adds 6bbfdcbc8e45 hwmon: (nct7904) Add array fan_alarm and vsen_alarm to sto [...] adds 11c943a1a635 hwmon: docs: Extend inspur-ipsps1 title underline adds 2581efa9a47d Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub [...] adds 3ed270b129a4 tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs w [...] adds 9ef16693aff8 ftrace: Get a reference counter for the trace_array on fil [...] adds 194c2c74f553 tracing: Get trace_array reference for available_tracers files adds aa07d71f1bc7 tracing: Have trace events system open call tracing_open_g [...] adds 8530dec63e7b tracing: Add tracing_check_open_get_tr() adds 17911ff38aa5 tracing: Add locked_down checks to the open calls of files [...] adds bf8e602186ec tracing: Do not create tracefs files if tracefs lockdown i [...] adds 7f8557b88d6a recordmcount: Fix nop_mcount() function adds 98dc19c11470 tracing/hwlat: Report total time spent in all NMIs during [...] adds fc64e4ad80d4 tracing/hwlat: Don't ignore outer-loop duration when calcu [...] adds d303de1fcf34 tracing: Initialize iter->seq after zeroing in tracing_rea [...] adds d4615e5a4680 Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm [...] new 4f5cafb5cb84 Linux 5.4-rc3
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/hwmon/index.rst | 1 + Documentation/hwmon/inspur-ipsps1.rst | 2 +- Documentation/hwmon/k10temp.rst | 18 ++++- Makefile | 2 +- drivers/hwmon/nct7904.c | 33 ++++++-- drivers/mtd/nand/raw/au1550nd.c | 5 +- drivers/mtd/spi-nor/spi-nor.c | 2 +- fs/io_uring.c | 37 ++++----- fs/tracefs/inode.c | 46 ++--------- include/linux/hwmon.h | 2 +- kernel/trace/ftrace.c | 55 +++++++++++--- kernel/trace/trace.c | 139 +++++++++++++++++++++------------- kernel/trace/trace.h | 2 + kernel/trace/trace_dynevent.c | 4 + kernel/trace/trace_events.c | 35 +++++---- kernel/trace/trace_events_hist.c | 13 +++- kernel/trace/trace_events_trigger.c | 8 +- kernel/trace/trace_hwlat.c | 4 +- kernel/trace/trace_kprobe.c | 12 ++- kernel/trace/trace_printk.c | 7 ++ kernel/trace/trace_stack.c | 8 ++ kernel/trace/trace_stat.c | 6 +- kernel/trace/trace_uprobe.c | 11 +++ scripts/recordmcount.h | 5 +- 24 files changed, 294 insertions(+), 163 deletions(-)