diff options
Diffstat (limited to '0006-xen-sched-fix-error-handling-in-cpu_schedule_up.patch')
-rw-r--r-- | 0006-xen-sched-fix-error-handling-in-cpu_schedule_up.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0006-xen-sched-fix-error-handling-in-cpu_schedule_up.patch b/0006-xen-sched-fix-error-handling-in-cpu_schedule_up.patch index 86189a6..2d2d078 100644 --- a/0006-xen-sched-fix-error-handling-in-cpu_schedule_up.patch +++ b/0006-xen-sched-fix-error-handling-in-cpu_schedule_up.patch @@ -1,7 +1,7 @@ From b37580d5e984770266783b639552a97c36ecb58a Mon Sep 17 00:00:00 2001 From: Juergen Gross <jgross@suse.com> Date: Thu, 8 Aug 2024 13:46:21 +0200 -Subject: [PATCH 06/35] xen/sched: fix error handling in cpu_schedule_up() +Subject: [PATCH 06/83] xen/sched: fix error handling in cpu_schedule_up() In case cpu_schedule_up() is failing, it needs to undo all externally visible changes it has done before. @@ -109,5 +109,5 @@ index d84b65f197..c466711e9e 100644 { int rc; -- -2.46.1 +2.47.0 |