| Submitter | Will Deacon |
|---|---|
| Date | Dec. 12, 2011, 6:31 p.m. |
| Message ID | <20111212183138.GG15554@mudshark.cambridge.arm.com> |
| Download | mbox |
| Permalink | /patch/130805/ |
| 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 D7222B6F98 for <incoming-imx@patchwork.ozlabs.org>; Tue, 13 Dec 2011 05:34:12 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RaAfY-00019K-Pn; Mon, 12 Dec 2011 18:32:08 +0000 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RaAfU-000196-Mw for linux-arm-kernel@lists.infradead.org; Mon, 12 Dec 2011 18:32:05 +0000 Received: from mudshark.cambridge.arm.com (mudshark.cambridge.arm.com [10.1.79.58]) by cam-admin0.cambridge.arm.com (8.12.6/8.12.6) with ESMTP id pBCIVdWJ009421; Mon, 12 Dec 2011 18:31:39 GMT Date: Mon, 12 Dec 2011 18:31:38 +0000 From: Will Deacon <will.deacon@arm.com> To: linux@arm.linux.org.uk Subject: [GIT PULL] kexec and soft-reboot for 3.3 Message-ID: <20111212183138.GG15554@mudshark.cambridge.arm.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Note: CRM114 invocation failed X-Spam-Score: -6.5 (------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-6.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [217.140.96.50 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -2.3 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, Please pull these kexec and soft-reboot patches for 3.3. Despite my previous claims (see v8 of the series), there are only 4 patches here. Taken against devel-stable from today. I can rebase if required. Thanks, Will The following changes since commit ad622671a4da0b6db1c1382e6345e1361c5fbab8: ARM: 7183/1: vic: register the VIC for ST-modified VIC's (2011-12-11 09:56:57 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git kexec/soft-reboot Will Deacon (4): ARM: lib: add call_with_stack function for safely changing stack ARM: reset: implement soft_restart for jumping to a physical address ARM: stop: execute platform callback from cpu_stop code ARM: kexec: use soft_restart for branching to the reboot buffer arch/arm/Kconfig | 2 +- arch/arm/kernel/machine_kexec.c | 15 ++--------- arch/arm/kernel/process.c | 50 +++++++++++++++++++++++++++++++------- arch/arm/kernel/smp.c | 4 +++ arch/arm/lib/Makefile | 3 +- arch/arm/lib/call_with_stack.S | 44 ++++++++++++++++++++++++++++++++++ 6 files changed, 94 insertions(+), 24 deletions(-) create mode 100644 arch/arm/lib/call_with_stack.S