Re: [PATCH 15/19] y2038: introduce timespec64_to_jiffies

2015-05-19 Thread Thomas Gleixner
On Wed, 6 May 2015, Arnd Bergmann wrote: > This is needed to convert do_sigtimedwait to use timespec64. > > Signed-off-by: Arnd Bergmann Reviewed-by: Thomas Gleixner -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH 15/19] y2038: introduce timespec64_to_jiffies

2015-05-19 Thread Thomas Gleixner
On Wed, 6 May 2015, Arnd Bergmann wrote: This is needed to convert do_sigtimedwait to use timespec64. Signed-off-by: Arnd Bergmann a...@arndb.de Reviewed-by: Thomas Gleixner t...@linutronix.de -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

[PATCH 15/19] y2038: introduce timespec64_to_jiffies

2015-05-06 Thread Arnd Bergmann
This is needed to convert do_sigtimedwait to use timespec64. Signed-off-by: Arnd Bergmann --- include/linux/jiffies.h | 13 - kernel/time/time.c | 11 ++- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/include/linux/jiffies.h b/include/linux/jiffies.h

[PATCH 15/19] y2038: introduce timespec64_to_jiffies

2015-05-06 Thread Arnd Bergmann
This is needed to convert do_sigtimedwait to use timespec64. Signed-off-by: Arnd Bergmann a...@arndb.de --- include/linux/jiffies.h | 13 - kernel/time/time.c | 11 ++- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/include/linux/jiffies.h