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-mainline-allnoconfig in repository toolchain/ci/linux.
from 70c25259537c csky: fixup compile error with CPU 810. adds 19e16fb4f319 mtd: Fix the check on nvmem_register() ret code adds 2b6f0090a333 mtd: Check add_mtd_device() ret code adds 81d9bdf59092 mtd: rawnand: qcom: fix memory corruption that causes panic adds e7446be4468b Merge tag 'mtd/fixes-for-5.0-rc2' of git://git.infradead.o [...] adds f4351a199cc1 ALSA: usb-audio: Avoid access before bLength check in buil [...] adds 0bfe5e434e66 ALSA: usb-audio: Check mixer unit descriptors more strictly adds 3e96d7280f16 ALSA: usb-audio: Always check descriptor sizes in parser code adds cbb2ebf70daf ALSA: usb-audio: Fix an out-of-bound read in create_compos [...] adds c2a7c55a0406 ALSA: hda/realtek - Support Dell headset mode for New AIO [...] adds 1524f4e47f90 ALSA: cs46xx: Potential NULL dereference in probe adds f5c9571e2265 ALSA: usb-audio: fix CM6206 register definitions adds 4d4b0c52bde4 ALSA: hda/realtek - Add unplug function into unplug state [...] adds d1dd42110d27 ALSA: hda/realtek - Disable headset Mic VREF for headset m [...] adds f0ebbe9b18e0 Merge tag 'sound-5.0-rc2' of git://git.kernel.org/pub/scm/ [...] adds d1fc1176c055 vfio/pci: set TRACE_INCLUDE_PATH to fix the build error adds 58fec830fc19 vfio/type1: Fix unmap overflow off-by-one adds 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 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 [...] adds 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 3 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/mtd/mtdcore.c | 2 +- drivers/mtd/mtdcore.h | 2 +- drivers/mtd/mtdpart.c | 36 +++++++++++++++--- drivers/mtd/nand/raw/qcom_nandc.c | 20 +++++----- 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 ++++++++++++++ drivers/vfio/pci/trace.h | 2 +- drivers/vfio/vfio_iommu_type1.c | 2 +- include/uapi/linux/audit.h | 2 + sound/pci/cs46xx/dsp_spos.c | 3 ++ sound/pci/hda/patch_realtek.c | 18 ++++++++- sound/usb/card.c | 2 +- sound/usb/mixer.c | 29 ++++++++++++--- sound/usb/quirks-table.h | 6 +++ sound/usb/quirks.c | 2 +- sound/usb/stream.c | 36 ++++++++++++------ .../arch}/riscv/include/uapi/asm/bitsperlong.h | 0 tools/include/uapi/asm/bitsperlong.h | 2 + 33 files changed, 286 insertions(+), 81 deletions(-) create mode 100644 drivers/tty/serial/earlycon-riscv-sbi.c copy {arch => tools/arch}/riscv/include/uapi/asm/bitsperlong.h (100%)