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