Re: [PATCH] sparc: uapi: Add ucontext.h

From: Andreas Larsson

Date: Fri Jun 12 2026 - 05:10:48 EST


On 2026-03-14 13:17, Thomas Weißschuh wrote:
> On SPARC the standard ucontext.h UAPI header is named 'uctx.h'.
>
> Add an alias for the standard name.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
> ---
> arch/sparc/include/uapi/asm/ucontext.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/sparc/include/uapi/asm/ucontext.h b/arch/sparc/include/uapi/asm/ucontext.h
> new file mode 100644
> index 000000000000..e9b5dbbedefb
> --- /dev/null
> +++ b/arch/sparc/include/uapi/asm/ucontext.h
> @@ -0,0 +1,3 @@
> +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
> +
> +#include <asm/uctx.h>
>
> ---
> base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
> change-id: 20260314-uapi-ucontext-sparc-157814d0784a

Reviewed-by: Andreas Larsson <andreas@xxxxxxxxxxx>

Picking this up to my for-next.

Thanks,
Andreas