Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1235497
| From | Richard Cochran <richardcochran@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/5] y2038 conversion for ntp/pps and sfc driver |
| Date | 2015-09-29 21:20 +0200 |
| Message-ID | <qe8Br-78E-9@gated-at.bofh.it> (permalink) |
| References | <qdNdD-1FC-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Sep 28, 2015 at 10:21:27PM +0200, Arnd Bergmann wrote: > When trying to build a kernel with time_t commented out, I found that > the ntp subsystem still relies on timespec for its pps handling. > > This series addresses this and converts all the code to use timespec64 > instead, step by step. There is one device driver that interacts with > this code directly (rather than only through the ptp subsystem), so > I have to convert that driver at the same time. > > The patches should ideally stay together as a series, but they do > span multiple subsystems, so I'm also looking for the right person > to merge them. > > Please review. (Series was "lightly reviewed" ;) Acked-by: Richard Cochran <richardcochran@gmail.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/5] y2038 conversion for ntp/pps and sfc driver Arnd Bergmann <arnd@arndb.de> - 2015-09-28 22:30 +0200
[PATCH 4/5] ntp/pps: use y2038 safe types in pps_event_time Arnd Bergmann <arnd@arndb.de> - 2015-09-28 22:30 +0200
Re: [PATCH 0/5] y2038 conversion for ntp/pps and sfc driver Richard Cochran <richardcochran@gmail.com> - 2015-09-29 21:20 +0200
Re: [PATCH 0/5] y2038 conversion for ntp/pps and sfc driver David Miller <davem@davemloft.net> - 2015-09-30 06:10 +0200
Re: [PATCH 0/5] y2038 conversion for ntp/pps and sfc driver Thomas Gleixner <tglx@linutronix.de> - 2015-09-30 09:30 +0200
Re: [PATCH 0/5] y2038 conversion for ntp/pps and sfc driver John Stultz <john.stultz@linaro.org> - 2015-10-01 19:10 +0200
csiph-web