diff options
Diffstat (limited to '0060-xen-sched-fix-cpu-hotplug.patch')
-rw-r--r-- | 0060-xen-sched-fix-cpu-hotplug.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0060-xen-sched-fix-cpu-hotplug.patch b/0060-xen-sched-fix-cpu-hotplug.patch index 3e158f4..264c8ef 100644 --- a/0060-xen-sched-fix-cpu-hotplug.patch +++ b/0060-xen-sched-fix-cpu-hotplug.patch @@ -1,7 +1,7 @@ From d17680808b4c8015e31070c971e1ee548170ae34 Mon Sep 17 00:00:00 2001 From: Juergen Gross <jgross@suse.com> Date: Tue, 11 Oct 2022 15:15:41 +0200 -Subject: [PATCH 60/67] xen/sched: fix cpu hotplug +Subject: [PATCH 060/126] xen/sched: fix cpu hotplug Cpu unplugging is calling schedule_cpu_rm() via stop_machine_run() with interrupts disabled, thus any memory allocation or freeing must be @@ -303,5 +303,5 @@ index ff3185425219..3bab78ccb240 100644 struct cpupool *cpupool_get_by_id(unsigned int poolid); void cpupool_put(struct cpupool *pool); -- -2.37.3 +2.37.4 |