From patchwork Tue Jan 15 12:17:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [GIT,PULL] hyp-boot fixes for 3.8 Date: Tue, 15 Jan 2013 02:17:53 -0000 From: Will Deacon X-Patchwork-Id: 212141 Message-Id: <20130115121753.GB5649@mudshark.cambridge.arm.com> To: linux@arm.linux.org.uk Cc: linux-arm-kernel@lists.infradead.org Hi Russell, As I mentioned previously, a bunch of fixes to the hyp-boot code have been accumulating in the branch I originally targeted for 3.9. Given that these should all go to stable, I've split the fixes out for 3.8 and put them on their own branch for you to pull (see below). Cheers, Will --->8 The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20: Linux 3.8-rc3 (2013-01-09 18:59:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-rmk/virt/hyp-boot/fixes for you to fetch changes up to d01723479e6a6c70c83295f7847477a016d5e14a: ARM: virt: simplify __hyp_stub_install epilog (2013-01-10 21:08:55 +0000) ---------------------------------------------------------------- Dave Martin (1): ARM: virt: Avoid bx instruction for compatibility with <=ARMv4 Marc Zyngier (2): ARM: virt: boot secondary CPUs through the right entry point ARM: virt: simplify __hyp_stub_install epilog arch/arm/kernel/head.S | 2 +- arch/arm/kernel/hyp-stub.S | 18 ++++++------------ 2 files changed, 7 insertions(+), 13 deletions(-)