Re: [PATCH] selftests/nolibc: libc-test: avoid -Wstringop-overflow warnings

2023-09-11 Thread Thomas Weißschuh
Hi Willy! On 2023-09-11 08:04:49+0200, Willy Tarreau wrote: > On Sun, Sep 10, 2023 at 09:29:01PM +0200, Thomas Weißschuh wrote: > > Newer versions of glibc annotate the poll() function with > > __attribute__(access) which triggers a compiler warning inside the > > testcase poll_fault. > > Avoid th

Re: [PATCH] selftests/nolibc: libc-test: avoid -Wstringop-overflow warnings

2023-09-11 Thread Willy Tarreau
On Mon, Sep 11, 2023 at 04:47:12PM +0200, Thomas Weißschuh wrote: > I used "git rebase --signoff" and dropped the duplicate signoffs it > generated on my own commits. > > It's also pushed to git.kernel.org, could you double-check it? Looks good to me, thank you! Willy

Re: [PATCH] selftests/nolibc: libc-test: avoid -Wstringop-overflow warnings

2023-09-11 Thread Willy Tarreau
On Mon, Sep 11, 2023 at 04:26:41PM +0200, Thomas Weißschuh wrote: > Hi Willy! > > On 2023-09-11 08:04:49+0200, Willy Tarreau wrote: > > On Sun, Sep 10, 2023 at 09:29:01PM +0200, Thomas Weißschuh wrote: > > > Newer versions of glibc annotate the poll() function with > > > __attribute__(access) whic

Re: [PATCH] selftests/nolibc: libc-test: avoid -Wstringop-overflow warnings

2023-09-11 Thread Thomas Weißschuh
On 2023-09-11 16:30:25+0200, Willy Tarreau wrote: > On Mon, Sep 11, 2023 at 04:26:41PM +0200, Thomas Weißschuh wrote: > > On 2023-09-11 08:04:49+0200, Willy Tarreau wrote: > > > On Sun, Sep 10, 2023 at 09:29:01PM +0200, Thomas Weißschuh wrote: > > > > Newer versions of glibc annotate the poll() fun