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-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from c79f46a28239 Linux 5.5-rc5 adds 24cecc377463 arm64: Revert support for execute-only user mappings adds 1928b36cfa4d arc: eznps: fix allmodconfig kconfig warning adds cd4c2493fa58 ARC: mm: drop stale define of __ARCH_USE_5LEVEL_HACK adds 833a20b8d492 ARC: asm-offsets: remove duplicate entry adds 7ecc6c1d5c8d ARC: pt_regs: remove hardcoded registers offset adds 8f8b69aa501e Merge tag 'arc-5.5-rc6' of git://git.kernel.org/pub/scm/li [...] adds 111bf02b8f54 rtc: sun6i: Add support for RTC clocks on R40 adds 653997eeecef rtc: mt6397: fix alarm register overwrite adds f01f4ffdfb70 rtc: cmos: Revert "rtc: Fix the AltCentury value on AMD/Hy [...] adds b967793c96dd Merge tag 'rtc-5.5-2' of git://git.kernel.org/pub/scm/linu [...] adds f40ddaa059fd regulator: axp20x: Fix AXP22x ELDO2 regulator enable bitmask adds 71dd2fe5dec1 regulator: axp20x: Fix axp20x_set_ramp_delay adds 6f1ff76154b8 regulator: bd70528: Remove .set_ramp_delay for bd70528_ldo_ops adds 5acefdc27b73 Merge tag 'regulator-fix-v5.5-rc5' of git://git.kernel.org [...] adds 9cd34efbd301 spi: uniphier: Fix FIFO threshold adds 862dd2a946aa spi: Don't look at TX buffer for PTP system timestamping adds ca59d5a51690 spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI mode adds 19b61392c5a8 spi: spi-dw: Add lock protect dw_spi rx/tx to prevent conc [...] adds 09b6636cea4f spi: Document Octal mode as valid SPI bus width adds ec7b3f5372e2 Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/s [...] adds afcd5b9be566 watchdog: w83627hf_wdt: Fix support NCT6116D adds 91ced83c6eab watchdog: imx7ulp: Fix missing conversion of imx7ulp_wdt_enable() adds da9e3f4e30a5 watchdog: max77620_wdt: fix potential build errors adds 9a6c274ac1c4 watchdog: tqmx86_wdt: Fix build error adds a76dfb859cd4 watchdog: rn5t618_wdt: fix module aliases adds dcbce5fbcc69 watchdog: orion: fix platform_get_irq() complaints adds baf4dc829574 Merge tag 'linux-watchdog-5.5-fixes' of git://www.linux-wa [...] adds 9550f210492c tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis [...] adds dda8b2af395b tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before pr [...] adds aa4a63dd9816 tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's" adds 7ae564122f75 Merge tag 'tpmdd-next-20200106' of git://git.infradead.org [...] new 02f4e01ce710 tracing: Initialize val to zero in parse_entry of inject code new d2ccbccb5444 tracing: Define MCOUNT_INSN_SIZE when not defined without [...] new b8299d362d08 tracing: Have stack tracer compile when MCOUNT_INSN_SIZE i [...] new e31f7939c1c2 ftrace: Avoid potential division by zero in function profiler new bf44f488e168 tracing: Change offset type to s32 in preempt/irq tracepoints new 50f9ad607ea8 kernel/trace: Fix do not unregister tracepoints when regis [...] new 72879ee0c53e tracing: Fix indentation issue new ae6088216ce4 Merge tag 'trace-v5.5-rc5' of git://git.kernel.org/pub/scm [...]
The 8 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: .../devicetree/bindings/spi/spi-controller.yaml | 4 +-- arch/arc/include/asm/entry-arcv2.h | 8 ++--- arch/arc/include/asm/hugepage.h | 1 - arch/arc/kernel/asm-offsets.c | 10 +++++- arch/arc/plat-eznps/Kconfig | 2 +- arch/arm64/include/asm/pgtable-prot.h | 5 ++- arch/arm64/include/asm/pgtable.h | 10 ++---- arch/arm64/mm/fault.c | 2 +- drivers/char/tpm/tpm_tis_core.c | 34 +++++++++---------- drivers/regulator/axp20x-regulator.c | 11 +++--- drivers/regulator/bd70528-regulator.c | 1 - drivers/rtc/rtc-mc146818-lib.c | 15 +-------- drivers/rtc/rtc-mt6397.c | 39 ++++++++++++++-------- drivers/rtc/rtc-sun6i.c | 16 +++++++++ drivers/spi/spi-dw.c | 15 +++++++-- drivers/spi/spi-dw.h | 1 + drivers/spi/spi-fsl-dspi.c | 24 ++++++------- drivers/spi/spi-uniphier.c | 31 ++++++++++------- drivers/spi/spi.c | 22 +++++------- drivers/watchdog/Kconfig | 2 ++ drivers/watchdog/imx7ulp_wdt.c | 2 +- drivers/watchdog/orion_wdt.c | 4 +-- drivers/watchdog/rn5t618_wdt.c | 1 + drivers/watchdog/w83627hf_wdt.c | 2 +- include/linux/mfd/mt6397/rtc.h | 8 +++++ include/linux/spi/spi.h | 4 +-- include/trace/events/preemptirq.h | 8 ++--- kernel/trace/fgraph.c | 14 ++++++++ kernel/trace/ftrace.c | 6 ++-- kernel/trace/trace_events_inject.c | 2 +- kernel/trace/trace_sched_wakeup.c | 4 ++- kernel/trace/trace_seq.c | 2 +- kernel/trace/trace_stack.c | 5 +++ mm/mmap.c | 6 ---- 34 files changed, 184 insertions(+), 137 deletions(-)