Linux-native io_uring I/O access library
Go to file
Jeff Moyer def4f0f673 Rebase to 2.5
This pulls in support for the latest kernel features.  Additionally,
it includes the following spec file changes:
- get rid of the leading slash in front of the libdir macros
- pass --use-libc so that -fstack-protector will work
- add new library variants for foreign function interfaces (ffi).
  This allows other languages to link against and call functions
  in liburing.

Resolves: RHEL-16030

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
2023-11-13 11:31:36 -05:00
tests Add gating tests 2021-08-02 16:13:57 -04:00
.gitignore Rebase to 2.5 2023-11-13 11:31:36 -05:00
gating.yaml Add RHEL gating configuration 2021-08-02 18:26:48 +00:00
liburing.spec Rebase to 2.5 2023-11-13 11:31:36 -05:00
README.md RHEL 9.0.0 Alpha bootstrap 2020-10-15 17:53:04 +02:00
sources Rebase to 2.5 2023-11-13 11:31:36 -05:00

liburing

Linux-native io_uring I/O access library