From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753174AbcGVTDf (ORCPT ); Fri, 22 Jul 2016 15:03:35 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:59430 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750922AbcGVTDd (ORCPT ); Fri, 22 Jul 2016 15:03:33 -0400 From: Arnd Bergmann To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: linux-next: error fetching the y2038 tree Date: Fri, 22 Jul 2016 21:03:26 +0200 Message-ID: <4383705.IL7BJvVHXQ@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-28-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <20160722100159.72aa6476@canb.auug.org.au> References: <20160722100159.72aa6476@canb.auug.org.au> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:tiBlPeeYIjkG5U4WDoWFpj8Y2BkmlGFz5TRUKk/bVV0ATrH5OD+ m1XDtWPUsXjtai/U72I1wZppBIKb4sYOlBpt1mn9zNbByelo2OtrsJoNCDbxorLIw4+gFWZ zb2nxrXukATF2itr1GB50ssWAeYkuKqhNfRBoe0wXhnkVuhGniPr3Osqk6kzPW/mjPIfgKU z0MMCq2z/+ozcNaznq7yw== X-UI-Out-Filterresults: notjunk:1;V01:K0:Qgjubf2oAYA=:kzSR8+FuQstmh9/JP/52fI Adx8Fct0LPt79cRm1HRgvdGVzjffaPEt0SaGm+TZPJLTISp6kWylr8yKB7EIcdBc8PhYDHFQt leku51MBW/ZUAvjbXtDT32wMGNkVICQ2LbhdB8uDVXG605t3CpHNrBDC+KaD2MgzysTZQw2Gw SRTLcMySAFLTUCecOgJhvKYjWfnmUteQ01whC+AFFrIITml+7Xr/sA1CIANwfA42X3ESYsdCO kNN/JIzpES6uwHaWxP+aZdt2fPJI/Kfk0RvwluEBZhF6SXZQ65a1PUVdrHxSYJcAuCrxtUU+R HxAN4nxkima0nhqmBa6cntpHgQEzT8u0bBw8fXB7sndaoK7SfK1c5fP10ef+F7V3O7gCxkVdR RTbyMejSUKYP5Ud8KOEdOqJJZciBePX+tK6G9tnwhXaPJEm1XfByz9xScl8KxHZi03OxOdGPR 4KK5c4T4vwD15wTTpCtbBkdHl7sQzHi7o7x1T78QtGco20ZC3sggfAOF2fInZ0upmbzJA4dgM JGgX0nSwfQrAee5NdWSt32ZI3li4GQZt+QiYyCONfwGJm9dIcyIU+DgwEh6FzRWxqTYXQETPd 6Cr3LAVvkV5VjPvBWvQNrotStc2kqe3A0b4bjL4netYS11WQyGweyaAuKXDNs0L99e3uEwvBn ZrmUTWpnLvHL6JAYg2iCgdnr2RPfqaAonGdG6lscY7n6Iju5FBbzwKhY+EfYQ/mzbz3LkNj1v 62LAR4OWB8Rch47M Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, July 22, 2016 10:01:59 AM CEST Stephen Rothwell wrote: > Hi Arnd, > > Fetching the y2038 > (git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git#y2038) > this morning produces this error: > > fatal: Couldn't find remote ref refs/heads/y2038 > > I am still using the last version of this tree I fetched which contains: > > 4b277763c5b3 vfs: Add support to document max and min inode times > 0b38aceef3f3 vfs: Add vfs_time accessors > df5999b78b01 fs: Add current_fs_time_sec() function > 549eb7b22e24 AFS: Correctly use 64-bit time for UUID Hi Stephen, my mistake, I wanted to remove the contents since Deepa has done a replacement series that obsolete three of the four patches (Linus didn't take the branch last time). I'll push a mainline commit to the branch instead, to make the contents disappear from -next. Thanks for letting me know about the problem. Arnd