public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64 fixes
@ 2012-10-08 18:06 Catalin Marinas
  0 siblings, 0 replies; only message in thread
From: Catalin Marinas @ 2012-10-08 18:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-08 18:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-08 18:06 [GIT PULL] arm64 fixes Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox