From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Wessel Subject: Re: linux-next: manual merge of the kgdb tree with the input tree Date: Wed, 06 Oct 2010 07:17:05 -0500 Message-ID: <4CAC68C1.1070706@windriver.com> References: <20101006130436.45d8a96a.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mail.windriver.com ([147.11.1.11]:54549 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754401Ab0JFMRS (ORCPT ); Wed, 6 Oct 2010 08:17:18 -0400 In-Reply-To: <20101006130436.45d8a96a.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Dmitry Torokhov On 10/05/2010 09:04 PM, Stephen Rothwell wrote: > Hi Jason, > > Today's linux-next merge of the kgdb tree got a conflict in > drivers/char/sysrq.c between commit > 1966cb225c6f9040ca163802cbd052c393d4448f ("Input: sysrq - add locking to > sysrq_filter()") from the input tree and commit > 02307772717c91a108aca2e999bbc586a85d06a2 ("sysrq,keyboard: properly deal > with alt-sysrq in sysrq input filter") from the kgdb tree. > > Just context changes. I fixed it up (see below) and can carry the fax as > necessary. > Thanks Stephen, Hopefully I can get the sysrq / keyboard patches out of my tree and into Dmitry's tree which should fix the problem by design. :-) Thanks, Jason.