[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZhhmLy_V-B97jAaQ@liuwe-devbox-debian-v2>
Date: Thu, 11 Apr 2024 22:37:35 +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
Subject: [GIT PULL] Hyper-V fixes for 6.9-rc4
Hi Linus,
The following changes since commit e8f897f4afef0031fe618a8e94127a0934896aba:
Linux 6.8 (2024-03-10 13:38:09 -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-20240411
for you to fetch changes up to 30d18df6567be09c1433e81993e35e3da573ac48:
Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted (2024-04-10 21:33:33 +0000)
----------------------------------------------------------------
hyperv-fixes for v6.9-rc4
- Some cosmetic changes (Erni Sri Satya Vennela, Li Zhijian)
- Introduce hv_numa_node_to_pxm_info() (Nuno Das Neves)
- Fix KVP daemon to handle IPv4 and IPv6 combination for keyfile
format (Shradha Gupta)
- Avoid freeing decrypted memory in a confidential VM (Rick Edgecombe
and Michael Kelley)
----------------------------------------------------------------
Erni Sri Satya Vennela (1):
x86/hyperv: Cosmetic changes for hv_apic.c
Li Zhijian (1):
hv: vmbus: Convert sprintf() family to sysfs_emit() family
Michael Kelley (1):
Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted
Nuno Das Neves (1):
mshyperv: Introduce hv_numa_node_to_pxm_info()
Rick Edgecombe (4):
Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails
Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl
hv_netvsc: Don't free decrypted memory
uio_hv_generic: Don't free decrypted memory
Shradha Gupta (1):
hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format
arch/x86/hyperv/hv_apic.c | 16 +--
arch/x86/hyperv/hv_proc.c | 22 +---
drivers/hv/channel.c | 29 +++++-
drivers/hv/connection.c | 29 ++++--
drivers/hv/vmbus_drv.c | 94 ++++++++---------
drivers/net/hyperv/netvsc.c | 7 +-
drivers/uio/uio_hv_generic.c | 12 ++-
include/asm-generic/hyperv-tlfs.h | 19 ++--
include/asm-generic/mshyperv.h | 14 +++
include/linux/hyperv.h | 1 +
tools/hv/hv_kvp_daemon.c | 213 ++++++++++++++++++++++++++++++--------
11 files changed, 307 insertions(+), 149 deletions(-)
Powered by blists - more mailing lists