Re: [RFC PATCH v2 07/11] time: Convert alarm_set_rtc() to use timespec64

From: Thomas Gleixner
Date: Thu Oct 30 2014 - 10:52:17 EST


On Thu, 30 Oct 2014, pang.xunlei wrote:
> +/*
> +* TODO: [2038 safety] alarm_do_ioctl() should be fixed to use timespec64,
> +* once timespec64 is promoted to userspace.

Nonsense. You CANNOT 'FIX' this. The ioctl needs to stay as is because
you need to preserve the user space ABI.

It needs a new ioctl variant which handles timespec64.

Thanks,

tglx

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/