From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752151Ab0A0L17 (ORCPT ); Wed, 27 Jan 2010 06:27:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751669Ab0A0L15 (ORCPT ); Wed, 27 Jan 2010 06:27:57 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:36630 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751600Ab0A0L14 (ORCPT ); Wed, 27 Jan 2010 06:27:56 -0500 Date: Wed, 27 Jan 2010 12:24:46 +0100 From: Ingo Molnar To: Linus Torvalds Cc: "H. Peter Anvin" , Linux Kernel Mailing List , Thomas Gleixner , Dean Nelson , Russ Anderson , ozan@pardus.org.tr, Jaswinder Singh Rajput , "Rafael J. Wysocki" , Yinghai Lu , Gene Heskett , Andreas Herrmann , Mark Hounschell , Venkatesh Pallipadi , David Rientjes , Haicheng Li Subject: Re: [GIT PULL] x86 fixes for 2.6.33-rc6 Message-ID: <20100127112446.GA19613@elte.hu> References: <201001270833.o0R8X7ZN018729@terminus.zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Linus Torvalds wrote: > On Wed, 27 Jan 2010, H. Peter Anvin wrote: > > > > git://git.kernel.org/pub/scm/linux/kernel/x86/linux-2.6-tip.git x86-fixes-for-linus > > That doesn't work for me at all. i think Peter typoed it and the git/ portion went missing, it should have been: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip.git x86-fixes-for-linus > I assume you meant > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git x86-fixes-for-linus > > (note the "git/tip" instead of "x86") Yes, that works too. The x86 repo is symlinked to the tip repo. Ingo