lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 20 Feb 2023 14:23:11 +0000
From:   Wei Liu <wei.liu@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Wei Liu <wei.liu@...nel.org>,
        Linux on Hyper-V List <linux-hyperv@...r.kernel.org>,
        Linux Kernel List <linux-kernel@...r.kernel.org>,
        kys@...rosoft.com, haiyangz@...rosoft.com, decui@...rosoft.com,
        Michael Kelley <mikelley@...rosoft.com>
Subject: [GIT PULL] Hyper-V commits for 6.3

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@...olite.kernel.org/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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ