This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b9959c7a347d filldir[64]: remove WARN_ON_ONCE() for bad directory entries new 2f01b7864188 riscv: remove the switch statement in do_trap_break() new 2993c9b04e61 riscv: dts: HiFive Unleashed: add default chosen/stdout-path new 4c8eb19cf9dc riscv: tlbflush: remove confusing comment on local_flush_t [...] new 5bf4e52ff031 RISC-V: fix virtual address overlapped in FIXADDR_START an [...] new dfdcff3215ae Merge tag 'riscv/for-v5.4-rc4' of git://git.kernel.org/pub [...] new 7a7c5e715e72 block: Fix elv_support_iosched() new 5da0fb1ab34c io_uring: consider the overflow of sequence for timeout req new 9d179b865449 blkcg: Fix multiple bugs in blkcg_activate_policy() new 307f4065b9d7 blk-rq-qos: fix first node deletion of rq_qos_del() new 09d6ac8dc51a libata/ahci: Fix PCS quirk application new 3874d73e06c9 md/raid0: fix warning message for parameter default_layout new 6333ff6e5a43 Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/ [...] new 491381ce07ca io_uring: fix up O_NONBLOCK handling for sockets new 8b07a65ad30e io_uring: fix logic error in io_timeout new 6abff1b9f7b8 nvme: fix possible deadlock when nvme_update_formats fails new 3a8ecc935efa nvme: retain split access workaround for capability reads new 770597ecb207 nvme-pci: Free tagset if no IO queues new 5d02a5c1d6e1 nvme: Remove ADMIN_ONLY state new 92b98e88d59a nvme: Restart request timers in resetting state new 4c75f877853c nvme: Prevent resets during paused controller state new c1ac9a4b0797 nvme: Wait for reset state when required new ac1c4e18858c nvme-tcp: Initialize sk->sk_ll_usec only with NET_RX_BUSY_POLL new 5812d04c4c74 nvmet-loop: fix possible leakage during error flow new 28a4cac48c7e nvme-tcp: fix possible leakage during error flow new a4f40484e7f1 nvme-pci: Set the prp2 correctly when using more than 4k page new b55f0097ae1d Merge branch 'nvme-5.4' of git://git.infradead.org/nvme in [...] new d418d070057c Merge tag 'for-linus-2019-10-18' of git://git.kernel.dk/li [...]
The 27 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: .../riscv/boot/dts/sifive/hifive-unleashed-a00.dts | 1 + arch/riscv/include/asm/pgtable.h | 16 ++-- arch/riscv/include/asm/tlbflush.h | 4 - arch/riscv/kernel/traps.c | 22 ++--- block/blk-cgroup.c | 69 +++++++++++----- block/blk-rq-qos.h | 13 ++- block/elevator.c | 3 +- drivers/ata/ahci.c | 4 +- drivers/md/raid0.c | 2 +- drivers/nvme/host/core.c | 94 ++++++++++++++++------ drivers/nvme/host/fabrics.h | 3 +- drivers/nvme/host/nvme.h | 5 +- drivers/nvme/host/pci.c | 83 +++++++++++-------- drivers/nvme/host/rdma.c | 8 ++ drivers/nvme/host/tcp.c | 11 +++ drivers/nvme/target/loop.c | 4 +- fs/io_uring.c | 84 +++++++++++++------ 17 files changed, 286 insertions(+), 140 deletions(-)