Re: [PATCH v2 08/59] x86/build: Ensure proper function alignment

From: Linus Torvalds
Date: Tue Sep 13 2022 - 09:09:22 EST


On Tue, Sep 13, 2022 at 4:09 AM Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
>
> Found it: https://sourceware.org/binutils/docs-2.39/as/Balign.html
>
> 7.8 .balign[wl] [abs-expr[, abs-expr[, abs-expr]]]
>
> Pad the location counter [...]

Very good. All looks sane to me then.

Linus