From: "Michael S. Tsirkin" <mst@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
alexander.h.duyck@linux.intel.com, arnd@arndb.de,
bjorn.andersson@linaro.org, eli@mellanox.com,
eperezma@redhat.com, gustavo@embeddedor.com, hulkci@huawei.com,
jasowang@redhat.com, mst@redhat.com, sfr@canb.auug.org.au,
yanaijie@huawei.com, yuehaibing@huawei.com
Subject: [GIT PULL v2] vhost: cleanups and fixes
Date: Mon, 20 Apr 2020 16:00:01 -0400 [thread overview]
Message-ID: <20200420160001-mutt-send-email-mst@kernel.org> (raw)
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:
Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
for you to fetch changes up to d085eb8ce727e581abf8145244eaa3339021be2f:
vhost: disable for OABI (2020-04-20 10:19:22 -0400)
Changes from v1:
Dropped a bunch of cleanups which turned out to be controversial
This has been in next for a while, though I tweaked some commit
logs so the hashes differ.
----------------------------------------------------------------
virtio: fixes, cleanups
Some bug fixes.
Cleanup a couple of issues that surfaced meanwhile.
Disable vhost on ARM with OABI for now - to be fixed
fully later in the cycle or in the next release.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Alexander Duyck (1):
virtio-balloon: Avoid using the word 'report' when referring to free page hinting
Eugenio Pérez (1):
vhost: Create accessors for virtqueues private_data
Gustavo A. R. Silva (1):
vhost: vdpa: remove unnecessary null check
Jason Wang (1):
vdpa: fix comment of vdpa_register_device()
Jason Yan (2):
vhost: remove set but not used variable 'status'
virtio-balloon: make virtballoon_free_page_report() static
Michael S. Tsirkin (15):
vdpa-sim: depend on HAS_DMA
virtio/test: fix up after IOTLB changes
tools/virtio: define aligned attribute
tools/virtio: make asm/barrier.h self contained
virtgpu: pull in uaccess.h
virtio-rng: pull in slab.h
remoteproc: pull in slab.h
virtio_input: pull in slab.h
rpmsg: pull in slab.h
remoteproc: pull in slab.h
vdpa: allow a 32 bit vq alignment
vdpa: make vhost, virtio depend on menu
virtio_blk: add a missing include
virtio: drop vringh.h dependency
vhost: disable for OABI
Stephen Rothwell (1):
drm/virtio: fix up for include file changes
YueHaibing (2):
vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'
vdpasim: Return status in vdpasim_get_status
drivers/block/virtio_blk.c | 1 +
drivers/char/hw_random/virtio-rng.c | 1 +
drivers/gpu/drm/virtio/virtgpu_ioctl.c | 1 +
drivers/gpu/drm/virtio/virtgpu_kms.c | 1 +
drivers/misc/mic/Kconfig | 2 +-
drivers/net/caif/Kconfig | 2 +-
drivers/remoteproc/remoteproc_sysfs.c | 1 +
drivers/remoteproc/stm32_rproc.c | 1 +
drivers/rpmsg/mtk_rpmsg.c | 1 +
drivers/vdpa/Kconfig | 18 ++++++------------
drivers/vdpa/ifcvf/ifcvf_base.c | 2 --
drivers/vdpa/ifcvf/ifcvf_main.c | 4 +---
drivers/vdpa/vdpa.c | 2 +-
drivers/vdpa/vdpa_sim/vdpa_sim.c | 4 ++--
drivers/vhost/Kconfig | 21 ++++++++++++++++-----
drivers/vhost/net.c | 28 +++++++++++++++-------------
drivers/vhost/scsi.c | 14 +++++++-------
drivers/vhost/test.c | 14 +++++++-------
drivers/vhost/vdpa.c | 5 -----
drivers/vhost/vhost.h | 27 +++++++++++++++++++++++++++
drivers/vhost/vringh.c | 5 +++++
drivers/vhost/vsock.c | 14 +++++++-------
drivers/virtio/Kconfig | 2 +-
drivers/virtio/virtio_balloon.c | 4 ++--
drivers/virtio/virtio_input.c | 1 +
include/linux/vdpa.h | 2 +-
include/linux/virtio.h | 1 -
include/linux/vringh.h | 6 ++++++
include/uapi/linux/virtio_balloon.h | 11 +++++++++--
tools/virtio/Makefile | 5 +++--
tools/virtio/asm/barrier.h | 1 +
tools/virtio/generated/autoconf.h | 0
tools/virtio/linux/compiler.h | 1 +
33 files changed, 128 insertions(+), 75 deletions(-)
create mode 100644 tools/virtio/generated/autoconf.h
next reply other threads:[~2020-04-20 20:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-20 20:00 Michael S. Tsirkin [this message]
2020-04-21 19:40 ` [GIT PULL v2] vhost: cleanups and fixes pr-tracker-bot
2020-04-21 19:40 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2020-04-07 9:53 Michael S. Tsirkin
2020-04-07 9:56 ` David Hildenbrand
2020-04-07 10:08 ` Michael S. Tsirkin
2020-04-09 4:05 ` pr-tracker-bot
2020-04-09 4:05 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200420160001-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=alexander.h.duyck@linux.intel.com \
--cc=arnd@arndb.de \
--cc=bjorn.andersson@linaro.org \
--cc=eli@mellanox.com \
--cc=eperezma@redhat.com \
--cc=gustavo@embeddedor.com \
--cc=hulkci@huawei.com \
--cc=jasowang@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
--cc=torvalds@linux-foundation.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=yanaijie@huawei.com \
--cc=yuehaibing@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.