From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de ([212.227.126.187]:60966 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755132AbcCBQWo (ORCPT ); Wed, 2 Mar 2016 11:22:44 -0500 From: Arnd Bergmann To: y2038@lists.linaro.org Cc: Deepa Dinamani , linux-fsdevel@vger.kernel.org, tglx@linutronix.de, viro@zeniv.linux.org.uk Subject: Re: [Y2038] [PATCH 0/2] Add infrastructure to support vfs 64 bit times Date: Wed, 02 Mar 2016 17:22:34 +0100 Message-ID: <2510703.rNEB5sVPn2@wuerfel> In-Reply-To: <1456932710-10926-1-git-send-email-deepa.kernel@gmail.com> References: <1456932710-10926-1-git-send-email-deepa.kernel@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wednesday 02 March 2016 07:31:48 Deepa Dinamani wrote: > The series contains infrastucture patches required to convert > vfs times to use 64 bit time. > > The intention is to include these as part of 4.6 so that the follow on > patches can go into 4.7. > > Patch 1 is as per the agreed upon RFC approach 2b: > https://lkml.org/lkml/2016/2/12/105 > And, patch 2 is as per previously agreed upon discussion in: > https://lkml.org/lkml/2016/1/7/20 > > The patches that will use these will be posted for the subsequent > kernel release. > > The series and the plan have been discussed with Arnd Bergmann. > Looks all good to me. Al, Thomas: can one of you pick these up into the vfs or the tip/2038 tree? Arnd