From: Catalin Marinas <catalin.marinas@arm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] arm64: Fixes for 3.7
Date: Sat, 20 Oct 2012 17:06:14 +0100 [thread overview]
Message-ID: <20121020160614.GA7674@arm.com> (raw)
Hi Linus,
Please pull the arm64-fixes tag below. Thanks.
The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:
Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64.git tags/arm64-fixes
for you to fetch changes up to aeed41a9371ee02257b608eb06a9058507a7d0f4:
arm64: fix alignment padding in assembly code (2012-10-20 11:12:01 +0100)
----------------------------------------------------------------
Main changes:
- AArch64 Linux compilation fixes following 3.7-rc1 changes
(MODULES_USE_ELF_RELA, update_vsyscall() prototype)
- Unnecessary register setting in start_thread() (thanks to Al Viro)
- ptrace fixes
----------------------------------------------------------------
Catalin Marinas (4):
arm64: Select MODULES_USE_ELF_RELA
arm64: Fix the update_vsyscall() prototype
arm64: Ignore memory blocks below PHYS_OFFSET
arm64: No need to set the x0-x2 registers in start_thread()
Marc Zyngier (1):
arm64: fix alignment padding in assembly code
Sachin Kamat (1):
arm64: Remove duplicate inclusion of mmu_context.h in smp.c
Will Deacon (2):
arm64: ptrace: make structure padding explicit for debug registers
arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpoints
arch/arm64/Kconfig | 1 +
arch/arm64/include/asm/Kbuild | 1 -
arch/arm64/include/asm/linkage.h | 7 ++++
arch/arm64/include/asm/processor.h | 10 -----
arch/arm64/include/uapi/asm/ptrace.h | 3 +-
arch/arm64/kernel/ptrace.c | 73 +++++++++++++++++++++++++-----------
arch/arm64/kernel/setup.c | 12 ++++++
arch/arm64/kernel/smp.c | 1 -
arch/arm64/kernel/vdso.c | 20 +++++-----
9 files changed, 83 insertions(+), 45 deletions(-)
create mode 100644 arch/arm64/include/asm/linkage.h
next reply other threads:[~2012-10-20 16:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-20 16:06 Catalin Marinas [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-11-09 16:56 [GIT PULL] arm64 fixes for 3.7 Catalin Marinas
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=20121020160614.GA7674@arm.com \
--to=catalin.marinas@arm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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.