From mboxrd@z Thu Jan 1 00:00:00 1970 From: dave.martin@linaro.org (Dave Martin) Date: Fri, 19 Aug 2011 10:10:11 +0100 Subject: [PATCH v2 0/3] Fix Thumb-2 undef handling for mixed-arch kernels In-Reply-To: <1313743468.28978.1.camel@computer2> References: <1313686914-29481-1-git-send-email-dave.martin@linaro.org> <20110818222906.GD28546@n2100.arm.linux.org.uk> <1313743468.28978.1.camel@computer2> Message-ID: <20110819091005.GA2742@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Aug 19, 2011 at 09:44:28AM +0100, Tixy wrote: > On Thu, 2011-08-18 at 23:29 +0100, Russell King - ARM Linux wrote: > > On Thu, Aug 18, 2011 at 06:01:51PM +0100, Dave Martin wrote: > > > In kernels which support v6 and v7 platforms in a single binary > > > such as omap2plus_defconfig for example, undefined instruction > > > exceptions taken on Thumb instructions are not processed correctly, > > > because the kernel assumes at build-time that Thumb-2 won't be > > > supported in userspace. > > > > Unless there's any further comments from anyone, I think this is now > > ready. Thanks. > > I've no further comments. Are you happy for me to transfer your reviewed-by to the new version of patch 1? I removed the tags beacuse it's changed, though perhaps unnecessarily -- the changes are fairly minor compared with the last version. Cheers ---Dave