From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754248AbZAFHbU (ORCPT ); Tue, 6 Jan 2009 02:31:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750931AbZAFHbM (ORCPT ); Tue, 6 Jan 2009 02:31:12 -0500 Received: from crmm.lgl.lu ([158.64.72.228]:60075 "EHLO lll.lu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751661AbZAFHbL (ORCPT ); Tue, 6 Jan 2009 02:31:11 -0500 Message-ID: <49630890.60302@knaff.lu> Date: Tue, 06 Jan 2009 08:30:24 +0100 From: Alain Knaff User-Agent: Thunderbird 2.0.0.18 (X11/20081125) MIME-Version: 1.0 To: "H. Peter Anvin" CC: Linux Kernel Mailing List , the arch/x86 maintainers Subject: Re: tip: bzip2/lzma now in tip:x86/setup-lzma References: <200901042146.n04LkHgP005837@hitchhiker.hitchhiker.org.lu.hitchhiker.org.lu> <4961415C.1050708@zytor.com> <49614243.70102@knaff.lu> <496142E4.8040308@zytor.com> <49614491.7020903@knaff.lu> <49614D1F.8020900@zytor.com> <49615136.9080900@knaff.lu> <4961580A.1020301@zytor.com> <4961A816.40302@knaff.lu> <4961A997.10108@zytor.com> <4961ADC5.6030108@knaff.lu> <49622DE9.2010200@zytor.com> <496240DF.2010102@knaff.lu> <49624F6C.8010103@zytor.com> <4962522F.20804@knaff.lu> <496255B0.1050208@zytor.com> <4962580B.2080806@knaff.lu> <4962612C.8090405@zytor.com> <496284A2.9070003@knaff.lu> <4962858F.20207@zytor.com> <496285C8.7050503@knaff.lu> <496290E0.3020603@zytor.com> <4963039D.7000804@knaff.lu> <496306A2.9080600@zytor.com> In-Reply-To: <496306A2.9080600@zytor.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org H. Peter Anvin wrote: > Alain Knaff wrote: >> H. Peter Anvin wrote: >>> Go ahead and do an incremental patch at this point. >>> >>> -hpa >> >> Thanks, that'll make things easier. Unfortunately, I can no longer check >> out the code. No error messages, but the files just aren't there: >> >> >>> git pull >> Already up-to-date. >>> git checkout -b x86/setup-lzma tip/x86/setup-lzma >> git checkout: branch x86/setup-lzma already exists > > I think the "git checkout" failed here because you were trying to create > a local branch (-b) failed. Just "git checkout x86/setup-lzma" followed > by "git pull" *should* work... Yes, that did indeed work. Thanks > git checkout x86/setup-lzma Switched to branch "x86/setup-lzma" > git pull Updating 2e9f3bd..c8531ab Fast forward drivers/block/Kconfig | 20 +++++++++++--------- lib/Kconfig | 13 +++++++++++++ lib/Makefile | 7 +++++-- 3 files changed, 29 insertions(+), 11 deletions(-) > ls lib/decompress_inflate.c lib/decompress_inflate.c Alain