From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753316AbbJTH7U (ORCPT ); Tue, 20 Oct 2015 03:59:20 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:33019 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753000AbbJTH7T (ORCPT ); Tue, 20 Oct 2015 03:59:19 -0400 Date: Tue, 20 Oct 2015 09:59:14 +0200 From: Ingo Molnar To: John Stultz Cc: Thomas Gleixner , lkml , Miroslav Lichvar , Prarit Bhargava , Richard Cochran Subject: Re: [GIT PULL] A few timekeeping items for 4.4 Message-ID: <20151020075914.GA4127@gmail.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 * John Stultz wrote: > Hey Thomas, > > I've been bad this cycle with picking up changes, so apologies if I > missed anything. > > thanks > -john > > The following changes since commit 9ffecb10283508260936b96022d4ee43a7798b4c: > > Linux 4.3-rc3 (2015-09-27 07:50:08 -0400) > > are available in the git repository at: > > https://git.linaro.org/people/john.stultz/linux.git fortglx/4.4/time > > for you to fetch changes up to 090e2edb4171dae4872c4eaae972dd3ccf96d4a8: > > net: sfc: avoid using timespec (2015-10-01 09:59:24 -0700) > > ---------------------------------------------------------------- > Arnd Bergmann (5): > ntp/pps: use timespec64 for hardpps() > ntp/pps: replace getnstime_raw_and_real with 64-bit version > ntp: use timespec64 in sync_cmos_clock > ntp/pps: use y2038 safe types in pps_event_time > net: sfc: avoid using timespec > > drivers/net/ethernet/sfc/ptp.c | 30 +++++++++++++++--------------- > drivers/pps/kapi.c | 4 ++-- > include/linux/pps_kernel.h | 16 ++++++++-------- > include/linux/timekeeping.h | 4 ++-- > include/linux/timex.h | 2 +- > kernel/time/ntp.c | 16 ++++++++-------- > kernel/time/ntp_internal.h | 2 +- > kernel/time/timekeeping.c | 14 +++++++------- > 8 files changed, 44 insertions(+), 44 deletions(-) Could you please also post these as patches? Thanks, Ingo