Re: [PATCH] xtensa: uapi: Reuse asm-generic ucontext.h
From: Max Filippov
Date: Sat Mar 14 2026 - 10:14:31 EST
On Sat, Mar 14, 2026 at 5:15 AM Thomas Weißschuh <linux@xxxxxxxxxxxxxx> wrote:
>
> Drop the custom definition which is the same as the generic one.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
> ---
> arch/xtensa/include/asm/Kbuild | 1 +
> arch/xtensa/include/asm/ucontext.h | 22 ----------------------
> 2 files changed, 1 insertion(+), 22 deletions(-)
With this change the build fails, because there's no ucontext.h in the
include/asm-generic, only in the include/uapi/asm-generic, but you're
changing non-uapi part of the xtensa/include.
I've fixed this up and applied the fixed version to my xtensa tree.
--
Thanks.
-- Max