All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Natanael Copa <ncopa@alpinelinux.org>
Cc: stable@vger.kernel.org, regressions@lists.linux.dev,
	"Sergio González Collado" <sergio.collado@gmail.com>,
	"Achill Gilgenast" <fossdd@pwned.life>
Subject: Re: [REGRESSION] v6.12.35: (build) kallsyms.h:21:10: fatal error: execinfo.h: No such file or directory
Date: Tue, 1 Jul 2025 14:26:24 +0200	[thread overview]
Message-ID: <2025070104-ether-wipe-9c19@gregkh> (raw)
In-Reply-To: <20250701141026.6133a3aa@ncopa-desktop>

On Tue, Jul 01, 2025 at 02:10:26PM +0200, Natanael Copa wrote:
> Hi!
> 
> I bumped into a build regression when building Alpine Linux kernel 6.12.35 on x86_64:
> 
> In file included from ../arch/x86/tools/insn_decoder_test.c:13:
> ../tools/include/linux/kallsyms.h:21:10: fatal error: execinfo.h: No such file or directory
>    21 | #include <execinfo.h>
>       |          ^~~~~~~~~~~~
> compilation terminated.
> 
> The 6.12.34 kernel built just fine.
> 
> I bisected it to:
> 
> commit b8abcba6e4aec53868dfe44f97270fc4dee0df2a (HEAD)
> Author: Sergio Gonz_lez Collado <sergio.collado@gmail.com>
> Date:   Sun Mar 2 23:15:18 2025 +0100
> 
>     Kunit to check the longest symbol length
>     
>     commit c104c16073b7fdb3e4eae18f66f4009f6b073d6f upstream.
>     
> which has this hunk:
> 
> diff --git a/arch/x86/tools/insn_decoder_test.c b/arch/x86/tools/insn_decoder_test.c
> index 472540aeabc2..6c2986d2ad11 100644
> --- a/arch/x86/tools/insn_decoder_test.c
> +++ b/arch/x86/tools/insn_decoder_test.c
> @@ -10,6 +10,7 @@
>  #include <assert.h>
>  #include <unistd.h>
>  #include <stdarg.h>
> +#include <linux/kallsyms.h>
>  
>  #define unlikely(cond) (cond)
>  
> @@ -106,7 +107,7 @@ static void parse_args(int argc, char **argv)
>         }
>  }
>  
> -#define BUFSIZE 256
> +#define BUFSIZE (256 + KSYM_NAME_LEN)
>  
>  int main(int argc, char **argv)
>  {
> 
> It looks like the linux/kallsyms.h was included to get KSYM_NAME_LEN.
> Unfortunately it also introduced the include of execinfo.h, which does
> not exist on musl libc.
> 
> This has previously been reported to and tried fixed:
> https://lore.kernel.org/stable/DB0OSTC6N4TL.2NK75K2CWE9JV@pwned.life/T/#t
> 
> Would it be an idea to revert commit b8abcba6e4ae til we have a proper
> solution for this?

Please get the fix in Linus's tree first and then we can backport it as
needed.

thanks,

greg k-h

  reply	other threads:[~2025-07-01 12:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-01 12:10 [REGRESSION] v6.12.35: (build) kallsyms.h:21:10: fatal error: execinfo.h: No such file or directory Natanael Copa
2025-07-01 12:26 ` Greg Kroah-Hartman [this message]
2025-07-13 14:27   ` Achill Gilgenast
2025-07-13 14:38     ` Greg Kroah-Hartman
2025-07-13 15:11       ` Achill Gilgenast
2025-07-01 17:07 ` Sergio González Collado
2025-07-02 10:42   ` Natanael Copa
2025-07-02 11:06     ` Achill Gilgenast

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2025070104-ether-wipe-9c19@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=fossdd@pwned.life \
    --cc=ncopa@alpinelinux.org \
    --cc=regressions@lists.linux.dev \
    --cc=sergio.collado@gmail.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.