All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] tools/libs: don't set errno to negative values
@ 2022-04-20  7:31 Juergen Gross
  2022-04-20  7:31 ` [PATCH 1/4] tools/libs/evtchn: " Juergen Gross
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Juergen Gross @ 2022-04-20  7:31 UTC (permalink / raw)
  To: xen-devel; +Cc: Juergen Gross, Wei Liu, Anthony PERARD

There are a few places in the libs where errno is set to a negative
value. Fix those.

Juergen Gross (4):
  tools/libs/evtchn: don't set errno to negative values
  tools/libs/ctrl: don't set errno to a negative value
  tools/libs/guest: don't set errno to a negative value
  tools/libs/light: don't set errno to a negative value

 tools/libs/ctrl/xc_domain.c    | 4 +---
 tools/libs/evtchn/freebsd.c    | 2 +-
 tools/libs/evtchn/minios.c     | 2 +-
 tools/libs/evtchn/netbsd.c     | 2 +-
 tools/libs/evtchn/solaris.c    | 2 +-
 tools/libs/guest/xg_dom_core.c | 2 +-
 tools/libs/light/libxl_linux.c | 2 +-
 7 files changed, 7 insertions(+), 9 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-04-22 15:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-20  7:31 [PATCH 0/4] tools/libs: don't set errno to negative values Juergen Gross
2022-04-20  7:31 ` [PATCH 1/4] tools/libs/evtchn: " Juergen Gross
2022-04-22 14:44   ` Andrew Cooper
2022-04-20  7:31 ` [PATCH 2/4] tools/libs/ctrl: don't set errno to a negative value Juergen Gross
2022-04-22 14:47   ` Andrew Cooper
2022-04-20  7:31 ` [PATCH 3/4] tools/libs/guest: " Juergen Gross
2022-04-22 14:49   ` Andrew Cooper
2022-04-20  7:31 ` [PATCH 4/4] tools/libs/light: " Juergen Gross
2022-04-22 14:52   ` Andrew Cooper
2022-04-22 14:55     ` Juergen Gross
2022-04-22 14:59       ` Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.