This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1bdbe2274920 Merge tag 'vfio-v5.0-rc2' of git://github.com/awilliam/linux-vfio new 22e6a2e14cb8 RISC-V: Make BSS section as the last section in vmlinux.lds.S new d0df00e30e4b tools uapi: fix RISC-V 64-bit support new 8fd6e05c7463 arch: riscv: support kernel command line forcing when no D [...] new 37a107ff6dcd riscv: don't stop itself in smp_send_stop new af5f462c2d9e MAINTAINERS: SiFive drivers: change the git tree to a SiFi [...] new 3b56adcf94d0 MAINTAINERS: SiFive drivers: add myself as a SiFive driver [...] new 2cffc9569050 RISC-V: Support MODULE_SECTIONS mechanism on RV32 new efe75c494f57 riscv: add audit support new 0aea89430a4c riscv: audit: add audit hook in do_syscall_trace_enter/exit() new 45ef1aa8a0e3 riscv: define NR_syscalls in unistd.h new 008e901b7028 riscv: define CREATE_TRACE_POINTS in ptrace.c new 775800b0f1d7 riscv: fix trace_sys_exit hook new 5aeb1b36cedd riscv: add HAVE_SYSCALL_TRACEPOINTS to Kconfig new 801009424e05 Fix a handful of audit-related issue new 27de1f541f1f tty/serial: Add RISC-V SBI earlycon support new 4f548c25a38e Merge tag 'riscv-for-linus-4.21-rc2-v2' of git://git.kerne [...] new a3869d43c980 PCI: amlogic: Fix build failure due to missing gpio header new de6629eb262e Merge tag 'pci-v5.0-fixes-1' of git://git.kernel.org/pub/s [...]
The 18 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: 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%)