From 5883c44e76bbd76cc30a8b4686d9bee69e7a1365 Mon Sep 17 00:00:00 2001 From: Tomáš Mózes Date: Fri, 22 Nov 2024 16:42:08 +0100 Subject: Xen 4.19.1-pre-patchset-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomáš Mózes --- 0008-tools-lsevtchn-Use-errno-macro-to-handle-hypercall-e.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '0008-tools-lsevtchn-Use-errno-macro-to-handle-hypercall-e.patch') 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 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 -- cgit v1.2.3-65-gdbad