Re: [PATCH v2 4/4] alpha: align stack for page fault and user unaligned trap handlers

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


On Fri, 31 Jan 2025, Ivan Kokshaysky wrote:

> do_page_fault() and do_entUna() are special because they use
> non-standard stack frame layout. Fix them manually.

We could reuse `struct switch_stack' here and clean up this stuff a
little, but I guess it can be done later, when we've run out of more
serious issues. LGTM then.

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

Maciej