From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758795AbZFJWDj (ORCPT ); Wed, 10 Jun 2009 18:03:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751580AbZFJWDb (ORCPT ); Wed, 10 Jun 2009 18:03:31 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:39601 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751302AbZFJWDb (ORCPT ); Wed, 10 Jun 2009 18:03:31 -0400 Date: Wed, 10 Jun 2009 15:03:14 -0700 From: Andrew Morton To: Ingo Molnar Cc: torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, hpa@zytor.com, jeremy@goop.org Subject: Re: [GIT PULL] x86/xen changes for v2.6.31 Message-Id: <20090610150314.c1593e6e.akpm@linux-foundation.org> In-Reply-To: <20090610215423.GA31788@elte.hu> References: <20090610215423.GA31788@elte.hu> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 10 Jun 2009 23:54:23 +0200 Ingo Molnar wrote: > Linus, > > Please pull the latest x86-xen-for-linus git tree from: > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git x86-xen-for-linus > > ... > > Jeremy Fitzhardinge (32): > mm: disable preemption in apply_to_pte_range > ... > mm: allow preemption in apply_to_pte_range I think these cancel each other out, don't they? It's strange that I cant find them in linux-next, whereas the others: > x86/paravirt: use percpu_ rather than __get_cpu_var > xen: disable preempt for leave_lazy_mmu > xen: separate p2m allocation from setting are present in linux-next. Perhaps Stephen's merge process cancelled the self-cancelling patches altogether.