From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] arm64: second wave of arm64 fixes for 3.17
Date: Tue, 2 Sep 2014 14:10:36 +0100 [thread overview]
Message-ID: <20140902131036.GL25379@arm.com> (raw)
Hello Linus,
Please can you pull these fixes for arm64? They address some issues found
by running smatch on the arch code (ignoring the false positives) and also
stop 32-bit Android from losing track of its stack.
There's one additional irq migration fix in the pipeline, but it came in
after I'd tagged and tested this set.
Thanks,
Will
--->8
The following changes since commit 52addcf9d6669fa439387610bc65c92fa0980cef:
Linux 3.17-rc2 (2014-08-25 15:36:20 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
for you to fetch changes up to 5e39977edf6500fd12f169e6c458d33b0ef62feb:
Revert "arm64: cpuinfo: print info for all CPUs" (2014-09-01 15:55:22 +0100)
----------------------------------------------------------------
arm64 fixes for -rc4
Another handful of arm64 fixes here:
- A few fixes for real issues found by smatch (after Dan's talk at KS)
- Revert the /proc/cpuinfo changes merged during the merge window.
We've opened a can of worms here, so we need to find out where we
stand before we change this interface.
- Implement KSTK_ESP for compat tasks, otherwise 32-bit Android gets
confused wondering where its [stack] has gone
- Misc fixes (fpsimd context handling, crypto, ...)
----------------------------------------------------------------
Catalin Marinas (1):
arm64: Add brackets around user_stack_pointer()
Colin Ian King (1):
arm64/crypto: remove redundant update of data
Geoff Levand (1):
arm64: Remove unused variable in head.S
Leo Yan (1):
arm64: fix bug for reloading FPSIMD state after cpu power off
Will Deacon (5):
arm64: ptrace: fix compat hardware watchpoint reporting
arm64: ptrace: fix compat reg getter/setter return values
arm64: perf: don't rely on layout of pt_regs when grabbing sp or pc
arm64: report correct stack pointer in KSTK_ESP for compat tasks
Revert "arm64: cpuinfo: print info for all CPUs"
arch/arm64/crypto/sha2-ce-glue.c | 1 -
arch/arm64/include/asm/hw_breakpoint.h | 1 -
arch/arm64/include/asm/processor.h | 2 +-
arch/arm64/include/asm/ptrace.h | 2 +-
arch/arm64/kernel/fpsimd.c | 1 +
arch/arm64/kernel/head.S | 4 ----
arch/arm64/kernel/perf_regs.c | 6 +++++
arch/arm64/kernel/ptrace.c | 13 +++++++----
arch/arm64/kernel/setup.c | 40 +++++++++++++++++++---------------
9 files changed, 40 insertions(+), 30 deletions(-)
reply other threads:[~2014-09-02 13:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20140902131036.GL25379@arm.com \
--to=will.deacon@arm.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).