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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to