mbox series

[GIT,PULL] arm64 fixes for -rc6

Message ID 20201127114027.GA20418@willie-the-truck
State New
Headers show
Series [GIT,PULL] arm64 fixes for -rc6 | expand

Pull-request

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

Message

Will Deacon Nov. 27, 2020, 11:40 a.m. UTC
Hi Linus,

Here are some arm64 fixes for -rc6. The main changes are relating to our
handling of access/dirty bits, where our low-level page-table helpers
could lead to stale young mappings and loss of the dirty bit in some
cases (the latter has not been observed in practice, but could happen
when clearing "soft-dirty" if we enabled that). These were posted as
part of a larger series, but the rest of that is less urgent and needs a
v2 which I'll get to shortly.

In other news, we've now got a set of fixes to resolve the
lockdep/tracing problems that have been plaguing us for a while, but
they're still a bit "fresh" and I plan to send them to you next week
after we've got some more confidence in them (although initial CI
results look good).

Anyway, summary in the tag; please pull.

Cheers,

Will

--->8

The following changes since commit 23c216416056148136bdaf0cdd18caf4904bb6e1:

  arm64: cpu_errata: Apply Erratum 845719 to KRYO2XX Silver (2020-11-13 09:47:08 +0000)

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 ff1712f953e27f0b0718762ec17d0adb15c9fd0b:

  arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect() (2020-11-23 16:13:18 +0000)

----------------------------------------------------------------
arm64 fixes for -rc6

- Fix kerneldoc warnings generated by ACPI IORT code

- Fix pte_accessible() so that access flag is ignored

- Fix missing header #include

- Fix loss of software dirty bit across pte_wrprotect() when HW DBM is enabled

----------------------------------------------------------------
Randy Dunlap (1):
      arm64/fpsimd: add <asm/insn.h> to <asm/kprobes.h> to fix fpsimd build

Shiju Jose (1):
      ACPI/IORT: Fix doc warnings in iort.c

Will Deacon (2):
      arm64: pgtable: Fix pte_accessible()
      arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()

 arch/arm64/include/asm/pgtable.h | 34 ++++++++++++++++++----------------
 arch/arm64/include/asm/probes.h  |  2 ++
 drivers/acpi/arm64/iort.c        |  8 +++++---
 3 files changed, 25 insertions(+), 19 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 27, 2020, 7:19 p.m. UTC | #1
The pull request you sent on Fri, 27 Nov 2020 11:40:27 +0000:

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

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

Thank you!