diff mbox series

linux-next: manual merge of the vhost tree with the net_next tree

Message ID 20241118172605.19ee6f25@canb.auug.org.au (mailing list archive)
State New
Headers show
Series linux-next: manual merge of the vhost tree with the net_next tree | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Stephen Rothwell Nov. 18, 2024, 6:26 a.m. UTC
Hi all,

Today's linux-next merge of the vhost tree got a conflict in:

  drivers/virtio/virtio_ring.c

between commits:

  9f19c084057a ("virtio_ring: introduce vring_need_unmap_buffer")
  880ebcbe0663 ("virtio_ring: remove API virtqueue_set_dma_premapped")

from the net_next tree and commit:

  a49c26f761d2 ("virtio: Make vring_new_virtqueue support packed vring")

from the vhost tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.
diff mbox series

Patch

diff --cc drivers/virtio/virtio_ring.c
index 8167be01b400,48b297f88aba..000000000000
--- a/drivers/virtio/virtio_ring.c