This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 79c3ba3206c7 Merge tag 'drm-fixes-2019-06-07-1' of git://anongit.freede [...] new e2e88325f4bc selftests: vm: Fix test build failure when built by itself new 0ad43e29b6e8 Merge tag 'linux-kselftest-5.2-rc4-2' of git://git.kernel. [...] new 1c90836f70f9 scsi: ufs: Check that space was properly alloced in copy_q [...] new cc8f52609bb4 scsi: smartpqi: unlock on error in pqi_submit_raid_request [...] new 1b02caa319cf Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new ca09720657fc MAINTAINERS: Hand over skd maintainership new e0241fb0b943 block: aoe: no need to check return value of debugfs_creat [...] new 98d669b49120 block: Drop unlikely before IS_ERR(_OR_NULL) new a48bc520011e nvme-pci: don't limit DMA segement size new 84f3fc7aec42 rsxx: don't call dma_set_max_seg_size new bb6f59af309c mtip32xx: also set max_segment_size in the device new cf1db7fc8c2d mmc: also set max_segment_size in the device new c3e2219216c9 block: free sched's request pool in blk_cleanup_queue new 54b7b868e826 cgroup: let a symlink too be created with a cftype file new 19e9da9e86c4 block, bfq: add weight symlink to the bfq.weight cgroup parameter new 5651cd3c4336 nvme-rdma: fix queue mapping when queue count is limited new 6486199378a5 nvme-tcp: fix queue mapping when queue count is limited new 3562f5d9f21e nvmet: fix data_len to 0 for bdev-backed write_zeroes new c8e8c77b3bdb nvme: Fix u32 overflow in the number of namespace list cal [...] new 62f99b62e5e3 nvme-rdma: use dynamic dma mapping per command new 6c70f899b808 Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org [...] new 8d72e5bd86cb Merge tag 'for-linus-20190608' of git://git.kernel.dk/linux-block
The 22 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 | 2 +- block/bfq-cgroup.c | 6 +- block/blk-cgroup.c | 2 +- block/blk-core.c | 13 +++ block/blk-mq-sched.c | 30 ++++++- block/blk-mq-sched.h | 1 + block/blk-sysfs.c | 2 +- block/blk.h | 10 ++- block/elevator.c | 2 +- drivers/block/aoe/aoeblk.c | 16 +--- drivers/block/mtip32xx/mtip32xx.c | 1 + drivers/block/rsxx/core.c | 1 - drivers/mmc/core/queue.c | 2 + drivers/nvme/host/core.c | 3 +- drivers/nvme/host/pci.c | 6 ++ drivers/nvme/host/rdma.c | 152 ++++++++++++++++++++++------------ drivers/nvme/host/tcp.c | 57 +++++++++++-- drivers/nvme/target/io-cmd-bdev.c | 1 + drivers/scsi/smartpqi/smartpqi_init.c | 6 +- drivers/scsi/ufs/ufshcd.c | 3 +- include/linux/cgroup-defs.h | 3 + kernel/cgroup/cgroup.c | 33 +++++++- tools/testing/selftests/vm/Makefile | 4 - 23 files changed, 257 insertions(+), 99 deletions(-)