From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751195AbbEGJZA (ORCPT ); Thu, 7 May 2015 05:25:00 -0400 Received: from lb1-smtp-cloud3.xs4all.net ([194.109.24.22]:47308 "EHLO lb1-smtp-cloud3.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750725AbbEGJY5 (ORCPT ); Thu, 7 May 2015 05:24:57 -0400 Message-ID: <1430990693.8171.70.camel@x220> Subject: Re: [PATCH 00/19] converting system calls to 64-bit time_t, part 1 From: Paul Bolle To: Arnd Bergmann Cc: y2038@lists.linaro.org, baolin.wang@linaro.org, tglx@linutronix.de, albert.aribaud@3adev.fr, john.stultz@linaro.org, bamvor.zhangjian@linaro.org, ruchandani.tina@gmail.com, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, libc-alpha@sourceware.org Date: Thu, 07 May 2015 11:24:53 +0200 In-Reply-To: <2330671.lQAl76KQcx@wuerfel> References: <1430929826-318934-1-git-send-email-arnd@arndb.de> <1430983678.8171.23.camel@x220> <1430984358.8171.28.camel@x220> <2330671.lQAl76KQcx@wuerfel> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2015-05-07 at 10:52 +0200, Arnd Bergmann wrote: > On Thursday 07 May 2015 09:39:18 Paul Bolle wrote: > I realize the downsides of not posting the entire series at once > here, but it seemed better to avoid spamming everyone too much, > while I try to find out if we have agreement on the overall > strategy. That downside is worse when people only quickly skim your message for clues while thinking about the problem they _think_ they've spotted (like I did). > For reference, see below for the ARM patch. > > And then it occurred to me to check the y2038-syscalls git branch you > > referenced. After which the above made much more sense. (Though my > > remark that ARCH_HAS_COMPAT_TIME simply functions as an alias for COMPAT > > also seems to hold for that branch.) > > Right, in fact both of these happen at the end of the git tree. Still, you might consider making ARCH_HAS_COMPAT_TIME a plain bool and adding "select ARCH_HAS_COMPAT_TIME" to the eight or so COMPAT entries. But, clearly, I'm now wasting even more of your time by trying to save face here. Thanks, Paul Bolle