Re: [PULL] virtio: last minute bugfixes

2019-11-23 Thread pr-tracker-bot
The pull request you sent on Sat, 23 Nov 2019 11:55:52 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6b8a794678763130b7e7d049985008641dc494e8

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization


[PULL] virtio: last minute bugfixes

2019-11-23 Thread Michael S. Tsirkin
The following changes since commit af42d3466bdc8f39806b26f593604fdc54140bcb:

  Linux 5.4-rc8 (2019-11-17 14:47:30 -0800)

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 c9a6820fc0da2603be3054ee7590eb9f350508a7:

  virtio_balloon: fix shrinker count (2019-11-20 02:15:57 -0500)


virtio: last minute bugfixes

Minor bugfixes all over the place.

Signed-off-by: Michael S. Tsirkin 


Halil Pasic (1):
  virtio_ring: fix return code on DMA mapping fails

Laurent Vivier (1):
  virtio_console: allocate inbufs in add_port() only if it is needed

Michael S. Tsirkin (1):
  virtio_balloon: fix shrinker scan number of pages

Wei Wang (1):
  virtio_balloon: fix shrinker count

 drivers/char/virtio_console.c   | 28 +---
 drivers/virtio/virtio_balloon.c | 20 +---
 drivers/virtio/virtio_ring.c|  4 ++--
 3 files changed, 28 insertions(+), 24 deletions(-)

___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization


[PULL] virtio: last minute bugfixes

2019-09-12 Thread Michael S. Tsirkin
The following changes since commit 02fa5d7b17a761f53ef1eedfc254e1f33bd226b0:

  mm/balloon_compaction: suppress allocation warnings (2019-09-04 07:42:01 
-0400)

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 060423bfdee3f8bc6e2c1bac97de24d5415e2bc4:

  vhost: make sure log_num < in_num (2019-09-11 15:15:26 -0400)


virtio: last minute bugfixes

A couple of security things.

And an error handling bugfix that is never encountered by most people,
but that also makes it kind of safe to push at the last minute, and it
helps push the fix to stable a bit sooner.

Signed-off-by: Michael S. Tsirkin 


Matthias Lange (1):
  virtio_ring: fix unmap of indirect descriptors

Michael S. Tsirkin (1):
  vhost: block speculation of translated descriptors

yongduan (1):
  vhost: make sure log_num < in_num

 drivers/vhost/vhost.c| 10 ++
 drivers/virtio/virtio_ring.c |  8 ++--
 2 files changed, 12 insertions(+), 6 deletions(-)
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization