summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/files/xen-flask-race-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/files/xen-flask-race-fix.patch')
-rw-r--r--recipes-extended/xen/files/xen-flask-race-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/files/xen-flask-race-fix.patch b/recipes-extended/xen/files/xen-flask-race-fix.patch
index fa2a82ff..e4b0e9df 100644
--- a/recipes-extended/xen/files/xen-flask-race-fix.patch
+++ b/recipes-extended/xen/files/xen-flask-race-fix.patch
@@ -21,7 +21,7 @@ we need to ignore it in this case. $(MAKECMDGOALS) can't be used in
21this case as it is empty, but we can guess which operation is done by 21this case as it is empty, but we can guess which operation is done by
22looking at the list of loaded makefiles. 22looking at the list of loaded makefiles.
23 23
24Upstream-Status: backport [https://lore.kernel.org/xen-devel/20230120133626.55680-1-anthony.perard@citrix.com/T/#u] 24Upstream-Status: Backport [https://lore.kernel.org/xen-devel/20230120133626.55680-1-anthony.perard@citrix.com/T/#u]
25 25
26Fixes: 7a3bcd2babcc ("build: build everything from the root dir, use obj=$subdir") 26Fixes: 7a3bcd2babcc ("build: build everything from the root dir, use obj=$subdir")
27Reported-by: "Daniel P. Smith" <dpsmith@apertussolutions.com> 27Reported-by: "Daniel P. Smith" <dpsmith@apertussolutions.com>