diff options
author | Tomáš Mózes <tomas.mozes@gmail.com> | 2024-11-22 16:42:08 +0100 |
---|---|---|
committer | Tomáš Mózes <tomas.mozes@gmail.com> | 2024-11-22 16:42:08 +0100 |
commit | 5883c44e76bbd76cc30a8b4686d9bee69e7a1365 (patch) | |
tree | 6942678e06beed4664af1d0182f976c4caf2c813 /0008-tools-lsevtchn-Use-errno-macro-to-handle-hypercall-e.patch | |
parent | Xen 4.19.1-pre-patchset-0 (diff) | |
download | xen-upstream-patches-main.tar.gz xen-upstream-patches-main.tar.bz2 xen-upstream-patches-main.zip |
Xen 4.19.1-pre-patchset-1HEAD4.19.1-pre-patchset-1main
Signed-off-by: Tomáš Mózes <tomas.mozes@gmail.com>
Diffstat (limited to '0008-tools-lsevtchn-Use-errno-macro-to-handle-hypercall-e.patch')
-rw-r--r-- | 0008-tools-lsevtchn-Use-errno-macro-to-handle-hypercall-e.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0008-tools-lsevtchn-Use-errno-macro-to-handle-hypercall-e.patch b/0008-tools-lsevtchn-Use-errno-macro-to-handle-hypercall-e.patch index 76bb65e..821890f 100644 --- a/0008-tools-lsevtchn-Use-errno-macro-to-handle-hypercall-e.patch +++ b/0008-tools-lsevtchn-Use-errno-macro-to-handle-hypercall-e.patch @@ -1,7 +1,7 @@ From e0e84771b61ed985809d105d8f116d4c520542b0 Mon Sep 17 00:00:00 2001 From: Matthew Barnes <matthew.barnes@cloud.com> Date: Thu, 8 Aug 2024 13:47:30 +0200 -Subject: [PATCH 08/35] tools/lsevtchn: Use errno macro to handle hypercall +Subject: [PATCH 08/83] tools/lsevtchn: Use errno macro to handle hypercall error cases Currently, lsevtchn aborts its event channel enumeration when it hits @@ -71,5 +71,5 @@ index d1710613dd..30c8d847b8 100644 + return rc; } -- -2.46.1 +2.47.0 |