Linux-HyperV Archive mirror
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Wei Liu <wei.liu@kernel.org>,
	Linux on Hyper-V List <linux-hyperv@vger.kernel.org>,
	Linux Kernel List <linux-kernel@vger.kernel.org>,
	kys@microsoft.com, haiyangz@microsoft.com, decui@microsoft.com
Subject: [GIT PULL] Hyper-V fixes for 6.9-rc4
Date: Thu, 11 Apr 2024 22:37:35 +0000	[thread overview]
Message-ID: <ZhhmLy_V-B97jAaQ@liuwe-devbox-debian-v2> (raw)

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@gitolite.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(-)

             reply	other threads:[~2024-04-11 22:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-11 22:37 Wei Liu [this message]
2024-04-11 23:44 ` [GIT PULL] Hyper-V fixes for 6.9-rc4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZhhmLy_V-B97jAaQ@liuwe-devbox-debian-v2 \
    --to=wei.liu@kernel.org \
    --cc=decui@microsoft.com \
    --cc=haiyangz@microsoft.com \
    --cc=kys@microsoft.com \
    --cc=linux-hyperv@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).