From: Greg KH <gregkh@linuxfoundation.org>
To: Natanael Copa <ncopa@alpinelinux.org>
Cc: stable@vger.kernel.org, regressions@lists.linux.dev
Subject: Re: regression in 6.6.91: arch/x86/kernel/alternative.c:1452:5: error: redefinition of 'its_static_thunk'
Date: Mon, 19 May 2025 17:27:47 +0200 [thread overview]
Message-ID: <2025051935-august-anaerobic-2745@gregkh> (raw)
In-Reply-To: <20250519164717.18738b4e@ncopa-desktop>
On Mon, May 19, 2025 at 04:47:17PM +0200, Natanael Copa wrote:
> Hi!
>
> When building 6.6.91 for Alpine Linux I got this error on 32 bit x86:
>
>
>
> CC net/devlink/dpipe.o
> /home/buildozer/aports/main/linux-lts/src/linux-6.6/arch/x86/kernel/alternative.c:1452:5: error: redefinition of 'its_static_thunk'
> 1452 | u8 *its_static_thunk(int reg)
> | ^~~~~~~~~~~~~~~~
> In file included from /home/buildozer/aports/main/linux-lts/src/linux-6.6/arch/x86/include/asm/barrier.h:5,
> from /home/buildozer/aports/main/linux-lts/src/linux-6.6/include/linux/list.h:11,
> from /home/buildozer/aports/main/linux-lts/src/linux-6.6/include/linux/module.h:12,
> from /home/buildozer/aports/main/linux-lts/src/linux-6.6/arch/x86/kernel/alternative.c:4:
> /home/buildozer/aports/main/linux-lts/src/linux-6.6/arch/x86/include/asm/alternative.h:143:19: note: previous definition of 'its_static_thunk' with type 'u8 *(int)' {aka 'unsigned char *(int)'}
> 143 | static inline u8 *its_static_thunk(int reg)
> | ^~~~~~~~~~~~~~~~
> CC [M] net/sched/act_skbmod.o
> make[4]: *** [/home/buildozer/aports/main/linux-lts/src/linux-6.6/scripts/Makefile.build:243: arch/x86/kernel/alternative.o] Error 1
> make[3]: *** [/home/buildozer/aports/main/linux-lts/src/linux-6.6/scripts/Makefile.build:480: arch/x86/kernel] Error 2
> make[3]: *** Waiting for unfinished jobs....
>
>
> I believe this was introduce with
>
> commit 772934d9062a0f7297ad4e5bffbd904208655660
> Author: Peter Zijlstra <peterz@infradead.org>
> Date: Wed Apr 23 09:57:31 2025 +0200
>
> x86/its: FineIBT-paranoid vs ITS
>
> commit e52c1dc7455d32c8a55f9949d300e5e87d011fa6 upstream.
>
Thanks, I've cc:ed you on the thread that caused this issue.
greg k-h
prev parent reply other threads:[~2025-05-19 15:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-19 14:47 regression in 6.6.91: arch/x86/kernel/alternative.c:1452:5: error: redefinition of 'its_static_thunk' Natanael Copa
2025-05-19 15:27 ` Greg KH [this message]
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=2025051935-august-anaerobic-2745@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=ncopa@alpinelinux.org \
--cc=regressions@lists.linux.dev \
--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.