From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752815AbdBIXzm convert rfc822-to-8bit (ORCPT ); Thu, 9 Feb 2017 18:55:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48072 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751214AbdBIXzk (ORCPT ); Thu, 9 Feb 2017 18:55:40 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <148666065805.8529.13153246197340248894.stgit@warthog.procyon.org.uk> To: James Morris Cc: dhowells@redhat.com, linux-security-module@vger.kernel.org, keyrings@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] KEYS: Fixes MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <16433.1486684538.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Thu, 09 Feb 2017 23:55:38 +0000 Message-ID: <16434.1486684538@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Thu, 09 Feb 2017 23:55:41 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org James Morris wrote: > > Tagged thusly: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git > > keys-fixes-20170209 > > I'm getting this: > > $ git pull > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git keys-fixes-20170209 > fatal: Couldn't find remote ref keys-fixes-20170209 Ummm... I can see it in the web interface for the branch: http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=keys-fixes and the tag itself: http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/tag/?h=keys-fixes-20170209 It works for me: warthog>git pull git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git keys-fixes-20170209 remote: Counting objects: 17, done. remote: Compressing objects: 100% (11/11), done. remote: Total 17 (delta 13), reused 10 (delta 6) Unpacking objects: 100% (17/17), done. From git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs * tag keys-fixes-20170209 -> FETCH_HEAD Merge made by the 'recursive' strategy. scripts/sign-file.c | 4 +++- security/keys/encrypted-keys/encrypted.c | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) David