diff options
author | Tomáš Mózes <hydrapolic@gmail.com> | 2024-01-04 12:34:35 +0100 |
---|---|---|
committer | Tomáš Mózes <hydrapolic@gmail.com> | 2024-01-04 12:34:35 +0100 |
commit | 899e5378b706299ec647f9dafc556fc9cef5da55 (patch) | |
tree | 7c76226ad8fe721e89c2ec4cd7a515d41dd8f79a /0013-tools-xenstored-domain_entry_fix-Handle-conflicting-.patch | |
parent | Xen 4.16.6-pre-patchset-0 (diff) | |
download | xen-upstream-patches-899e5378b706299ec647f9dafc556fc9cef5da55.tar.gz xen-upstream-patches-899e5378b706299ec647f9dafc556fc9cef5da55.tar.bz2 xen-upstream-patches-899e5378b706299ec647f9dafc556fc9cef5da55.zip |
Xen 4.16.6-pre-patchset-14.16.6-pre-patchset-14.16
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Diffstat (limited to '0013-tools-xenstored-domain_entry_fix-Handle-conflicting-.patch')
-rw-r--r-- | 0013-tools-xenstored-domain_entry_fix-Handle-conflicting-.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0013-tools-xenstored-domain_entry_fix-Handle-conflicting-.patch b/0013-tools-xenstored-domain_entry_fix-Handle-conflicting-.patch index 963818d..cfb6b85 100644 --- a/0013-tools-xenstored-domain_entry_fix-Handle-conflicting-.patch +++ b/0013-tools-xenstored-domain_entry_fix-Handle-conflicting-.patch @@ -1,7 +1,7 @@ From 3382512b9f5e0d8cf37709d7cb47389d2ce8e624 Mon Sep 17 00:00:00 2001 From: Julien Grall <jgrall@amazon.com> Date: Fri, 22 Sep 2023 11:32:16 +0100 -Subject: [PATCH 13/27] tools/xenstored: domain_entry_fix(): Handle conflicting +Subject: [PATCH 13/30] tools/xenstored: domain_entry_fix(): Handle conflicting transaction The function domain_entry_fix() will be initially called to check if the @@ -61,5 +61,5 @@ index ddd49eddfa..a3475284ea 100644 return domid_is_unprivileged(domid) ? cnt : 0; } -- -2.42.0 +2.43.0 |