This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] nptl: Add sendmmsg and recvmmsg cancellation tests
- From: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Fri, 10 Jun 2016 14:46:12 -0300
- Subject: Re: [PATCH] nptl: Add sendmmsg and recvmmsg cancellation tests
- Authentication-results: sourceware.org; auth=none
- References: <1465571155-18996-1-git-send-email-adhemerval dot zanella at linaro dot org> <alpine dot DEB dot 2 dot 20 dot 1606101702540 dot 721 at digraph dot polyomino dot org dot uk>
> On Jun 10, 2016, at 14:04, Joseph Myers <joseph@codesourcery.com> wrote:
>
>> On Fri, 10 Jun 2016, Adhemerval Zanella wrote:
>>
>> This patch adds cancellation tests for both sendmmsg and recvmmsg
>> syscalls.
>
> Will these work if those fail with ENOSYS (old kernels, or non-Linux ports
> using NPTL)
Right, I think best approach the to not fail for ENOSYS with a print saying it is not supported I the system. I will change that.
> --
> Joseph S. Myers
> joseph@codesourcery.com