Re: [PATCH v2] certs: specify byte alignment
From: Will Deacon
Date: Tue Sep 23 2025 - 05:08:12 EST
On Tue, Sep 23, 2025 at 09:13:42AM +0100, Giuliano Procida wrote:
> The alignments specified in system_certificates.S and
> revocation_certificates.S are intended to be byte quantities.
>
> However, the .align macro is architecture dependent and on arm64 it
> behaves as .p2align. So use the .balign macro to avoid unnecessary
> padding due to over-alignment.
>
> Signed-off-by: Giuliano Procida <gprocida@xxxxxxxxxx>
> ---
> certs/revocation_certificates.S | 4 ++--
> certs/system_certificates.S | 8 ++++----
> 2 files changed, 6 insertions(+), 6 deletions(-)
Acked-by: Will Deacon <will@xxxxxxxxxx>
Will