Message ID | 20201130035010-mutt-send-email-mst@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [GIT,PULL] vhost,vdpa: bugfixes | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
The pull request you sent on Mon, 30 Nov 2020 03:50:10 -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/f43691b59fae581ca83349539c686ecf4a01e42d
Thank you!
The following changes since commit 418baf2c28f3473039f2f7377760bd8f6897ae18: Linux 5.10-rc5 (2020-11-22 15:36:08 -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 ad89653f79f1882d55d9df76c9b2b94f008c4e27: vhost-vdpa: fix page pinning leakage in error path (rework) (2020-11-25 04:29:07 -0500) ---------------------------------------------------------------- vhost,vdpa: fixes A couple of minor fixes. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> ---------------------------------------------------------------- Mike Christie (1): vhost scsi: fix lun reset completion handling Si-Wei Liu (1): vhost-vdpa: fix page pinning leakage in error path (rework) Stefano Garzarella (1): vringh: fix vringh_iov_push_*() documentation drivers/vhost/scsi.c | 4 ++- drivers/vhost/vdpa.c | 80 ++++++++++++++++++++++++++++++++++++++------------ drivers/vhost/vringh.c | 6 ++-- 3 files changed, 68 insertions(+), 22 deletions(-)