Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMKF1srqFLODs+0zH4yANMMD+-BvM2dSKOeawXvOfiADQqaSZg@mail.gmail.com>
Date: Sun, 28 Sep 2025 10:39:21 -0700
From: Khem Raj <raj.khem@...il.com>
To: musl@...ts.openwall.com
Cc: Alex Rønne Petersen <alex@...xrp.com>
Subject: Re: [PATCH] riscv32: delete SA_RESTORER

On Sun, Sep 28, 2025 at 6:51 AM Alex Rønne Petersen <alex@...xrp.com> wrote:
>
> As far as I can tell, the kABI for riscv32 does not define this, just as it
> doesn't for riscv64. So delete it in accordance with the changes made to other
> ports in 269d193820342dc109f39909d78fb30f4c978f76.

LGTM

> ---
>  arch/riscv32/bits/signal.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/arch/riscv32/bits/signal.h b/arch/riscv32/bits/signal.h
> index 50b66ec9..56f8fe17 100644
> --- a/arch/riscv32/bits/signal.h
> +++ b/arch/riscv32/bits/signal.h
> @@ -78,7 +78,6 @@ typedef struct __ucontext
>  #define SA_RESTART   0x10000000
>  #define SA_NODEFER   0x40000000
>  #define SA_RESETHAND 0x80000000
> -#define SA_RESTORER  0x04000000
>
>  #endif
>
> --
> 2.48.1
>

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.