From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965334AbbI2TSI (ORCPT ); Tue, 29 Sep 2015 15:18:08 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:37573 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755583AbbI2TR4 (ORCPT ); Tue, 29 Sep 2015 15:17:56 -0400 Date: Tue, 29 Sep 2015 21:17:50 +0200 From: Richard Cochran To: Arnd Bergmann Cc: y2038@lists.linaro.org, Thomas Gleixner , John Stultz , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Rodolfo Giometti , linux-net-drivers@solarflare.com, Shradha Shah Subject: Re: [PATCH 0/5] y2038 conversion for ntp/pps and sfc driver Message-ID: <20150929191750.GA21910@localhost.localdomain> References: <1443471692-2946597-1-git-send-email-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443471692-2946597-1-git-send-email-arnd@arndb.de> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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