Hi Linus, The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262: Linux 6.2-rc3 (2023-01-08 11:49:43 -0600) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-next-signed-20230220 for you to fetch changes up to b14033a3e6ba73a5c68974a80b05cba55553ed5b: x86/hyperv: Fix hv_get/set_register for nested bringup (2023-02-16 14:32:37 +0000) ---------------------------------------------------------------- hyperv-next for v6.3. - Patches that allow Linux to run as the nested root partition for Microsoft Hypervisor (Jinank Jain and Nuno Das Neves). - One patch to clean up the return type of callback functions (Dawei Li). ---------------------------------------------------------------- Dawei Li (1): Drivers: hv: Make remove callback of hyperv driver void returned Jinank Jain (4): x86/hyperv: Add support for detecting nested hypervisor Drivers: hv: Setup synic registers in case of nested root partition x86/hyperv: Add an interface to do nested hypercalls Drivers: hv: Enable vmbus driver for nested root partition Nuno Das Neves (1): x86/hyperv: Fix hv_get/set_register for nested bringup arch/x86/include/asm/hyperv-tlfs.h | 17 ++++++- arch/x86/include/asm/mshyperv.h | 78 +++++++++++++++++++++------------ arch/x86/kernel/cpu/mshyperv.c | 72 ++++++++++++++++++++++++++++++ drivers/gpu/drm/hyperv/hyperv_drm_drv.c | 4 +- drivers/hid/hid-hyperv.c | 4 +- drivers/hv/hv.c | 18 +++++--- drivers/hv/hv_balloon.c | 4 +- drivers/hv/hv_common.c | 9 ++-- drivers/hv/hv_util.c | 4 +- drivers/hv/vmbus_drv.c | 2 +- drivers/input/serio/hyperv-keyboard.c | 4 +- drivers/net/hyperv/netvsc_drv.c | 5 +-- drivers/pci/controller/pci-hyperv.c | 8 +--- drivers/scsi/storvsc_drv.c | 4 +- drivers/uio/uio_hv_generic.c | 5 +-- drivers/video/fbdev/hyperv_fb.c | 5 +-- include/asm-generic/hyperv-tlfs.h | 1 + include/asm-generic/mshyperv.h | 1 + include/linux/hyperv.h | 2 +- net/vmw_vsock/hyperv_transport.c | 4 +- 20 files changed, 172 insertions(+), 79 deletions(-)