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:   Fri, 17 Jun 2022 14:22:32 +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,
        sthemmin@...rosoft.com, Michael Kelley <mikelley@...rosoft.com>
Subject: [GIT PULL] Hyper-V fixes for 5.19-rc3

Hi Linus

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed-20220617

for you to fetch changes up to 49d6a3c062a1026a5ba957c46f3603c372288ab6:

  x86/Hyper-V: Add SEV negotiate protocol support in Isolation VM (2022-06-15 18:27:40 +0000)

----------------------------------------------------------------
hyperv-fixes for 5.19-rc3
 - Fix hv_init_clocksource annotation (Masahiro Yamada)
 - Two bug fixes for vmbus driver (Saurabh Sengar)
 - Fix SEV negotiation (Tianyu Lan)
 - Fix comments in code (Xiang Wang)
 - One minor fix to HID driver (Michael Kelley)
----------------------------------------------------------------
Masahiro Yamada (1):
      clocksource: hyper-v: unexport __init-annotated hv_init_clocksource()

Michael Kelley (1):
      HID: hyperv: Correctly access fields declared as __le16

Saurabh Sengar (2):
      Drivers: hv: vmbus: Don't assign VMbus channel interrupts to isolated CPUs
      Drivers: hv: vmbus: Release cpu lock in error case

Tianyu Lan (1):
      x86/Hyper-V: Add SEV negotiate protocol support in Isolation VM

Xiang wangx (1):
      Drivers: hv: Fix syntax errors in comments

 arch/x86/hyperv/hv_init.c          |  6 +++
 arch/x86/hyperv/ivm.c              | 84 +++++++++++++++++++++++++++++++++++---
 arch/x86/include/asm/mshyperv.h    |  4 ++
 drivers/clocksource/hyperv_timer.c |  1 -
 drivers/hid/hid-hyperv.c           |  5 ++-
 drivers/hv/channel_mgmt.c          | 18 +++++---
 drivers/hv/hv_kvp.c                |  2 +-
 drivers/hv/vmbus_drv.c             |  4 ++
 8 files changed, 109 insertions(+), 15 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ