This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from b60bc0665e6a Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/proje [...] adds 1200e07f3ad4 block: don't use for-inside-for in bio_for_each_segment_all adds 704236672eda tools/io_uring: remove IOCQE_FLAG_CACHEHIT adds 3ec482d15cb9 io_uring: restrict IORING_SETUP_SQPOLL to root adds eed47d19d936 block, bfq: fix use after free in bfq_bfqq_expire adds bf348f9b78d4 virtio-blk: limit number of hw queues by nr_cpu_ids adds 1978f30a8773 scsi: virtio_scsi: limit number of hw queues by nr_cpu_ids adds 1b8f21b74c3c blk-mq: introduce blk_mq_complete_request_sync() adds eb3afb75b57c nvme: cancel request synchronously adds b2b3a70cd998 lightnvm: pblk: fix crash in pblk_end_partial_read due to [...] adds a3761c3c9120 block: do not leak memory in bio_copy_user_iov() adds 67f471b6ed3b nvme-fc: correct csn initialization and increments on error adds d808b7f759b5 nvmet: fix discover log page when offsets are used adds c0c14e935032 Merge branch 'nvme-5.1' of git://git.infradead.org/nvme in [...] adds a89afe58f1a7 block: fix the return errno for direct IO adds 4443f8e6ac77 Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-block new f958d7b528b1 mm: make page ref count overflow check tighter and more explicit new 88b1a17dfc3e mm: add 'try_get_page()' helper function new 8fde12ca79af mm: prevent get_user_pages() from overflowing page refcount new 15fab63e1e57 fs: prevent page refcount overflow in pipe_buf_get new 6b3a70773630 Merge branch 'page-refs' (page ref overflow) new dc4060a5dc25 Linux 5.1-rc5
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: Makefile | 2 +- block/bfq-iosched.c | 15 +++++---- block/bfq-iosched.h | 2 +- block/bfq-wf2q.c | 17 +++++++++-- block/bio.c | 5 ++- block/blk-mq.c | 7 +++++ drivers/block/virtio_blk.c | 2 ++ drivers/lightnvm/pblk-read.c | 50 +++++++++++++++++------------- drivers/nvme/host/core.c | 2 +- drivers/nvme/host/fc.c | 20 +++++++++--- drivers/nvme/target/admin-cmd.c | 5 +++ drivers/nvme/target/discovery.c | 68 +++++++++++++++++++++++++++-------------- drivers/nvme/target/nvmet.h | 1 + drivers/scsi/virtio_scsi.c | 1 + fs/block_dev.c | 8 ++--- fs/fuse/dev.c | 12 ++++---- fs/io_uring.c | 4 +++ fs/pipe.c | 4 +-- fs/splice.c | 12 ++++++-- include/linux/bio.h | 20 +++++++----- include/linux/blk-mq.h | 1 + include/linux/bvec.h | 14 ++++++--- include/linux/mm.h | 15 ++++++++- include/linux/nvme.h | 9 ++++-- include/linux/pipe_fs_i.h | 10 +++--- kernel/trace/trace.c | 6 +++- mm/gup.c | 48 +++++++++++++++++++++-------- mm/hugetlb.c | 13 ++++++++ tools/io_uring/io_uring-bench.c | 32 +++---------------- 29 files changed, 267 insertions(+), 138 deletions(-)