Patchwork may go down for maintenance today

2022-09-09 Thread Siddhesh Poyarekar
Hello, FYI, I'm working on a django and patchwork upgrade on sourceware today so you might see some downtime in the morning and afternoon EDT. Sid

Re: [PATCH] libdwfl: Rewrite reading of ar_size in elf_begin_rand

2022-07-29 Thread Siddhesh Poyarekar
On 2022-07-28 13:27, Siddhesh Poyarekar wrote: Interesting, I'll take a closer look at this from the gcc context.  I obviously don't have any strong opinions about the elfutils patch :) I reduced this to the below program and I see it warns with `-D_FORTIFY_SOURCE=3 -O2 -fsanitize

Re: [PATCH] libdwfl: Rewrite reading of ar_size in elf_begin_rand

2022-07-28 Thread Siddhesh Poyarekar
On 2022-07-28 09:48, Mark Wielaard wrote: With GCC 12.1.1, glibc 2.3a, -fsanitize=undefined and -D_FORTIFY_SOURCE=3 we get the following error message: In file included from /usr/include/ar.h:22, from ../libelf/libelfP.h:33, from core-file.c:31: In function ‘p

Re: [RFC][PATCH] * bits/confname.h: Define _CS_POSIX_V7_THREADS_CFLAGS, _CS_POSIX_V7_THREADS_LDFLAGS

2020-12-20 Thread Siddhesh Poyarekar
On 10/27/20 5:03 AM, Érico Nogueira via Libc-alpha wrote: From: Érico Rolim I would like to add these enums in order to conform to the POSIX specification: https://www.man7.org/linux/man-pages/man0/unistd.h.0p.html This change also helps musl-libc, since they want to have these defines with th