[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201214132833.vtqxw46vemhez5mb@liuwe-devbox-debian-v2>
Date: Mon, 14 Dec 2020 13:28:33 +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 Kernel List <linux-kernel@...r.kernel.org>,
Linux on Hyper-V List <linux-hyperv@...r.kernel.org>
Subject: [GIT PULL] Hyper-V commits for 5.11
Hi Linus
Please pull the following changes since commit 09162bc32c880a791c6c0668ce0745cf7958f576:
Linux 5.10-rc4 (2020-11-15 16:44:31 -0800)
are available in the Git repository at:
ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-next-signed-20201214
for you to fetch changes up to d1df458cbfdb0c3384c03c7fbcb1689bc02a746c:
hv_balloon: do adjust_managed_page_count() when ballooning/un-ballooning (2020-12-13 15:06:10 +0000)
----------------------------------------------------------------
hyperv-next for 5.11
- Patches from Andres Beltran to harden VMBus
- Patches from Matheus Castello to clean up VMBus driver
- Patches from Vitaly Kuznetsov to fix hv_balloon reporting
- A patch from Andrea Parri to fix a potential OOB issue
- A patch from Stefan Eschenbacher to remove an obsolete TODO item
----------------------------------------------------------------
Andrea Parri (Microsoft) (1):
hv_netvsc: Validate number of allocated sub-channels
Andres Beltran (3):
Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardening
scsi: storvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardening
hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardening
Matheus Castello (5):
drivers: hv: Fix hyperv_record_panic_msg path on comment
drivers: hv: vmbus: Replace symbolic permissions by octal permissions
drivers: hv: vmbus: Fix checkpatch LINE_SPACING
drivers: hv: vmbus: Fix call msleep using < 20ms
drivers: hv: vmbus: Fix checkpatch SPLIT_STRING
Stefan Eschenbacher (1):
drivers/hv: remove obsolete TODO and fix misleading typo in comment
Vitaly Kuznetsov (2):
hv_balloon: simplify math in alloc_balloon_pages()
hv_balloon: do adjust_managed_page_count() when ballooning/un-ballooning
drivers/hv/channel.c | 174 ++++++++++++++++++++++++++++++++++++--
drivers/hv/hv_balloon.c | 5 +-
drivers/hv/hyperv_vmbus.h | 6 +-
drivers/hv/ring_buffer.c | 29 ++++++-
drivers/hv/vmbus_drv.c | 52 +++++++-----
drivers/net/hyperv/hyperv_net.h | 13 +++
drivers/net/hyperv/netvsc.c | 22 +++--
drivers/net/hyperv/rndis_filter.c | 6 ++
drivers/scsi/storvsc_drv.c | 26 +++++-
include/linux/hyperv.h | 23 +++++
10 files changed, 313 insertions(+), 43 deletions(-)
Powered by blists - more mailing lists