Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1419432 > unrolled thread

[GIT PULL] arm64: fix for -rc3

Started byWill Deacon <will.deacon@arm.com>
First post2016-06-10 15:40 +0200
Last post2016-06-10 15:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] arm64: fix for -rc3 Will Deacon <will.deacon@arm.com> - 2016-06-10 15:40 +0200

#1419432 — [GIT PULL] arm64: fix for -rc3

FromWill Deacon <will.deacon@arm.com>
Date2016-06-10 15:40 +0200
Subject[GIT PULL] arm64: fix for -rc3
Message-ID<rIuPg-58O-37@gated-at.bofh.it>
Hi Linus,

Please pull this arm64 fix for -rc3. It's a fix for an issue that Alex
saw whilst swapping with hardware access/dirty bit support enabled in
the kernel.

Cheers,

Will

--->8

The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:

  Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)

are available in the git repository at:

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

for you to fetch changes up to 0106d456c4cb1770253fefc0ab23c9ca760b43f7:

  arm64: mm: always take dirty state from new pte in ptep_set_access_flags (2016-06-08 10:23:44 +0100)

----------------------------------------------------------------
arm64 fix:

- Fix an issue where we fail to fault in old pages on a write when
  CONFIG_ARM64_HW_AFDBM is enabled

----------------------------------------------------------------
Will Deacon (1):
      arm64: mm: always take dirty state from new pte in ptep_set_access_flags

 arch/arm64/mm/fault.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web