All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Change k_clock interfaces to use timespec64
@ 2017-03-19  3:57 Deepa Dinamani
  2017-03-19  3:57 ` [PATCH 1/7] time: Delete do_sys_setimeofday() Deepa Dinamani
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Deepa Dinamani @ 2017-03-19  3:57 UTC (permalink / raw)
  To: tglx, linux-kernel; +Cc: john.stultz, arnd, y2038

The series is aimed at replacing struct timespec which is not
y2038 safe with y2038 safe struct timespec64 for k_clock interfaces.

The series does not change the syscall interface.
This will be done in a follow up series.

A few existing checkpatch-noted style issues, such as the 80 line
character limit, have been left as-is to facilitate easier review.

Deepa Dinamani (7):
  time: Delete do_sys_setimeofday()
  time: Change posix clocks ops interfaces to use timespec64
  Change k_clock clock_get() to use timespec64
  Change k_clock clock_getres() to use timespec64
  Change k_clock clock_set() to use timespec64
  Change k_clock timer_set() and timer_get() to use timespec64
  Change k_clock nsleep() to use timespec64

 drivers/char/mmtimer.c         | 28 ++++++-------
 drivers/ptp/ptp_clock.c        | 18 ++++----
 include/linux/hrtimer.h        |  2 +-
 include/linux/posix-clock.h    | 10 ++---
 include/linux/posix-timers.h   | 14 +++----
 include/linux/timekeeping.h    | 20 +++------
 kernel/compat.c                | 10 +++--
 kernel/time/alarmtimer.c       | 24 +++++------
 kernel/time/hrtimer.c          | 10 +++--
 kernel/time/posix-clock.c      | 10 ++---
 kernel/time/posix-cpu-timers.c | 66 ++++++++++++++++--------------
 kernel/time/posix-stubs.c      | 20 ++++++---
 kernel/time/posix-timers.c     | 93 ++++++++++++++++++++++++------------------
 kernel/time/time.c             |  4 +-
 14 files changed, 172 insertions(+), 157 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-03-21 19:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-19  3:57 [PATCH 0/7] Change k_clock interfaces to use timespec64 Deepa Dinamani
2017-03-19  3:57 ` [PATCH 1/7] time: Delete do_sys_setimeofday() Deepa Dinamani
2017-03-19  3:57 ` [PATCH 2/7] time: Change posix clocks ops interfaces to use timespec64 Deepa Dinamani
2017-03-19  3:57 ` [PATCH 3/7] Change k_clock clock_get() " Deepa Dinamani
2017-03-19  3:57 ` [PATCH 4/7] Change k_clock clock_getres() " Deepa Dinamani
2017-03-19  3:57 ` [PATCH 5/7] Change k_clock clock_set() " Deepa Dinamani
2017-03-19  3:57 ` [PATCH 6/7] Change k_clock timer_set() and timer_get() " Deepa Dinamani
2017-03-19  3:57 ` [PATCH 7/7] Change k_clock nsleep() " Deepa Dinamani
2017-03-21  9:16   ` Arnd Bergmann
2017-03-21 19:00     ` Deepa Dinamani

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.