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

From: Peter Zijlstra
Date: Mon Sep 12 2022 - 15:44:48 EST


On Mon, Sep 12, 2022 at 10:09:38AM -0400, Linus Torvalds wrote:

> The patch looks sane, the only thing I worry a bit about is
>
> > +config FUNCTION_ALIGNMENT
> > + int
> > + default 64 if FUNCTION_ALIGNMENT_64B
> ..
> > + default 0
>
> Is '0' even a valid value then for things like

At the time I thought to have read that 0 alignment effectively no-ops
the statement, but now I can't find it in a hurry, happy to make it
default to 4.