[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAGvU0H=Jup8bYYgZ1EbYHZMSnf_SkazXDfOm7h1QrcL-ZKw55A@mail.gmail.com>
Date: Mon, 22 Sep 2025 21:17:01 +0100
From: Giuliano Procida <gprocida@...gle.com>
To: Will Deacon <will@...nel.org>
Cc: dhowells@...hat.com, dwmw2@...radead.org, gregkh@...uxfoundation.org,
keyrings@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] system certificates: specify byte alignment
On Mon, 22 Sept 2025 at 17:38, Will Deacon <will@...nel.org> wrote:
>
> On Fri, Sep 12, 2025 at 11:00:15AM +0100, Giuliano Procida wrote:
> > The .align macro is architecture dependent. On arm64 it behaves as
> > .p2align. The various alignments in this file are all bytes.
> >
> > So use the .balign macro to avoid unnecessary padding due to
> > over-alignment.
> >
> > Signed-off-by: Giuliano Procida <gprocida@...gle.com>
> > ---
> > certs/system_certificates.S | 8 ++++----
> > 1 file changed, 4 insertions(+), 4 deletions(-)
>
> Does certs/revocation_certificates.S need fixing as well?
Yes. I will post a v2.
> Will
Powered by blists - more mailing lists