linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND 0/6] Make ipc y2038 safe
@ 2017-07-28 18:52 Deepa Dinamani
  2017-07-28 18:52 ` [RESEND PATCH 1/6] ipc: Make sys_semtimedop() " Deepa Dinamani
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Deepa Dinamani @ 2017-07-28 18:52 UTC (permalink / raw)
  To: viro, linux-kernel
  Cc: linux-fsdevel, arnd, y2038, Paul Moore, Richard Guy Briggs

Resending to fix mail subject header.

The series aims to transition internal workings of ipc subsystem
to use y2038-safe types and apis.

The series is based on Al Viro's #work.ipc branch.

Deepa Dinamani (6):
  ipc: Make sys_semtimedop() y2038 safe
  ipc: mqueue: Replace timespec with timespec64
  ipc: msg: Make msg_queue timestamps y2038 safe
  ipc: sem: Make sem_array timestamps y2038 safe
  ipc: shm: Make shmid_kernel timestamps y2038 safe
  utimes: Make utimes y2038 safe

 fs/utimes.c           | 23 ++++++++++++-----------
 include/linux/audit.h |  6 +++---
 include/linux/msg.h   |  7 ++++---
 include/linux/sem.h   |  3 ++-
 include/linux/shm.h   |  6 +++---
 include/linux/time.h  |  2 +-
 init/initramfs.c      |  2 +-
 ipc/mqueue.c          | 28 ++++++++++++++--------------
 ipc/msg.c             | 12 ++++++------
 ipc/sem.c             | 34 +++++++++++++++++-----------------
 ipc/shm.c             | 16 ++++++++--------
 kernel/audit.h        |  2 +-
 kernel/auditsc.c      | 12 ++++++------
 13 files changed, 78 insertions(+), 75 deletions(-)

-- 
2.11.0

Cc: Paul Moore <paul@paul-moore.com>
Cc: Richard Guy Briggs <rgb@redhat.com>

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

end of thread, other threads:[~2017-07-29 15:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-28 18:52 [RESEND 0/6] Make ipc y2038 safe Deepa Dinamani
2017-07-28 18:52 ` [RESEND PATCH 1/6] ipc: Make sys_semtimedop() " Deepa Dinamani
2017-07-28 18:52 ` [RESEND PATCH 2/6] ipc: mqueue: Replace timespec with timespec64 Deepa Dinamani
2017-07-28 20:15   ` Paul Moore
2017-07-28 20:44     ` Deepa Dinamani
2017-07-28 21:02       ` Paul Moore
2017-07-28 21:06   ` Paul Moore
2017-07-28 21:25     ` Deepa Dinamani
2017-07-29 15:27   ` Richard Guy Briggs
2017-07-28 18:52 ` [RESEND PATCH 3/6] ipc: msg: Make msg_queue timestamps y2038 safe Deepa Dinamani
2017-07-28 18:52 ` [RESEND PATCH 4/6] ipc: sem: Make sem_array " Deepa Dinamani
2017-07-28 18:52 ` [RESEND PATCH 5/6] ipc: shm: Make shmid_kernel " Deepa Dinamani
2017-07-28 18:52 ` [RESEND PATCH 6/6] utimes: Make utimes " Deepa Dinamani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).