Re: [PATCH v2 3/4] alpha: make stack 16-byte aligned (most cases)

From: Maciej W. Rozycki
Date: Sun Feb 02 2025 - 12:41:19 EST


On Fri, 31 Jan 2025, Ivan Kokshaysky wrote:

> Add padding between the PAL-saved and kernel-saved registers
> so that 'struct pt_regs' have an even number of 64-bit words.
> This makes the stack properly aligned for most of the kernel
> code, except two handlers which need special threatment.

LGTM except for the request from 0/4 to improve the change description.

Reviewed-by: Maciej W. Rozycki <macro@xxxxxxxxxxx>

Maciej