linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Will Deacon <will@kernel.org>
To: torvalds@linux-foundation.org
Cc: Catalin Marinas <catalin.marinas@arm.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux ARM Kernel Mailing List
	<linux-arm-kernel@lists.infradead.org>,
	kernel-team@android.com
Subject: [GIT PULL] arm64: Fixes for -rc3
Date: Fri, 12 Mar 2021 13:34:16 +0000	[thread overview]
Message-ID: <20210312133415.GA359@willie-the-truck> (raw)

Hi Linus,

Please pull these arm64 fixes for -rc3. Summary in the tag, but we've
got a smattering of changes all over the place which we've acrued since
-rc1. To my knowledge, there aren't any pending issues at the moment,
but there's still plenty of time for something else to crop up...

Cheers,

Will

--->8

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

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

  perf/arm_dmc620_pmu: Fix error return code in dmc620_pmu_device_probe() (2021-03-12 11:30:31 +0000)

----------------------------------------------------------------
arm64 fixes for -rc3

- Fix booting a 52-bit-VA-aware kernel on Qualcomm Amberwing

- Fix pfn_valid() not to reject all ZONE_DEVICE memory

- Fix memory tagging setup for hotplugged memory regions

- Fix KASAN tagging in page_alloc() when DEBUG_VIRTUAL is enabled

- Fix accidental truncation of CPU PMU event counters

- Fix error code initialisation when failing probe of DMC620 PMU

- Fix return value initialisation for sve-ptrace selftest

- Drop broken support for CMDLINE_EXTEND

----------------------------------------------------------------
Andrey Konovalov (1):
      arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUAL

Anshuman Khandual (4):
      arm64/mm: Drop redundant ARCH_WANT_HUGE_PMD_SHARE
      arm64/mm: Drop THP conditionality from FORCE_MAX_ZONEORDER
      arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory
      arm64/mm: Reorganize pfn_valid()

Ard Biesheuvel (2):
      arm64: mm: use a 48-bit ID map when possible on 52-bit VA builds
      arm64: mm: remove unused __cpu_uses_extended_idmap[_level()]

Catalin Marinas (1):
      arm64: mte: Map hotplugged memory as Normal Tagged

James Morse (1):
      arm64/mm: Fix __enable_mmu() for new TGRAN range values

Mark Brown (1):
      kselftest: arm64: Fix exit code of sve-ptrace

Rob Herring (1):
      arm64: perf: Fix 64-bit event counter read truncation

Wei Yongjun (1):
      perf/arm_dmc620_pmu: Fix error return code in dmc620_pmu_device_probe()

Will Deacon (2):
      arm64: cpufeatures: Fix handling of CONFIG_CMDLINE for idreg overrides
      arm64: Drop support for CMDLINE_EXTEND

 arch/arm64/Kconfig                            | 12 ++------
 arch/arm64/include/asm/memory.h               |  5 ++++
 arch/arm64/include/asm/mmu_context.h          | 17 -----------
 arch/arm64/include/asm/pgtable-prot.h         |  1 -
 arch/arm64/include/asm/pgtable.h              |  3 ++
 arch/arm64/include/asm/sysreg.h               | 20 +++++++++----
 arch/arm64/kernel/head.S                      |  8 +++--
 arch/arm64/kernel/idreg-override.c            | 43 ++++++++++++++-------------
 arch/arm64/kernel/perf_event.c                |  2 +-
 arch/arm64/kvm/reset.c                        | 10 ++++---
 arch/arm64/mm/init.c                          | 29 ++++++++++++++++--
 arch/arm64/mm/mmu.c                           |  5 ++--
 drivers/firmware/efi/libstub/arm64-stub.c     |  2 +-
 drivers/perf/arm_dmc620_pmu.c                 |  1 +
 include/linux/pgtable.h                       |  4 +++
 mm/memory_hotplug.c                           |  2 +-
 tools/testing/selftests/arm64/fp/sve-ptrace.c |  2 +-
 17 files changed, 96 insertions(+), 70 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-03-12 13:35 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-12 13:34 Will Deacon [this message]
2021-03-12 20:03 ` [GIT PULL] arm64: Fixes for -rc3 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2024-02-02 11:11 [GIT PULL] arm64 fixes " Will Deacon
2024-02-02 20:43 ` pr-tracker-bot
2023-09-22 16:19 Will Deacon
2023-09-22 20:19 ` pr-tracker-bot
2023-05-19 11:46 Will Deacon
2023-05-19 18:32 ` pr-tracker-bot
2022-08-26 17:58 Will Deacon
2022-08-26 19:09 ` pr-tracker-bot
2021-11-26 13:22 Will Deacon
2021-11-26 18:35 ` pr-tracker-bot
2021-07-22 15:55 Will Deacon
2021-07-22 18:00 ` pr-tracker-bot
2020-11-06 13:20 Will Deacon
2020-11-06 21:13 ` pr-tracker-bot
2020-06-26 13:21 Will Deacon
2020-06-27 16:00 ` pr-tracker-bot
2020-02-21 16:01 Will Deacon
2020-02-22  0:07 ` Linus Torvalds
2020-02-22  0:15 ` pr-tracker-bot
2019-10-09 13:30 [GIT PULL] arm64: Fixes " Will Deacon
2019-10-09 19:30 ` pr-tracker-bot
2019-05-30 16:11 [GIT PULL] arm64: fixes " Will Deacon
2019-05-31  4:25 ` pr-tracker-bot
2019-01-20  0:04 Will Deacon
2019-01-20  3:29 ` Linus Torvalds
2019-01-20  4:00 ` pr-tracker-bot
2018-04-27 16:23 Will Deacon
2017-12-07 17:58 Will Deacon
2016-10-28 16:01 Will Deacon
2016-02-04 18:49 Will Deacon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210312133415.GA359@willie-the-truck \
    --to=will@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=kernel-team@android.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).