[LTP] [PATCH 0/3] syscalls/aio: Convert libaio wrapper function to kernel syscall

Petr Vorel pvorel@suse.cz
Tue May 4 07:13:38 CEST 2021


Hi Jan,

> On Mon, May 3, 2021 at 9:03 PM Petr Vorel <pvorel@suse.cz> wrote:

> > Hi Ziyao,

> > > Instead of using the libaio wrapper function, the system call is changed
> > to be invoked via syscall(2).


> I probably missed some discussion. Why are we replacing it with syscall?

you haven't missed anything. io_destroy(ctx) (libaio.h) is being replaced with
raw syscall (tst_syscall(__NR_io_destroy, ctx).

Kind regards,
Petr


More information about the ltp mailing list