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, 13 Oct 2020 13:12:14 +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.10

Hi Linus,

Please pull the following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -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 1f3aed01473c41c9f896fbf4c30d330655e8aa7c:

  hv: clocksource: Add notrace attribute to read_hv_sched_clock_*() functions (2020-09-28 09:04:48 +0000)

----------------------------------------------------------------
hyperv-next for 5.10

 - A patch series from Boqun Feng to support page size larger than 4K
 - A few miscellaneous clean-up patches

----------------------------------------------------------------
Boqun Feng (11):
      Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadl
      Drivers: hv: vmbus: Move __vmbus_open()
      Drivers: hv: vmbus: Introduce types of GPADL
      Drivers: hv: Use HV_HYP_PAGE in hv_synic_enable_regs()
      Drivers: hv: vmbus: Move virt_to_hvpfn() to hyperv header
      hv: hyperv.h: Introduce some hvpfn helper functions
      hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communication
      Input: hyperv-keyboard: Use VMBUS_RING_SIZE() for ringbuffer sizes
      HID: hyperv: Use VMBUS_RING_SIZE() for ringbuffer sizes
      Driver: hv: util: Use VMBUS_RING_SIZE() for ringbuffer sizes
      scsi: storvsc: Support PAGE_SIZE larger than 4K

Joseph Salisbury (1):
      x86/hyperv: Remove aliases with X64 in their name

Krzysztof WilczyƄski (1):
      PCI: hv: Document missing hv_pci_protocol_negotiation() parameter

Mohammed Gamal (1):
      hv: clocksource: Add notrace attribute to read_hv_sched_clock_*() functions

Olaf Hering (1):
      drivers: hv: remove cast from hyperv_die_event

 arch/x86/hyperv/hv_init.c             |   8 +-
 arch/x86/hyperv/hv_spinlock.c         |   2 +-
 arch/x86/include/asm/hyperv-tlfs.h    |  33 ---
 arch/x86/kernel/cpu/mshyperv.c        |   8 +-
 arch/x86/kvm/hyperv.c                 |  20 +-
 drivers/clocksource/hyperv_timer.c    |   4 +-
 drivers/hid/hid-hyperv.c              |   4 +-
 drivers/hv/channel.c                  | 461 +++++++++++++++++++++-------------
 drivers/hv/hv.c                       |   4 +-
 drivers/hv/hv_util.c                  |  11 +-
 drivers/hv/vmbus_drv.c                |   2 +-
 drivers/input/serio/hyperv-keyboard.c |   4 +-
 drivers/net/hyperv/netvsc.c           |   2 +-
 drivers/net/hyperv/netvsc_drv.c       |  46 ++--
 drivers/net/hyperv/rndis_filter.c     |  13 +-
 drivers/pci/controller/pci-hyperv.c   |   5 +-
 drivers/scsi/storvsc_drv.c            |  56 ++++-
 include/linux/hyperv.h                |  68 ++++-
 18 files changed, 468 insertions(+), 283 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ