Re: [GIT pull] locking/urgent for v5.12-rc3

From: Linus Torvalds
Date: Sun Mar 14 2021 - 16:19:50 EST


On Sun, Mar 14, 2021 at 8:40 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> - A fix for the static_call mechanism so it handles unaligned
> addresses correctly.

I'm not disputing the fix in any way, but why weren't the relocation
info and function start addresses mutually aligned?

Are we perhaps missing some .align directive somewhere?

Or am I missing something?

Linus