netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] uapi: Add a new header for time types
@ 2019-02-13  3:26 Deepa Dinamani
  2019-02-13  3:26 ` [PATCH net-next 1/2] time: Add time_types.h Deepa Dinamani
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Deepa Dinamani @ 2019-02-13  3:26 UTC (permalink / raw)
  To: davem, linux-kernel; +Cc: netdev, willemb, tglx, arnd, y2038

The series aims at adding a new time header: time_types.h.  This header
is what will eventually hold all the uapi time types that we plan to
leave across the interfaces after the y2038 cleanup.

The series was discussed with Arnd Bergmann.

The second patch fixes the errqueue.h header, which has a dependency on
these types.

Note that there may be a trivial merge conflict with linux-next
c70a772fda11 ("y2038: remove struct definition redirects").

Deepa Dinamani (2):
  time: Add time_types.h
  errqueue.h: Include time_types.h

 include/uapi/linux/errqueue.h   |  1 +
 include/uapi/linux/time.h       | 36 +----------------------------
 include/uapi/linux/time_types.h | 40 +++++++++++++++++++++++++++++++++
 3 files changed, 42 insertions(+), 35 deletions(-)
 create mode 100644 include/uapi/linux/time_types.h

-- 
2.17.1


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

end of thread, other threads:[~2019-02-14 16:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-13  3:26 [PATCH net-next 0/2] uapi: Add a new header for time types Deepa Dinamani
2019-02-13  3:26 ` [PATCH net-next 1/2] time: Add time_types.h Deepa Dinamani
2019-02-13  3:26 ` [PATCH net-next 2/2] errqueue.h: Include time_types.h Deepa Dinamani
2019-02-14 16:52 ` [PATCH net-next 0/2] uapi: Add a new header for time types David Miller

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).