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] Hyperv-fixes for v6.13-rc4
Date: Tue, 17 Dec 2024 18:55:03 +0000 [thread overview]
Message-ID: <Z2HJB0qky91FHC7C@liuwe-devbox-debian-v2> (raw)
Hi Linus,
The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:
Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)
are available in the Git repository at:
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed-20241217
for you to fetch changes up to 175c71c2aceef173ae6d3dceb41edfc2ac0d5937:
tools/hv: reduce resource usage in hv_kvp_daemon (2024-12-09 18:44:15 +0000)
----------------------------------------------------------------
hyperv-fixes for v6.13-rc4
- Various fixes to Hyper-V tools in the kernel tree (Dexuan Cui,
Olaf Hering, Vitaly Kuznetsov)
- Fix a bug in the Hyper-V TSC page based sched_clock() (Naman Jain)
- Two bug fixes in the Hyper-V utility functions (Michael Kelley)
- Convert open-coded timeouts to secs_to_jiffies() in Hyper-V drivers
(Easwar Hariharan)
----------------------------------------------------------------
Dexuan Cui (1):
tools: hv: Fix a complier warning in the fcopy uio daemon
Easwar Hariharan (1):
drivers: hv: Convert open-coded timeouts to secs_to_jiffies()
Michael Kelley (2):
Drivers: hv: util: Don't force error code to ENODEV in util_probe()
Drivers: hv: util: Avoid accessing a ringbuffer not initialized yet
Naman Jain (1):
x86/hyperv: Fix hv tsc page based sched_clock for hibernation
Olaf Hering (5):
tools: hv: change permissions of NetworkManager configuration file
tools/hv: terminate fcopy daemon if read from uio fails
tools/hv: reduce resouce usage in hv_get_dns_info helper
tools/hv: add a .gitignore file
tools/hv: reduce resource usage in hv_kvp_daemon
Vitaly Kuznetsov (1):
hv/hv_kvp_daemon: Pass NIC name to hv_get_dns_info as well
arch/x86/kernel/cpu/mshyperv.c | 58 ++++++++++++++++++++++++++++++++++++++
drivers/clocksource/hyperv_timer.c | 14 ++++++++-
drivers/hv/hv_balloon.c | 9 +++---
drivers/hv/hv_kvp.c | 10 +++++--
drivers/hv/hv_snapshot.c | 9 +++++-
drivers/hv/hv_util.c | 13 +++++++--
drivers/hv/hyperv_vmbus.h | 2 ++
drivers/hv/vmbus_drv.c | 2 +-
include/clocksource/hyperv_timer.h | 2 ++
include/linux/hyperv.h | 1 +
tools/hv/.gitignore | 3 ++
tools/hv/hv_fcopy_uio_daemon.c | 12 ++++----
tools/hv/hv_get_dns_info.sh | 4 +--
tools/hv/hv_kvp_daemon.c | 9 +++---
tools/hv/hv_set_ifconfig.sh | 2 +-
15 files changed, 125 insertions(+), 25 deletions(-)
create mode 100644 tools/hv/.gitignore
next reply other threads:[~2024-12-17 18:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-17 18:55 Wei Liu [this message]
2024-12-18 20:11 ` [GIT PULL] Hyperv-fixes for v6.13-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=Z2HJB0qky91FHC7C@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.