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-defconfig in repository toolchain/ci/linux.
from 1bdbe2274920 Merge tag 'vfio-v5.0-rc2' of git://github.com/awilliam/linux-vfio adds 22e6a2e14cb8 RISC-V: Make BSS section as the last section in vmlinux.lds.S adds d0df00e30e4b tools uapi: fix RISC-V 64-bit support adds 8fd6e05c7463 arch: riscv: support kernel command line forcing when no D [...] adds 37a107ff6dcd riscv: don't stop itself in smp_send_stop adds af5f462c2d9e MAINTAINERS: SiFive drivers: change the git tree to a SiFi [...] adds 3b56adcf94d0 MAINTAINERS: SiFive drivers: add myself as a SiFive driver [...] adds 2cffc9569050 RISC-V: Support MODULE_SECTIONS mechanism on RV32 adds efe75c494f57 riscv: add audit support adds 0aea89430a4c riscv: audit: add audit hook in do_syscall_trace_enter/exit() adds 45ef1aa8a0e3 riscv: define NR_syscalls in unistd.h adds 008e901b7028 riscv: define CREATE_TRACE_POINTS in ptrace.c adds 775800b0f1d7 riscv: fix trace_sys_exit hook adds 5aeb1b36cedd riscv: add HAVE_SYSCALL_TRACEPOINTS to Kconfig adds 801009424e05 Fix a handful of audit-related issue adds 27de1f541f1f tty/serial: Add RISC-V SBI earlycon support adds 4f548c25a38e Merge tag 'riscv-for-linus-4.21-rc2-v2' of git://git.kerne [...] adds a3869d43c980 PCI: amlogic: Fix build failure due to missing gpio header adds de6629eb262e Merge tag 'pci-v5.0-fixes-1' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 3 +- arch/riscv/Kconfig | 4 +- arch/riscv/include/asm/module.h | 28 +++++++------- arch/riscv/include/asm/ptrace.h | 5 +++ arch/riscv/include/asm/syscall.h | 10 +++++ arch/riscv/include/asm/thread_info.h | 6 +++ arch/riscv/include/asm/unistd.h | 2 + arch/riscv/kernel/entry.S | 4 +- arch/riscv/kernel/module-sections.c | 30 ++++++++------- arch/riscv/kernel/ptrace.c | 9 ++++- arch/riscv/kernel/setup.c | 9 ++++- arch/riscv/kernel/smp.c | 43 ++++++++++++++++++---- arch/riscv/kernel/vmlinux.lds.S | 8 +++- drivers/pci/controller/dwc/pci-meson.c | 1 + drivers/tty/serial/Kconfig | 12 ++++++ drivers/tty/serial/Makefile | 1 + drivers/tty/serial/earlycon-riscv-sbi.c | 28 ++++++++++++++ include/uapi/linux/audit.h | 2 + .../arch}/riscv/include/uapi/asm/bitsperlong.h | 0 tools/include/uapi/asm/bitsperlong.h | 2 + 20 files changed, 165 insertions(+), 42 deletions(-) create mode 100644 drivers/tty/serial/earlycon-riscv-sbi.c copy {arch => tools/arch}/riscv/include/uapi/asm/bitsperlong.h (100%)