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

Andreas Larsson <[email protected]> Fri, 12 Jun 2026 11:10:31 +0200
Newsgroups org.kernel.vger.sparclinux,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
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 <[email protected]>
> ---
>  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 <[email protected]>

Picking this up to my for-next.

Thanks,
Andreas