From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755061Ab2K2WM7 (ORCPT ); Thu, 29 Nov 2012 17:12:59 -0500 Received: from e36.co.us.ibm.com ([32.97.110.154]:35075 "EHLO e36.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754205Ab2K2WM6 (ORCPT ); Thu, 29 Nov 2012 17:12:58 -0500 Date: Thu, 29 Nov 2012 14:12:48 -0800 From: "Paul E. McKenney" To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Frederic Weisbecker , "H. Peter Anvin" Subject: Re: linux-next: manual merge of the rcu tree with Linus' tree Message-ID: <20121129221248.GF2474@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20121129140651.33881363cc4870a87cf84adc@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121129140651.33881363cc4870a87cf84adc@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12112922-7606-0000-0000-000005ED4314 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 29, 2012 at 02:06:51PM +1100, Stephen Rothwell wrote: > Hi Paul, > > Today's linux-next merge of the rcu tree got a conflict in > arch/x86/kernel/ptrace.c between commit cb57a2b4cff7 ("x86-32: Export > kernel_stack_pointer() for modules") from Linus' tree and commit > 98dbec158343 ("context_tracking: New context tracking susbsystem") from > the rcu tree. > > I fixed it up (see below) and can carry the fix as necessary (no action > is required). Looks good, thank you! Thanx, Paul > -- > Cheers, > Stephen Rothwell sfr@canb.auug.org.au > > diff --cc arch/x86/kernel/ptrace.c > index 974b67e,65b88a5..0000000 > --- a/arch/x86/kernel/ptrace.c > +++ b/arch/x86/kernel/ptrace.c > @@@ -21,8 -21,7 +21,8 @@@ > #include > #include > #include > - #include > +#include > + #include > > #include > #include