Re: [PATCH] selftests:timers: remove local CLOCKID defines

2024-10-14 Thread Shuah Khan

On 10/11/24 18:49, John Stultz wrote:

On Fri, Oct 11, 2024 at 3:52 PM Shuah Khan  wrote:


timers tests defines CLOCKIDs locally. Remove all local CLOCKIDs except
CLOCK_HWSPECIFIC and use defines from time.h header file.

CLOCK_HWSPECIFIC and CLOCK_SGI_CYCLE are the same and CLOCK_SGI_CYCLE
is deprecated,

Signed-off-by: Shuah Khan 


Thanks for doing this cleanup!

Acked-by: John Stultz 


Thank you. Applied to linux-kselftest next for Linux 6.13-rc1.

thanks,
-- Shuah



Re: [PATCH] selftests:timers: remove local CLOCKID defines

2024-10-14 Thread Thomas Gleixner
On Fri, Oct 11 2024 at 16:52, Shuah Khan wrote:
> timers tests defines CLOCKIDs locally. Remove all local CLOCKIDs except
> CLOCK_HWSPECIFIC and use defines from time.h header file.
>
> CLOCK_HWSPECIFIC and CLOCK_SGI_CYCLE are the same and CLOCK_SGI_CYCLE
> is deprecated,
>
> Signed-off-by: Shuah Khan 

Reviewed-by: Thomas Gleixner 

Thank you!




Re: [PATCH] selftests:timers: remove local CLOCKID defines

2024-10-11 Thread John Stultz
On Fri, Oct 11, 2024 at 3:52 PM Shuah Khan  wrote:
>
> timers tests defines CLOCKIDs locally. Remove all local CLOCKIDs except
> CLOCK_HWSPECIFIC and use defines from time.h header file.
>
> CLOCK_HWSPECIFIC and CLOCK_SGI_CYCLE are the same and CLOCK_SGI_CYCLE
> is deprecated,
>
> Signed-off-by: Shuah Khan 

Thanks for doing this cleanup!

Acked-by: John Stultz