Re: [RESEND PATCH v2] kallsyms: fix build without execinfo

2025-07-01 Thread Achill Gilgenast
On Mon Jun 23, 2025 at 1:53 PM CEST, Achill Gilgenast wrote: > On Sun Jun 22, 2025 at 8:36 PM CEST, Andrew Morton wrote: >> On Sun, 22 Jun 2025 03:45:49 +0200 Achill Gilgenast >> wrote: >> >>> Some libc's like musl libc don't provide execinfo.h since it&

Re: [RESEND PATCH v2] kallsyms: fix build without execinfo

2025-06-23 Thread Achill Gilgenast
On Sun Jun 22, 2025 at 8:36 PM CEST, Andrew Morton wrote: > On Sun, 22 Jun 2025 03:45:49 +0200 Achill Gilgenast wrote: > >> Some libc's like musl libc don't provide execinfo.h since it's not part >> of POSIX. In order to fix compilation on musl, only i

[RESEND PATCH v2] kallsyms: fix build without execinfo

2025-06-21 Thread Achill Gilgenast
h starts to include linux/kallsyms.h with Alpine Linux' configs. Signed-off-by: Achill Gilgenast Cc: sta...@vger.kernel.org --- tools/include/linux/kallsyms.h | 4 1 file changed, 4 insertions(+) diff --git a/tools/include/linux/kallsyms.h b/tools/include/linux/kallsyms.h index 5a37ccbec