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:   Tue, 4 Aug 2020 10:15:16 +0000
From:   Wei Liu <wei.liu@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Wei Liu <wei.liu@...nel.org>, kys@...rosoft.com,
        sthemmin@...rosoft.com, haiyangz@...rosoft.com,
        Michael Kelley <mikelley@...rosoft.com>,
        Linux on Hyper-V List <linux-hyperv@...r.kernel.org>,
        Linux Kernel List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Hyper-V commits for 5.9

Hi Linus

Please pull the following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -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

for you to fetch changes up to 7deff7b5b4395784b194bae3631b8333d3423938:

  hyperv: hyperv.h: drop a duplicated word (2020-07-23 17:55:20 +0000)

----------------------------------------------------------------
hyperv-next for 5.9
  - A patch series from Andrea to improve vmbus code.
  - Two clean-up patches from Alexander and Randy.

----------------------------------------------------------------
Alexander A. Klimov (1):
      tools: hv: change http to https in hv_kvp_daemon.c

Andrea Parri (Microsoft) (8):
      Drivers: hv: vmbus: Remove the target_vp field from the vmbus_channel struct
      Drivers: hv: vmbus: Remove the numa_node field from the vmbus_channel struct
      Drivers: hv: vmbus: Replace cpumask_test_cpu(, cpu_online_mask) with cpu_online()
      Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_list readers)
      Drivers: hv: vmbus: Use channel_mutex in channel_vp_mapping_show()
      Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_list updaters)
      scsi: storvsc: Introduce the per-storvsc_device spinlock
      Drivers: hv: vmbus: Remove the lock field from the vmbus_channel struct

Randy Dunlap (1):
      hyperv: hyperv.h: drop a duplicated word

 drivers/hv/channel.c        |  9 +++------
 drivers/hv/channel_mgmt.c   | 31 ++++++-------------------------
 drivers/hv/hv.c             |  3 ---
 drivers/hv/vmbus_drv.c      | 17 +++++------------
 drivers/scsi/storvsc_drv.c  | 16 +++++++++++-----
 include/linux/hyperv.h      | 22 +++++++---------------
 include/uapi/linux/hyperv.h |  2 +-
 tools/hv/hv_kvp_daemon.c    |  2 +-
 8 files changed, 34 insertions(+), 68 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ