diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-11-09 09:53:02 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-11-09 09:53:02 +0100 |
commit | fac86a27853d2f21c62fefcba9cca32e3b9bdcdc (patch) | |
tree | 57acbe9aadcfdb2594eec2e21f1bab81bd104235 /0016-gnttab-correct-locking-on-transitive-grant-copy-erro.patch | |
parent | Xen 4.16.3-pre-patchset-0 (diff) | |
download | xen-upstream-patches-fac86a27853d2f21c62fefcba9cca32e3b9bdcdc.tar.gz xen-upstream-patches-fac86a27853d2f21c62fefcba9cca32e3b9bdcdc.tar.bz2 xen-upstream-patches-fac86a27853d2f21c62fefcba9cca32e3b9bdcdc.zip |
Xen 4.16.3-pre-patchset-14.16.3-pre-patchset-1
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to '0016-gnttab-correct-locking-on-transitive-grant-copy-erro.patch')
-rw-r--r-- | 0016-gnttab-correct-locking-on-transitive-grant-copy-erro.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0016-gnttab-correct-locking-on-transitive-grant-copy-erro.patch b/0016-gnttab-correct-locking-on-transitive-grant-copy-erro.patch index 6283d47..dfb46a9 100644 --- a/0016-gnttab-correct-locking-on-transitive-grant-copy-erro.patch +++ b/0016-gnttab-correct-locking-on-transitive-grant-copy-erro.patch @@ -1,7 +1,7 @@ From 32cb81501c8b858fe9a451650804ec3024a8b364 Mon Sep 17 00:00:00 2001 From: Jan Beulich <jbeulich@suse.com> Date: Tue, 11 Oct 2022 14:56:29 +0200 -Subject: [PATCH 16/26] gnttab: correct locking on transitive grant copy error +Subject: [PATCH 16/87] gnttab: correct locking on transitive grant copy error path While the comment next to the lock dropping in preparation of @@ -62,5 +62,5 @@ index 4c742cd8fe81..d8ca645b96ff 100644 *page = NULL; return ERESTART; -- -2.37.3 +2.37.4 |