Re: [RESEND PATCH v2 3/5] security: Introduce security_settime64()

From: Arnd Bergmann
Date: Mon Apr 18 2016 - 12:02:34 EST


On Friday 08 April 2016 14:02:11 Baolin Wang wrote:
> security_settime() uses a timespec, which is not year 2038 safe
> on 32bit systems. Thus this patch introduces the security_settime64()
> function with timespec64 type. We also convert the cap_settime() helper
> function to use the 64bit types.
>
> Move the security_settime() to the head file as a inline function for
> removing that inline helper when following up patches are fixed the
> call sites.
>
> None of the existing hooks is using the timespec argument and therefor
> the patch is not doing any functional changes.
>
> Signed-off-by: Baolin Wang <baolin.wang@xxxxxxxxxx>

I seem to have only received patches 3 and 4, both on my personal
address and on lkml. Any idea what happened?

Unless you did not mean to send these patches at all, could you resend
the entire series and put me and the y2038 list on cc to all of the
patches?

Arnd