mbox

[GIT,PULL] arm64 fixes for 4.10-rc4

Message ID 20170113182146.GA6825@e104818-lin.cambridge.arm.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

Message

Catalin Marinas Jan. 13, 2017, 6:21 p.m. UTC
Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8:

  Linux 4.10-rc3 (2017-01-08 14:18:17 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to 41c066f2c4d436c535616fe182331766c57838f0:

  arm64: assembler: make adr_l work in modules under KASLR (2017-01-12 18:10:52 +0000)

----------------------------------------------------------------
- Fix huge_ptep_set_access_flags() to return "changed" when any of the
  ptes in the contiguous range is changed, not just the last one

- Fix the adr_l assembly macro to work in modules under KASLR

----------------------------------------------------------------
Ard Biesheuvel (1):
      arm64: assembler: make adr_l work in modules under KASLR

Huang Shijie (1):
      arm64: hugetlb: fix the wrong return value for huge_ptep_set_access_flags

 arch/arm64/include/asm/assembler.h | 36 +++++++++++++++++++++++++++---------
 arch/arm64/mm/hugetlbpage.c        |  2 +-
 2 files changed, 28 insertions(+), 10 deletions(-)