Searched hist:"3876 ced476c8ec17265d1739467e726ada88b660" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/time/ |
H A D | posix-timers.c | diff 3876ced476c8ec17265d1739467e726ada88b660 Tue Jul 03 00:44:22 CDT 2018 Deepa Dinamani <deepa.kernel@gmail.com> timex: change syscalls to use struct __kernel_timex
struct timex is not y2038 safe. Switch all the syscall apis to use y2038 safe __kernel_timex.
Note that sys_adjtimex() does not have a y2038 safe solution. C libraries can implement it by calling clock_adjtime(CLOCK_REALTIME, ...).
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
H A D | time.c | diff 3876ced476c8ec17265d1739467e726ada88b660 Tue Jul 03 00:44:22 CDT 2018 Deepa Dinamani <deepa.kernel@gmail.com> timex: change syscalls to use struct __kernel_timex
struct timex is not y2038 safe. Switch all the syscall apis to use y2038 safe __kernel_timex.
Note that sys_adjtimex() does not have a y2038 safe solution. C libraries can implement it by calling clock_adjtime(CLOCK_REALTIME, ...).
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/openbmc/linux/include/linux/ |
H A D | syscalls.h | diff 3876ced476c8ec17265d1739467e726ada88b660 Tue Jul 03 00:44:22 CDT 2018 Deepa Dinamani <deepa.kernel@gmail.com> timex: change syscalls to use struct __kernel_timex
struct timex is not y2038 safe. Switch all the syscall apis to use y2038 safe __kernel_timex.
Note that sys_adjtimex() does not have a y2038 safe solution. C libraries can implement it by calling clock_adjtime(CLOCK_REALTIME, ...).
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|