Re: [PATCH 18/19] y2038: introduce jiffies_to_timespec64

2015-05-19 Thread Thomas Gleixner
On Wed, 6 May 2015, Arnd Bergmann wrote: > Needed for converting sys_sched_rr_get_interval > > 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 majord...@vger.kernel.org More

Re: [PATCH 18/19] y2038: introduce jiffies_to_timespec64

2015-05-19 Thread Thomas Gleixner
On Wed, 6 May 2015, Arnd Bergmann wrote: Needed for converting sys_sched_rr_get_interval 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 to

[PATCH 18/19] y2038: introduce jiffies_to_timespec64

2015-05-06 Thread Arnd Bergmann
Needed for converting sys_sched_rr_get_interval Signed-off-by: Arnd Bergmann --- include/linux/jiffies.h | 12 +--- kernel/time/time.c | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/include/linux/jiffies.h b/include/linux/jiffies.h index

[PATCH 18/19] y2038: introduce jiffies_to_timespec64

2015-05-06 Thread Arnd Bergmann
Needed for converting sys_sched_rr_get_interval Signed-off-by: Arnd Bergmann a...@arndb.de --- include/linux/jiffies.h | 12 +--- kernel/time/time.c | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/include/linux/jiffies.h b/include/linux/jiffies.h index