Re: [PATCH 12/12] tools/nolibc: remove time conversions
From: Arnd Bergmann
Date: Thu Oct 30 2025 - 10:58:46 EST
On Wed, Oct 29, 2025, at 17:03, Thomas Weißschuh wrote:
> Now that 'struct timespec' and 'struct __kernel_timespec' are
> compatible, the conversions are not necessary anymore.
> The same holds true for 'struct itimerspec' and 'struct
> __kernel_itimerspec'.
>
> Remove the conversions.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
Ah, I started commenting before I got to the end of the
series. This looks good,
Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>