Re: [PATCH v5 1/2] selftests: Rename sigaltstack to generic signal

2024-08-27 Thread Dev Jain
On 8/27/24 17:08, Shuah Khan wrote: On 8/22/24 05:10, Dev Jain wrote: On 8/22/24 08:33, Shuah Khan wrote: On 8/21/24 00:15, Dev Jain wrote: Rename sigaltstack to signal, and rename the existing test to sigaltstack.c. Can you elaborate on the benefits if renaming the test? Also you have s

Re: [PATCH v5 1/2] selftests: Rename sigaltstack to generic signal

2024-08-27 Thread Shuah Khan
On 8/22/24 05:10, Dev Jain wrote: On 8/22/24 08:33, Shuah Khan wrote: On 8/21/24 00:15, Dev Jain wrote: Rename sigaltstack to signal, and rename the existing test to sigaltstack.c. Can you elaborate on the benefits if renaming the test? Also you have such a good information in the cover-let

Re: [PATCH v5 1/2] selftests: Rename sigaltstack to generic signal

2024-08-22 Thread Dev Jain
On 8/22/24 08:33, Shuah Khan wrote: On 8/21/24 00:15, Dev Jain wrote: Rename sigaltstack to signal, and rename the existing test to sigaltstack.c. Can you elaborate on the benefits if renaming the test? Also you have such a good information in the cover-letter for this patch - it would be g

Re: [PATCH v5 1/2] selftests: Rename sigaltstack to generic signal

2024-08-21 Thread Shuah Khan
On 8/21/24 00:15, Dev Jain wrote: Rename sigaltstack to signal, and rename the existing test to sigaltstack.c. Can you elaborate on the benefits if renaming the test? Also you have such a good information in the cover-letter for this patch - it would be good to include it in the change log for

[PATCH v5 1/2] selftests: Rename sigaltstack to generic signal

2024-08-20 Thread Dev Jain
Rename sigaltstack to signal, and rename the existing test to sigaltstack.c. Signed-off-by: Dev Jain Reviewed-by: Mark Brown --- tools/testing/selftests/Makefile| 2 +- tools/testing/selftests/{sigaltstack => signal}/.gitignore | 2 +- tools/testing/selftest