This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1d94330a437a Merge tag 'for-5.11/dm-fixes-1' of git://git.kernel.org/pu [...] new 29a951dfb3c3 mm: fix clear_refs_write locking new 9348b73c2e1b mm: don't play games with pinned pages in clear_page_refs new cf7b2ae4d704 riscv: return -ENOSYS for syscall -1 new 11f4c2e940e2 riscv: Fix kernel time_init() new 1f1496a923b6 riscv: Fix sifive serial driver new 643437b996ba riscv: Enable interrupts during syscalls with M-Mode new 0ea02c737752 riscv: Drop a duplicated PAGE_KERNEL_EXEC new 7cd1af107a92 riscv: Trace irq on only interrupt is enabled new 80709af7325d riscv: cacheinfo: Fix using smp_processor_id() in preemptible new 0aa2ec8a475f riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALL new c25a053e1577 riscv: Fix KASAN memory mapping. new be969b7cfbcf dts: phy: fix missing mdio device and probe failure of vsc [...] new a0fa9d727043 dts: phy: add GPIO number and active state used for phy reset new 0983834a8393 riscv: defconfig: enable gpio support for HiFive Unleashed new dec822771b01 riscv: stacktrace: Move register keyword to beginning of d [...] new 797f0375dd2e RISC-V: Do not allocate memblock while iterating reserved [...] new abb8e86b2696 RISC-V: Set current memblock limit new e557793799c5 RISC-V: Fix maximum allowed phsyical memory for RV32 new acda701bf1e8 Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.o [...] new d434ab6db524 io_uring: drop mm and files after task_work_run new 621fadc22365 io_uring: don't take files/mm for a dead task new b4411616c26f io_uring: fix null-deref in io_disable_sqo_submit new 06585c497b55 io_uring: do sqo disable on install_fd error new f010505b78a4 io_uring: flush timeouts that should already have expired new a8d13dbccb13 io_uring: ensure finish_wait() is always called in __io_ur [...] new 11c0239ae264 Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.d [...] new 7a84665619bb nvmet-rdma: Fix NULL deref when setting pi_enable and trad [...] new ada831772188 nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPT new ca1ff67d0fb1 nvme-tcp: fix possible data corruption with bio merges new 5ab25a32cd90 nvme: don't intialize hwmon for discovery controllers new b4f664252f51 Merge tag 'nvme-5.11-2021-01-14' of git://git.infradead.or [...] new 54c6247d06f1 Merge tag 'block-5.11-2021-01-16' of git://git.kernel.dk/l [...]
The 32 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/Kconfig | 6 ++- .../riscv/boot/dts/sifive/hifive-unleashed-a00.dts | 2 + arch/riscv/configs/defconfig | 2 + arch/riscv/include/asm/pgtable.h | 1 - arch/riscv/include/asm/vdso.h | 2 +- arch/riscv/kernel/cacheinfo.c | 11 ++++- arch/riscv/kernel/entry.S | 24 +++++----- arch/riscv/kernel/setup.c | 24 +++++----- arch/riscv/kernel/stacktrace.c | 5 +- arch/riscv/kernel/time.c | 3 ++ arch/riscv/kernel/vdso.c | 2 +- arch/riscv/mm/init.c | 16 ++++++- arch/riscv/mm/kasan_init.c | 4 +- drivers/nvme/host/core.c | 11 +++-- drivers/nvme/host/tcp.c | 4 +- drivers/nvme/target/rdma.c | 16 +++---- drivers/tty/serial/sifive.c | 1 + fs/io_uring.c | 46 +++++++++++++++++-- fs/proc/task_mmu.c | 53 ++++++++++++---------- 19 files changed, 157 insertions(+), 76 deletions(-)