diff options
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 |