Message ID | 20231225082749-mutt-send-email-mst@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [GIT,PULL] virtio: bugfixes | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | success | Errors and warnings before: 1115 this patch: 1115 |
netdev/build_clang | success | Errors and warnings before: 1141 this patch: 1141 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 1143 this patch: 1142 |
netdev/build_clang_rust | success | No Rust files in patch. Skipping build |
The pull request you sent on Mon, 25 Dec 2023 08:27:49 -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/fbafc3e621c3f4ded43720fdb1d6ce1728ec664e
Thank you!
The following changes since commit cefc9ba6aed48a3aa085888e3262ac2aa975714b: pds_vdpa: set features order (2023-12-01 09:55:01 -0500) 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 b8e0792449928943c15d1af9f63816911d139267: virtio_blk: fix snprintf truncation compiler warning (2023-12-04 09:43:53 -0500) ---------------------------------------------------------------- virtio: bugfixes A couple of bugfixes: one for a regression. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> ---------------------------------------------------------------- Stefan Hajnoczi (1): virtio_blk: fix snprintf truncation compiler warning Xuan Zhuo (1): virtio_ring: fix syncs DMA memory with different direction drivers/block/virtio_blk.c | 8 ++++---- drivers/virtio/virtio_ring.c | 6 ++---- 2 files changed, 6 insertions(+), 8 deletions(-)