From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King - ARM Linux Subject: Re: [git pull] signals pile 3 Date: Tue, 16 Oct 2012 15:05:25 +0100 Message-ID: <20121016140525.GG21164@n2100.arm.linux.org.uk> References: <20121013005334.GM2616@ZenIV.linux.org.uk> <507ADBBB.9090209@gmail.com> <20121014202431.GL21164@n2100.arm.linux.org.uk> <20121014222449.GN21164@n2100.arm.linux.org.uk> <507B3F2C.1090500@gmail.com> <20121014231649.GO21164@n2100.arm.linux.org.uk> <20121016140414.GS639@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <20121016140414.GS639@pengutronix.de> Sender: linux-kernel-owner@vger.kernel.org To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Daniel Mack , Linus Torvalds , linux-arch@vger.kernel.org, Al Viro , "linux-arm-kernel@lists.infradead.org" , linux-kernel@vger.kernel.org List-Id: linux-arch.vger.kernel.org On Tue, Oct 16, 2012 at 04:04:14PM +0200, Uwe Kleine-K=F6nig wrote: > I used: > movne r0, r4 > - movne lr, pc > - movne pc, r5 > + blxne r5 > get_thread_info tsk >=20 > but I assume Russell's patch is better. (Probably because blx doesn't > exist everywhere?!) Correct. > So if it's not too late yet: >=20 > Tested-by: Uwe Kleine-K=F6nig It is, because it's already in Linus' tree. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from caramon.arm.linux.org.uk ([78.32.30.218]:53370 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753246Ab2JPOGE (ORCPT ); Tue, 16 Oct 2012 10:06:04 -0400 Date: Tue, 16 Oct 2012 15:05:25 +0100 From: Russell King - ARM Linux Subject: Re: [git pull] signals pile 3 Message-ID: <20121016140525.GG21164@n2100.arm.linux.org.uk> References: <20121013005334.GM2616@ZenIV.linux.org.uk> <507ADBBB.9090209@gmail.com> <20121014202431.GL21164@n2100.arm.linux.org.uk> <20121014222449.GN21164@n2100.arm.linux.org.uk> <507B3F2C.1090500@gmail.com> <20121014231649.GO21164@n2100.arm.linux.org.uk> <20121016140414.GS639@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20121016140414.GS639@pengutronix.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Daniel Mack , Linus Torvalds , linux-arch@vger.kernel.org, Al Viro , "linux-arm-kernel@lists.infradead.org" , linux-kernel@vger.kernel.org Message-ID: <20121016140525.vCa7rpekyDLKLRPRTbfAdp5KW02LwUHLABfn3bPbbus@z> On Tue, Oct 16, 2012 at 04:04:14PM +0200, Uwe Kleine-König wrote: > I used: > movne r0, r4 > - movne lr, pc > - movne pc, r5 > + blxne r5 > get_thread_info tsk > > but I assume Russell's patch is better. (Probably because blx doesn't > exist everywhere?!) Correct. > So if it's not too late yet: > > Tested-by: Uwe Kleine-König It is, because it's already in Linus' tree.