| Submitter | Will Deacon |
|---|---|
| Date | Jan. 15, 2013, 12:17 p.m. |
| Message ID | <20130115121753.GB5649@mudshark.cambridge.arm.com> |
| Download | mbox |
| Permalink | /patch/212141/ |
| State | New |
| Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 524BE2C00A0 for <incoming-imx@patchwork.ozlabs.org>; Tue, 15 Jan 2013 23:21:47 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Tv5T5-0001YJ-9U; Tue, 15 Jan 2013 12:18:15 +0000 Received: from fw-tnat.cambridge.arm.com ([217.140.96.21] helo=cam-smtp0.cambridge.arm.com) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Tv5Sz-0001XC-Sj for linux-arm-kernel@lists.infradead.org; Tue, 15 Jan 2013 12:18:12 +0000 Received: from mudshark.cambridge.arm.com (mudshark.cambridge.arm.com [10.1.79.58]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id r0FCHxSM022559; Tue, 15 Jan 2013 12:17:59 GMT Date: Tue, 15 Jan 2013 12:17:53 +0000 From: Will Deacon <will.deacon@arm.com> To: linux@arm.linux.org.uk Subject: [GIT PULL] hyp-boot fixes for 3.8 Message-ID: <20130115121753.GB5649@mudshark.cambridge.arm.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130115_071810_170189_9C8D6958 X-CRM114-Status: UNSURE ( 8.65 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -3.3 (---) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-3.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [217.140.96.21 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.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(-)