linux/drivers/hv
Michael Kelley 14ae3003e7 Drivers: hv: Fix bad ref to hv_synic_eventring_tail when CPU goes offline
When a CPU goes offline, hv_common_cpu_die() frees the
hv_synic_eventring_tail memory for the CPU. But in a normal VM (i.e., not
running in the root partition) the per-CPU memory has not been allocated,
resulting in a bad memory reference and oops when computing the argument
to kfree().

Fix this by freeing the memory only when running in the root partition.

Fixes: 04df7ac399 ("Drivers: hv: Introduce per-cpu event ring tail")
Signed-off-by: Michael Kelley <mhklinux@outlook.com>
Reviewed-by: Nuno Das Neves <nunodasneves@linux.microsoft.com>
Link: https://lore.kernel.org/r/20250421163134.2024-1-mhklinux@outlook.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Message-ID: <20250421163134.2024-1-mhklinux@outlook.com>
2025-04-25 21:13:53 +00:00
..
Kconfig
Makefile
channel.c
channel_mgmt.c
connection.c
hv.c
hv_balloon.c
hv_common.c
hv_debugfs.c
hv_kvp.c
hv_proc.c
hv_snapshot.c
hv_trace.c
hv_trace.h
hv_trace_balloon.h
hv_util.c
hv_utils_transport.c
hv_utils_transport.h
hyperv_vmbus.h
mshv.h
mshv_common.c
mshv_eventfd.c
mshv_eventfd.h
mshv_irq.c
mshv_portid_table.c
mshv_root.h
mshv_root_hv_call.c
mshv_root_main.c
mshv_synic.c
ring_buffer.c
vmbus_drv.c