[GIT PULL] xen: branch for v6.0-rc3

From: Juergen Gross
Date: Sat Aug 27 2022 - 04:30:52 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.0-rc3-tag

xen: branch for v6.0-rc3

It contains the following patches:

- 2 minor cleanups

- a fix of the xen/privcmd driver avoiding a possible NULL dereference
in an error case


Thanks.

Juergen

arch/x86/configs/xen.config | 1 -
drivers/xen/privcmd.c | 21 +++++++++++----------
drivers/xen/xen-scsiback.c | 2 +-
drivers/xen/xenbus/xenbus_probe_frontend.c | 2 +-
4 files changed, 13 insertions(+), 13 deletions(-)

Juergen Gross (1):
xen/privcmd: fix error exit of privcmd_ioctl_dm_op()

Lukas Bulwahn (1):
xen: x86: remove setting the obsolete config XEN_MAX_DOMAIN_MEMORY

Wolfram Sang (1):
xen: move from strlcpy with unused retval to strscpy