[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Z2HJB0qky91FHC7C@liuwe-devbox-debian-v2>
Date: Tue, 17 Dec 2024 18:55:03 +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] Hyperv-fixes for v6.13-rc4
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@...olite.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
Powered by blists - more mailing lists