On 10/08/2022 10:50, Kevin Brodsky wrote:
On 05/08/2022 15:31, Amit Daniel Kachhap wrote:
Hi,
These patches update syscalls rt_sigqueueinfo, rt_tgsigqueueinfo, pidfd_send_signal and rt_sigtimedwait for PCuABI. kselftests are added for each of the modified syscall.
This patch series is based on tree [1] and the complete series can be found here [2].
Thanks, Amit Daniel
morello/next [2]: https://git.morello-project.org/amitdaniel/linux.git review/sigqueueinfo-v1
Amit Daniel Kachhap (6): kernel: signal: Update rt_{*}sigqueueinfo() syscalls for PCuABI kernel: signal: Update pidfd_send_signal() syscall for PCuABI kernel: signal: Update rt_sigtimedwait() syscall for PCuABI kselftests/arm64/morello: Add tests for [*]sigqueueinfo syscalls kselftests/arm64/morello: Add tests for pidfd_send_signal syscall kselftests/arm64/morello: Add test for rt_sigtimedwait syscall
Happy with this series, will merge soon if there is no further comment.
Now in next, thanks!
Kevin
Kevin
kernel/signal.c | 29 ++- tools/testing/selftests/arm64/morello/clone.c | 2 +- .../selftests/arm64/morello/freestanding.h | 19 ++ .../selftests/arm64/morello/read_write.c | 2 +- .../testing/selftests/arm64/morello/signal.c | 170 ++++++++++++++++++ .../selftests/arm64/morello/signal_common.c | 26 +++ .../selftests/arm64/morello/signal_common.h | 6 + 7 files changed, 244 insertions(+), 10 deletions(-)
linux-morello mailing list -- linux-morello@op-lists.linaro.org To unsubscribe send an email to linux-morello-leave@op-lists.linaro.org