From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH 00/20] mm: Preemptibility -v4 Date: Sat, 28 Aug 2010 17:10:25 +0200 Message-ID: <1283008225.1975.3598.camel@laptop> References: <20100828141637.421594670@chello.nl> <4C7923B4.6030208@example.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:60352 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751620Ab0H1PKy convert rfc822-to-8bit (ORCPT ); Sat, 28 Aug 2010 11:10:54 -0400 In-Reply-To: <4C7923B4.6030208@example.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: piotr@hosowicz.com Cc: Andrea Arcangeli , Avi Kivity , Thomas Gleixner , Rik van Riel , Ingo Molnar , akpm@linux-foundation.org, Linus Torvalds , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Benjamin Herrenschmidt , David Miller , Hugh Dickins , Mel Gorman , Nick Piggin , Paul McKenney , Yanmin Zhang , Stephen Rothwell On Sat, 2010-08-28 at 16:56 +0200, Piotr Hosowicz wrote: > On 28.08.2010 16:16, Peter Zijlstra wrote: > > > Full series (including the Sparc64 gup_fast bits) also available in -git > > form from (against Linus' tree as of about an hour ago): > > How come? I tried this: > > aapi205:/usr/src/linus/tmp# git pull > Already up-to-date. > > ... and don't see an update. Maybe I don't do something right. If there > is newer code I should receive it, am I correct? I use this link: > > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git That's Linus' tree, the patches aren't in there quite yet, try: git remote add mmu_preempt git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-mmu_preempt.git git remote update git checkout mmu_preempt/mmu_preempt or git checkout -b mmu_preempt origin/master git pull git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-mmu_preempt.git mmu_preempt