From mboxrd@z Thu Jan 1 00:00:00 1970 From: tixy@yxit.co.uk (Tixy) Date: Fri, 19 Aug 2011 10:22:09 +0100 Subject: [PATCH v2 0/3] Fix Thumb-2 undef handling for mixed-arch kernels In-Reply-To: <20110819091005.GA2742@arm.com> References: <1313686914-29481-1-git-send-email-dave.martin@linaro.org> <20110818222906.GD28546@n2100.arm.linux.org.uk> <1313743468.28978.1.camel@computer2> <20110819091005.GA2742@arm.com> Message-ID: <1313745729.29336.3.camel@computer2> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 2011-08-19 at 10:10 +0100, Dave Martin wrote: > 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? Yes, I compared the new patch to the old one.