This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fbb58011fdd9 Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/p [...] new 24eae8ebfb29 vdpa: fix typos in the comments for __vdpa_alloc_device() new c09cc2c31986 vhost_vdpa: Fix potential underflow in vhost_vdpa_mmap() new 1c3d69ab5348 virtio-mem: silence a static checker warning new b3562c6087b5 virtio-mem: add memory via add_memory_driver_managed() new 633fae33d562 tools/virtio: Add --batch option new 7add78b2a6b7 tools/virtio: Add --batch=random option new 264ee5aa81ec tools/virtio: Add --reset new 4cfb93935337 tools/virtio: Use __vring_new_virtqueue in virtio_test.c new 674123926029 tools/virtio: Extract virtqueue initialization in vq_reset new 1d8bf5c3a3a1 tools/virtio: Reset index in virtio_test --reset. new cb91909e48a4 tools/virtio: Use tools/include/list.h instead of stubs new fc10807db5ce Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 3c597282887f erofs: fix partially uninitialized misuse in z_erofs_onlin [...] new 8be3a53e18e0 Merge tag 'erofs-for-5.8-rc3-fixes' of git://git.kernel.or [...]
The 14 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: drivers/vdpa/vdpa.c | 2 +- drivers/vhost/test.c | 57 ++++++++++++++++++ drivers/vhost/test.h | 1 + drivers/vhost/vdpa.c | 2 +- drivers/virtio/virtio_mem.c | 27 +++++++-- fs/erofs/zdata.h | 20 +++---- tools/virtio/linux/kernel.h | 7 +-- tools/virtio/linux/virtio.h | 5 +- tools/virtio/virtio_test.c | 139 +++++++++++++++++++++++++++++++++++++------- tools/virtio/vringh_test.c | 2 + 10 files changed, 217 insertions(+), 45 deletions(-)