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:   Sun, 9 Oct 2022 20:43:45 +0000
From:   Wei Liu <wei.liu@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Wei Liu <wei.liu@...nel.org>,
        Linux Kernel List <linux-kernel@...r.kernel.org>,
        Linux on Hyper-V List <linux-hyperv@...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 next for 6.1

Hi Linus,

The following changes since commit 521a547ced6477c54b4b0cc206000406c221b4d6:

  Linux 6.0-rc6 (2022-09-18 13:44:14 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 154fb14df7a3c81dea82eca7c0c46590f5ffc3d2:

  x86/hyperv: Replace kmap() with kmap_local_page() (2022-10-03 08:49:48 +0000)

----------------------------------------------------------------
hyperv-next for 6.1
 - Remove unnecessary delay while probing for VMBus (Stanislav
   Kinsburskiy)
 - Optimize vmbus_on_event (Saurabh Sengar)
 - Fix a race in Hyper-V DRM driver (Saurabh Sengar)
 - Miscellaneous clean-up patches from various people
----------------------------------------------------------------
Easwar Hariharan (1):
      Drivers: hv: vmbus: Use PCI_VENDOR_ID_MICROSOFT for better discoverability

Jiapeng Chong (1):
      Drivers: hv: vmbus: Fix kernel-doc

Kees Cook (1):
      Drivers: hv: vmbus: Split memcpy of flex-array

Li kunyu (1):
      hyperv: simplify and rename generate_guest_id

Saurabh Sengar (3):
      Drivers: hv: vmbus: Optimize vmbus_on_event
      drm/hyperv: Don't overwrite dirt_needed value set by host
      drm/hyperv: Add ratelimit on error message

Stanislav Kinsburskiy (1):
      Drivers: hv: vmbus: Don't wait for the ACPI device upon initialization

Zhao Liu (1):
      x86/hyperv: Replace kmap() with kmap_local_page()

wangjianli (1):
      scsi: storvsc: remove an extraneous "to" in a comment

 arch/arm64/hyperv/mshyperv.c              |  2 +-
 arch/x86/hyperv/hv_init.c                 |  6 +++---
 drivers/gpu/drm/hyperv/hyperv_drm_drv.c   |  2 --
 drivers/gpu/drm/hyperv/hyperv_drm_proto.c |  2 +-
 drivers/hv/connection.c                   | 33 +++++++++++++------------------
 drivers/hv/vmbus_drv.c                    | 20 ++++++++-----------
 drivers/scsi/storvsc_drv.c                | 11 ++++++++++-
 include/asm-generic/mshyperv.h            |  9 +++------
 8 files changed, 40 insertions(+), 45 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ