Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752545AbbFBTVH (ORCPT ); Tue, 2 Jun 2015 15:21:07 -0400 Received: from www.linutronix.de ([62.245.132.108]:52655 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752149AbbFBTUj (ORCPT ); Tue, 2 Jun 2015 15:20:39 -0400 Date: Tue, 2 Jun 2015 21:20:37 +0200 (CEST) From: Thomas Gleixner To: Baolin Wang cc: arnd@arndb.de, john.stultz@linaro.org, heenasirwani@gmail.com, pang.xunlei@linaro.org, peterz@infradead.org, rafael.j.wysocki@intel.com, linux-kernel@vger.kernel.org, y2038@lists.linaro.org Subject: Re: [PATCH v4 17/25] timekeeping:Introduce the timekeeping_clocktai() function with timespec64 type In-Reply-To: <1433159935-5178-1-git-send-email-baolin.wang@linaro.org> Message-ID: References: <1433159935-5178-1-git-send-email-baolin.wang@linaro.org> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1088 Lines: 29 On Mon, 1 Jun 2015, Baolin Wang wrote: > Subject: timekeeping:Introduce the timekeeping_clocktai() function with timespec64 type You are not introducing anything new. You change the implementation. > This patch converts the timespec type to timespec64 type for > timekeeping_clocktai() function which is used only in the > posix-timers.c file, that makes it ready for 2038 issue. > > And remove the declaration of timekeeping_clocktai() in > kernel/time/timekeeping.h file, cause nothing uses that > declaration now, and it would conflict with the inline > definition in the include/linux/timekeeping.h file. > > Also introduce the clock_get64 callback pointer for the k_clock > structure, and convert the timespec type to timespec64 type for > the posix_get_tai() function. Stop explaining WHAT your patches are doing. Thanks, tglx -- 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/