Re: [PATCH] selftests: timers: improve timer_create failure message

2024-09-30 Thread Shuah Khan
On 9/30/24 13:19, John Stultz wrote: On Mon, Sep 30, 2024 at 11:49 AM Shuah Khan wrote: Jon, Does this look good to you? I can pick this up if you okay with this change. No objection from me, sorry this slipped by me. Acked-by: John Stultz Thank you. Applied to linux-kselftest next fo

Re: [PATCH] selftests: timers: improve timer_create failure message

2024-09-30 Thread John Stultz
On Mon, Sep 30, 2024 at 11:49 AM Shuah Khan wrote: > > On 8/29/24 09:37, Gianfranco Trad wrote: > > improve timer_create failure message with strerror() function > > to give more information to the user. > > > > Signed-off-by: Gianfranco Trad > > --- > > tools/testing/selftests/timers/alarmtime

Re: [PATCH] selftests: timers: improve timer_create failure message

2024-09-30 Thread Shuah Khan
On 8/29/24 09:37, Gianfranco Trad wrote: improve timer_create failure message with strerror() function to give more information to the user. Signed-off-by: Gianfranco Trad --- tools/testing/selftests/timers/alarmtimer-suspend.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff