From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [GIT PULL 0/5] KVM: s390: Fixups for changes in merge window for 4.0 Date: Thu, 05 Mar 2015 11:33:54 +0100 Message-ID: <54F83112.2080002@redhat.com> References: <1425469314-48913-1-git-send-email-borntraeger@de.ibm.com> <20150305010743.GA10924@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: KVM , linux-s390 , Cornelia Huck , Jens Freimann , Alexander Graf To: Marcelo Tosatti , Christian Borntraeger Return-path: Received: from mx1.redhat.com ([209.132.183.28]:36934 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932341AbbCEKeO (ORCPT ); Thu, 5 Mar 2015 05:34:14 -0500 In-Reply-To: <20150305010743.GA10924@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: On 05/03/2015 02:07, Marcelo Tosatti wrote: > Can you generate pull against current master? > > $ git pull --ff-only git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git > tags/kvm-s390-master-20150303 Why insist that the pull request be ff-only? By using the tag, the merge commit will include the tag description, so you get more information by not doing a fast forward. Paolo