The following changes since commit d72e90f33aa4709ebecc5005562f52335e106a60:
Linux 4.18-rc6 (2018-07-22 14:12:20 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
for you to fetch changes up to 89da619bc18d79bca5304724c11d4ba3b67ce2c6:
virtio_balloon: fix another race between migration and ballooning (2018-07-30
16:45:33 +0300)
----------------------------------------------------------------
virtio: last-minute fixes
Some bugfixes that seem important and safe enough to merge at the last
minute.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
----------------------------------------------------------------
Jiang Biao (1):
virtio_balloon: fix another race between migration and ballooning
Michael S. Tsirkin (2):
tools/virtio: add dma barrier stubs
tools/virtio: add kmalloc_array stub
drivers/virtio/virtio_balloon.c | 2 ++
tools/virtio/asm/barrier.h | 4 ++--
tools/virtio/linux/kernel.h | 5 +++++
3 files changed, 9 insertions(+), 2 deletions(-)