Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752500AbdCMPdi (ORCPT ); Mon, 13 Mar 2017 11:33:38 -0400 Received: from mail-it0-f67.google.com ([209.85.214.67]:35867 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751703AbdCMPdb (ORCPT ); Mon, 13 Mar 2017 11:33:31 -0400 MIME-Version: 1.0 In-Reply-To: References: <20170312130524.GA20132@kroah.com> <20170312190558.GA24246@kroah.com> <158a8f1c-1a96-e8a0-8046-f6737e6b922d@suse.cz> From: Robert Nelson Date: Mon, 13 Mar 2017 10:32:59 -0500 Message-ID: Subject: Re: Linux 4.10.2 To: helpdesk@kernel.org Cc: Jiri Slaby , Greg KH , linux kernel , Ilia Mirkin 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: 1872 Lines: 50 On Mon, Mar 13, 2017 at 10:23 AM, Robert Nelson wrote: > On Mon, Mar 13, 2017 at 8:55 AM, Ilia Mirkin wrote: >> On Mon, Mar 13, 2017 at 8:36 AM, Jiri Slaby wrote: >>> On 03/12/2017, 09:11 PM, Ilia Mirkin wrote: >>>> The link shows v4.10.1 for me and says that the v4.10.2 tag is >>>> unknown. Fetching from >>>> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git, >>>> I don't see a v4.10.2 tag. The head of linux-4.10.y is v4.10.1. >>> >>> I guess your mirror only have not kept up yet. >> >> Yeah, it was all good ~4h after I sent the e-mail. > > Something is still fishy with kernel.org, i eventually got v4.10.2 > pulled down last night, but now with linus's tree i'm not getting > v4.11-rc2.. > > voodoo@hades:~/linux-src$ git pull origin > Already up-to-date. > voodoo@hades:~/linux-src$ git fetch --tags > voodoo@hades:~/linux-src$ git config remote.origin.url > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > voodoo@hades:~/linux-src$ git tag -l *4.11-rc[12] > v4.11-rc1 i wonder if it's related with the new packet frontend? https://www.kernel.org/fast-new-frontends-with-packet.html from one of vps's in a differnet region, still no rc2.. rcnee@debian:~$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Cloning into 'linux'... remote: Counting objects: 5266818, done. remote: Compressing objects: 100% (803214/803214), done. remote: Total 5266818 (delta 4423326), reused 5266191 (delta 4422778) Receiving objects: 100% (5266818/5266818), 921.29 MiB | 21.70 MiB/s, done. Resolving deltas: 100% (4423326/4423326), done. Checking connectivity... done. Checking out files: 100% (57992/57992), done. rcnee@debian:~$ cd linux/ rcnee@debian:~/linux$ git tag -l *4.11-rc[12] v4.11-rc1 Regards, -- Robert Nelson https://rcn-ee.com/