mbox series

[GIT,PULL] arm64 fixes for 5.3-rc4

Message ID 20190809161513.GA42536@arrakis.emea.arm.com (mailing list archive)
State Mainlined
Commit e60329c97b9cc07ce15e3c39fc42e57bf14add92
Headers show
Series [GIT,PULL] arm64 fixes for 5.3-rc4 | expand

Pull-request

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

Message

Catalin Marinas Aug. 9, 2019, 4:15 p.m. UTC
Hi Linus,

Please pull the arm64 fix below. Thanks.

The following changes since commit e21a712a9685488f5ce80495b37b9fdbe96c230d:

  Linux 5.3-rc3 (2019-08-04 18:40:12 -0700)

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 30e235389faadb9e3d918887b1f126155d7d761d:

  arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64 (2019-08-08 18:38:20 +0100)

----------------------------------------------------------------
Fix bad_pte warning caused by pte_mkdevmap() not setting PTE_SPECIAL.

----------------------------------------------------------------
Jia He (1):
      arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64

 arch/arm64/include/asm/pgtable.h | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 9, 2019, 4:35 p.m. UTC | #1
The pull request you sent on Fri, 9 Aug 2019 17:15:14 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/15a555a4b8be26683d77df8d5dbe8ac83f5ec3a6

Thank you!