From mboxrd@z Thu Jan 1 00:00:00 1970 From: davem@arm.com (Dave P. Martin) Date: Wed, 17 Nov 2010 14:01:09 +0000 Subject: [PATCH 2/2] ARM: kexec: Fix crash_setup_regs() for ARMv7 and CONFIG_THUMB2_KERNEL In-Reply-To: <20101117133526.GE19331@gw.healthdatacare.com> References: <1289913141-8559-1-git-send-email-dave.martin@linaro.org> <1289913141-8559-2-git-send-email-dave.martin@linaro.org> <20101117131146.GD19331@gw.healthdatacare.com> <20101117133526.GE19331@gw.healthdatacare.com> Message-ID: <20101117140109.GA8933@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Nov 17, 2010 at 03:35:26PM +0200, Mika Westerberg wrote: > On Wed, Nov 17, 2010 at 01:26:02PM +0000, Catalin Marinas wrote: > > On 17 November 2010 13:11, Mika Westerberg wrote: > [...] > > > > > > Quickly tested this and seems to work. So FWIW: > > > > > > Acked-by: Mika Westerberg > > > > It's more like Tested-by :) (unless you reviewed it as well, though > > there seems to be some confusion between Reviewed-by and Acked-by). > > Well, I was the original author if this code so I thought that > Acked-by was right but Tested-by is fine :) Well, I don't know either ... so I'll make it Tested-by for now if that's OK. Thanks for trying it out, anyway. ---Dave