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
Date: Mon, 8 Oct 2012 19:06:28 +0100 [thread overview]
Message-ID: <20121008180628.GC3204@arm.com> (raw)
Hi Linus,
Please pull the tag below. There are two fixes and removal of the
arm64-specific compat_sys_sendfile (I pushed the generic implementation
separately and it now got into mainline). Thanks.
The following changes since commit e9eca4de957ac33744fb994ccacd4a5102e445a8:
Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubi (2012-10-08 20:40:45 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64.git arm64-fixes
for you to fetch changes up to 6916fd086f0c5d7871ad3986300ba30d63616925:
arm64: Enable interrupts before calling do_notify_resume() (2012-10-08 18:04:21 +0100)
----------------------------------------------------------------
AArch64 fixes:
- Use swiotlb_init() instead of swiotlb_init_with_default_size(). The
latter is now a static function (commit 74838b7 "swiotlb: add the late
swiotlb initialization function with iotlb memory").
- Enable interrupts before calling do_notify_resume().
AArch64 clean-up:
- Use the generic implementation of compat_sys_sendfile() on arm64 as
commit 8f9c0119 (introducing the function) has been merged.
----------------------------------------------------------------
Catalin Marinas (3):
arm64: Call swiotlb_init() instead of swiotlb_init_with_default_size()
arm64: Use the generic compat_sys_sendfile() implementation
arm64: Enable interrupts before calling do_notify_resume()
arch/arm64/include/asm/unistd32.h | 1 +
arch/arm64/kernel/entry.S | 1 +
arch/arm64/kernel/sys_compat.c | 20 --------------------
arch/arm64/mm/dma-mapping.c | 6 ++----
arch/arm64/mm/init.c | 5 +----
arch/arm64/mm/mm.h | 1 +
6 files changed, 6 insertions(+), 28 deletions(-)
reply other threads:[~2012-10-08 18:06 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=20121008180628.GC3204@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.