From: geoff@infradead.org (Geoff Levand)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] a few small fixups for arm64
Date: Thu, 12 Dec 2013 20:39:45 +0000 [thread overview]
Message-ID: <cover.1386879684.git.geoff@infradead.org> (raw)
Hi Catalin,
Here are a few small fixups for arm64 that I need for my kexec work.
For PATCH #2 (arm64: Fix the soft_restart routine) I put the jump to
the identity mapped physical address in the caller of cpu_reset, soft_restart.
Another way is to put the jump into cpu_reset. cpu_reset could also have a
conditional to check if running from a virtual address. Let me know what you
prefer.
-Geoff
The following changes since commit db4ed53cfe9f5a00355891a631d47dfa3fd4541f:
arm64: mm: Fix PMD_SECT_PROT_NONE definition (2013-12-06 17:22:44 +0000)
are available in the git repository at:
git://git.linaro.org/people/geoff.levand/linux-kexec.git for-arm64
for you to fetch changes up to 92660d1b81279aa6784a33eff2f102e78d883931:
arm64: Add LOAD_OFFSET symbol for linker scripts (2013-12-12 12:13:04 -0800)
----------------------------------------------------------------
Geoff Levand (5):
arm64: Fix __data_loc value
arm64: Fix the soft_restart routine
arm64: Fix include header order in vmlinux.lds.S
arm64: Add missing AT() macros to vmlinux.lds.S
arm64: Add LOAD_OFFSET symbol for linker scripts
arch/arm64/include/asm/memory.h | 2 ++
arch/arm64/kernel/process.c | 8 +++++++-
arch/arm64/kernel/vmlinux.lds.S | 14 +++++++-------
3 files changed, 16 insertions(+), 8 deletions(-)
--
1.8.1.2
next reply other threads:[~2013-12-12 20:39 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-12 20:39 Geoff Levand [this message]
2013-12-12 20:39 ` [PATCH 1/5] arm64: Fix __data_loc value Geoff Levand
2013-12-13 17:46 ` Russell King - ARM Linux
2013-12-13 18:17 ` Catalin Marinas
2013-12-14 0:20 ` Geoff Levand
2013-12-12 20:39 ` [PATCH 5/5] arm64: Add LOAD_OFFSET symbol for linker scripts Geoff Levand
2013-12-13 16:45 ` Will Deacon
2013-12-14 0:20 ` Geoff Levand
2013-12-14 0:31 ` Jason Gunthorpe
2013-12-16 17:29 ` Will Deacon
2013-12-17 0:21 ` Geoff Levand
2013-12-12 20:39 ` [PATCH 4/5] arm64: Add missing AT() macros to vmlinux.lds.S Geoff Levand
2013-12-13 16:49 ` Will Deacon
2013-12-14 0:20 ` Geoff Levand
2013-12-12 20:39 ` [PATCH 2/5] arm64: Fix the soft_restart routine Geoff Levand
2013-12-13 16:46 ` Will Deacon
2013-12-17 0:20 ` Geoff Levand
2013-12-12 20:39 ` [PATCH 3/5] arm64: Fix include header order in vmlinux.lds.S Geoff Levand
2013-12-14 0:20 ` [PATCH v2 1/5] arm64: Remove unused __data_loc variable Geoff Levand
2013-12-20 12:05 ` Catalin Marinas
2013-12-17 0:19 ` [PATCH v2 2/5] arm64: Fix the soft_restart routine Geoff Levand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1386879684.git.geoff@infradead.org \
--to=geoff@infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.