Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Dec 2023 03:59:03 +0000 (19:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Dec 2023 03:59:03 +0000 (19:59 -0800)
commitc8e97fc6b4c057a350a9e9a1ad625e10cc9c39ee
tree076f1feb0e9681c815917698b8e039ac3861970c
parent2e3f280b24ea89f6f061c8b56771b06351c7745d
parent3c0696076aad60a2f04c019761921954579e1b0e
Merge tag 'arm64-fixes' of git://git./linux/kernel/git/arm64/linux

Pull arm64 fixes from Catalin Marinas:

 - Arm CMN perf: fix the DTC allocation failure path which can end up
   erroneously clearing live counters

 - arm64/mm: fix hugetlb handling of the dirty page state leading to a
   continuous fault loop in user on hardware without dirty bit
   management (DBM). That's caused by the dirty+writeable information
   not being properly preserved across a series of mprotect(PROT_NONE),
   mprotect(PROT_READ|PROT_WRITE)

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify
  perf/arm-cmn: Fail DTC counter allocation correctly