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@arm.com, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, kernel-team@android.com
Subject: [GIT PULL] arm64 fixes for -rc3
Date: Fri, 26 Aug 2022 18:58:58 +0100	[thread overview]
Message-ID: <20220826175857.GA20431@willie-the-truck> (raw)

Hi Linus,

Please pull this bumper crop of arm64 fixes for -rc3. The usual summary
is in the tag, but the largest change is fixing our parsing of the
'rodata=full' command line option, which kstrtobool() started treating
as 'rodata=false'. The fix actually makes the parsing of that option much
less fragile and updates the documentation at the same time.

We still have a boot issue pending when KASLR is disabled at compile time,
but there's a fresh fix on the list which I'll send next week if it holds
up to testing.

Cheers,

Will

--->8

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -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 714f3cbd70a4db9f9b7fe5b8a032896ed33fb824:

  arm64/sme: Don't flush SVE register state when handling SME traps (2022-08-23 11:29:12 +0100)

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

- Fix workaround for Cortex-A76 erratum #1286807

- Add workaround for AMU erratum #2457168 on Cortex-A510

- Drop reference to removed CONFIG_ARCH_RANDOM #define

- Fix parsing of the "rodata=full" cmdline option

- Fix a bunch of issues in the SME register state switching and sigframe code

- Fix incorrect extraction of the CTR_EL0.CWG register field

- Fix ACPI cache topology probing when the PPTT is not present

- Trivial comment and whitespace fixes

----------------------------------------------------------------
Ionela Voinescu (1):
      arm64: errata: add detection for AMEVCNTR01 incrementing incorrectly

Kuan-Ying Lee (1):
      arm64: Fix comment typo

Lukas Bulwahn (1):
      arm64: adjust KASLR relocation after ARCH_RANDOM removal

Mark Brown (7):
      arm64/sysreg: Directly include bitfield.h
      arm64/sysreg: Guard SYS_FIELD_ macros for asm
      arm64/cache: Fix cache_type_cwg() for register generation
      arm64/signal: Raise limit on stack frames
      arm64/signal: Flush FPSIMD register state when disabling streaming mode
      arm64/sme: Don't flush SVE register state when allocating SME storage
      arm64/sme: Don't flush SVE register state when handling SME traps

Mark Rutland (1):
      arm64: fix rodata=full

Martin Liška (1):
      docs/arm64: elf_hwcaps: unify newlines in HWCAP lists

Sudeep Holla (1):
      arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fw_level

Zenghui Yu (1):
      arm64: Fix match_list for erratum 1286807 on Arm Cortex-A76

 Documentation/admin-guide/kernel-parameters.txt |  2 ++
 Documentation/arm64/elf_hwcaps.rst              | 10 --------
 Documentation/arm64/silicon-errata.rst          |  2 ++
 arch/arm64/Kconfig                              | 17 +++++++++++++
 arch/arm64/include/asm/cache.h                  |  2 +-
 arch/arm64/include/asm/fpsimd.h                 |  4 ++--
 arch/arm64/include/asm/setup.h                  | 17 +++++++++++++
 arch/arm64/include/asm/sysreg.h                 |  5 ++--
 arch/arm64/kernel/cacheinfo.c                   |  6 ++++-
 arch/arm64/kernel/cpu_errata.c                  | 12 ++++++++++
 arch/arm64/kernel/cpufeature.c                  |  5 +++-
 arch/arm64/kernel/entry.S                       |  2 +-
 arch/arm64/kernel/fpsimd.c                      | 21 +++++-----------
 arch/arm64/kernel/pi/kaslr_early.c              |  8 +++----
 arch/arm64/kernel/ptrace.c                      |  6 ++---
 arch/arm64/kernel/signal.c                      | 14 +++++++++--
 arch/arm64/kernel/topology.c                    | 32 +++++++++++++++++++++++--
 arch/arm64/mm/mmu.c                             | 18 --------------
 arch/arm64/tools/cpucaps                        |  1 +
 init/main.c                                     | 18 +++++++++++---
 20 files changed, 136 insertions(+), 66 deletions(-)

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

             reply	other threads:[~2022-08-26 18:00 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-26 17:58 Will Deacon [this message]
2022-08-26 19:09 ` [GIT PULL] arm64 fixes for -rc3 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2024-02-02 11:11 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
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
2021-03-12 13:34 [GIT PULL] arm64: Fixes " Will Deacon
2021-03-12 20:03 ` pr-tracker-bot
2020-11-06 13:20 [GIT PULL] arm64 fixes " 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=20220826175857.GA20431@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).