Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753920AbdCMQFK (ORCPT ); Mon, 13 Mar 2017 12:05:10 -0400 Received: from mail-io0-f180.google.com ([209.85.223.180]:33500 "EHLO mail-io0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752355AbdCMQFB (ORCPT ); Mon, 13 Mar 2017 12:05:01 -0400 MIME-Version: 1.0 In-Reply-To: <20170313160309.GD20608@gmail.com> References: <20170312190558.GA24246@kroah.com> <158a8f1c-1a96-e8a0-8046-f6737e6b922d@suse.cz> <20170313153556.GC20608@gmail.com> <20170313160309.GD20608@gmail.com> From: Robert Nelson Date: Mon, 13 Mar 2017 11:04:29 -0500 Message-ID: Subject: Re: Linux 4.10.2 To: Konstantin Ryabitsev Cc: Ilia Mirkin , helpdesk@kernel.org, Jiri Slaby , Greg KH , linux kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2086 Lines: 55 On Mon, Mar 13, 2017 at 11:03 AM, Konstantin Ryabitsev wrote: > On Mon, Mar 13, 2017 at 11:44:18AM -0400, Ilia Mirkin wrote: >>> >>> rcnee@debian:~/linux$ host git.kernel.org >>> git.kernel.org is an alias for pub.kernel.org. >>> pub.kernel.org is an alias for pub.ewr.kernel.org. >>> pub.ewr.kernel.org has address 147.75.196.57 >>> pub.ewr.kernel.org has IPv6 address 2604:1380:1:3600::3 >> >> >> $ git fetch origin >> remote: Counting objects: 2543, done. >> remote: Compressing objects: 100% (725/725), done. >> remote: Total 2543 (delta 2112), reused 2207 (delta 1816) >> Receiving objects: 100% (2543/2543), 503.18 KiB | 0 bytes/s, done. >> Resolving deltas: 100% (2112/2112), completed with 675 local objects. >> From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux >> c1ae3cf..56b24d1 master -> origin/master >> $ git show v4.11-rc2 >> fatal: ambiguous argument 'v4.11-rc2': unknown revision or path not in >> the working tree. >> Use '--' to separate paths from revisions, like this: >> 'git [...] -- [...]' >> $ git tag -l *4.11-rc[12] >> v4.11-rc1 >> $ host git.kernel.org >> git.kernel.org is an alias for pub.kernel.org. >> pub.kernel.org is an alias for pub.ewr.kernel.org. >> pub.ewr.kernel.org has address 147.75.196.57 >> pub.ewr.kernel.org has IPv6 address 2604:1380:1:3600::3 >> >> Coincidence? (I'm in NYC in case it matters. I'm using IPv4 from here, >> but was most likely on IPv6 at home yesterday when I first had the >> issue.) > > > I've identified and fixed the mirroring issue with the EWR frontend. All > repositories should now be up-to-date. Apologies about the problem! Thanks Konstantin! voodoo@hades:~/linux-src$ git pull remote: Counting objects: 1, done. remote: Total 1 (delta 0), reused 0 (delta 0) Unpacking objects: 100% (1/1), done. >From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux 56b24d1bbcff..4495c08e8472 master -> origin/master * [new tag] v4.11-rc2 -> v4.11-rc2 Regards, -- Robert Nelson https://rcn-ee.com/