On Mon, Mar 13, 2017 at 10:23 AM, Robert Nelson <robertcnel...@gmail.com> wrote: > On Mon, Mar 13, 2017 at 8:55 AM, Ilia Mirkin <imir...@alum.mit.edu> wrote: >> On Mon, Mar 13, 2017 at 8:36 AM, Jiri Slaby <jsl...@suse.cz> 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/