This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c8ce94b8fe53 Merge tag 'mips_fixes_4.20_3' of git://git.kernel.org/pub/ [...] new 21f70d4abf9e RISC-V: Fix raw_copy_{to,from}_user() new c0fbcd991860 RISC-V: Build flat and compressed kernel images new 0138ebb90c63 riscv: fix warning in arch/riscv/include/asm/module.h new 27f8899d6002 riscv: add asm/unistd.h UAPI header new 5d8f81ba1da5 RISC-V: recognize S/U mode bits in print_isa new 92b419289cee Merge tag 'riscv-for-linus-4.20-rc4' of git://git.kernel.o [...]
The 6 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: arch/riscv/Makefile | 15 +++++- arch/{arm64 => riscv}/boot/.gitignore | 0 arch/riscv/boot/Makefile | 33 ++++++++++++ arch/riscv/boot/install.sh | 60 ++++++++++++++++++++++ arch/riscv/include/asm/module.h | 1 + arch/riscv/include/asm/uaccess.h | 4 +- arch/riscv/include/asm/unistd.h | 5 +- .../include/uapi/asm/{syscalls.h => unistd.h} | 26 +++++++--- arch/riscv/kernel/cpu.c | 9 ++-- arch/riscv/kernel/head.S | 10 ++++ arch/riscv/kernel/vmlinux.lds.S | 2 +- 11 files changed, 148 insertions(+), 17 deletions(-) copy arch/{arm64 => riscv}/boot/.gitignore (100%) create mode 100644 arch/riscv/boot/Makefile create mode 100644 arch/riscv/boot/install.sh rename arch/riscv/include/uapi/asm/{syscalls.h => unistd.h} (53%)