[GIT PULL] xen: branch for v6.8-rc1

From: Juergen Gross
Date: Thu Jan 11 2024 - 07:20:00 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.8-rc1-tag

xen: branch for v6.8-rc1

It contains:

- a patch updating some Xen PV interface related headers
- a patch fixing some kernel-doc comments in the xenbus driver
- a patch fixing the Xen gntdev driver to not access the struct page
of pages imported from a DMA-buf


Thanks.

Juergen

drivers/xen/gntdev-dmabuf.c | 50 ++++++++++++++++----------------
drivers/xen/xenbus/xenbus_client.c | 59 ++++++++++++++++++++++----------------
include/xen/interface/io/displif.h | 2 +-
include/xen/interface/io/ring.h | 2 +-
include/xen/interface/io/sndif.h | 2 +-
5 files changed, 62 insertions(+), 53 deletions(-)

Juergen Gross (1):
xen: update PV-device interface headers

Oleksandr Tyshchenko (1):
xen/gntdev: Fix the abuse of underlying struct page in DMA-buf import

Randy Dunlap (1):
xen/xenbus: client: fix kernel-doc comments