Re: [PATCH 2/4] selftests/arm: Add signal tests

2024-04-09 Thread Dev Jain
On 4/7/24 02:58, Muhammad Usama Anjum wrote: On 4/5/24 1:44 PM, Dev Jain wrote: This patch introduces two signal tests, and generic test wrappers similar to selftests/arm64/signal directory, along with the mangling testcases found therein. arm_cpsr, dumped by the kernel to user space in the uc

Re: [PATCH 2/4] selftests/arm: Add signal tests

2024-04-08 Thread Mark Brown
On Sun, Apr 07, 2024 at 02:28:06AM +0500, Muhammad Usama Anjum wrote: > On 4/5/24 1:44 PM, Dev Jain wrote: > > + ksft_print_msg("%s :: %s\n", current->name, current->descr); > > + if (test_setup(current) && test_init(current)) { > > + test_run(current); > > + test_cleanup(c

Re: [PATCH 2/4] selftests/arm: Add signal tests

2024-04-06 Thread Muhammad Usama Anjum
On 4/5/24 1:44 PM, Dev Jain wrote: > This patch introduces two signal tests, and generic test wrappers similar to > selftests/arm64/signal directory, along with the mangling testcases found > therein. arm_cpsr, dumped by the kernel to user space in the ucontext > structure > to the signal handler,

[PATCH 2/4] selftests/arm: Add signal tests

2024-04-05 Thread Dev Jain
This patch introduces two signal tests, and generic test wrappers similar to selftests/arm64/signal directory, along with the mangling testcases found therein. arm_cpsr, dumped by the kernel to user space in the ucontext structure to the signal handler, is mangled with. The kernel must spot this il