public inbox for linux-arm-kernel@lists.infradead.org
 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 -rc1
Date: Thu, 23 May 2024 11:20:10 +0100	[thread overview]
Message-ID: <20240523102010.GA9168@willie-the-truck> (raw)

Hi Linus,

Please pull these arm64 fixes for -rc1. The major fix here is for a
filesystem corruption issue reported on Apple M1 as a result of buggy
management of the floating point register state introduced in 6.8. I
initially reverted one of the offending patches, but in the end Ard
cooked a proper fix so there's a revert+reapply in the series.

Aside from that, we've got some CPU errata workarounds and the rest is
summarised in the tag.

Cheers,

Will

--->8

The following changes since commit 54e1a2aa61a7bf4af2799baf7ab2dc2712844245:

  Merge branch 'for-next/tlbi' into for-next/core (2024-05-09 15:56:26 +0100)

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

  arm64/fpsimd: Avoid erroneous elide of user state reload (2024-05-22 12:46:39 +0100)

----------------------------------------------------------------
arm64 fixes for -rc1

- Fix broken FP register state tracking which resulted in filesystem
  corruption when dm-crypt is used

- Workarounds for Arm CPU errata affecting the SSBS Spectre mitigation

- Fix lockdep assertion in DMC620 memory controller PMU driver

- Fix alignment of BUG table when CONFIG_DEBUG_BUGVERBOSE is disabled

----------------------------------------------------------------
Ard Biesheuvel (1):
      arm64/fpsimd: Avoid erroneous elide of user state reload

Jiangfeng Xiao (1):
      arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY

Mark Rutland (4):
      arm64: barrier: Restore spec_bar() macro
      arm64: cputype: Add Cortex-X4 definitions
      arm64: cputype: Add Neoverse-V3 definitions
      arm64: errata: Add workaround for Arm errata 3194386 and 3312417

Namhyung Kim (1):
      perf/arm-dmc620: Fix lockdep assert in ->event_init()

Will Deacon (3):
      Merge branch 'for-next/errata' into for-next/core
      Revert "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"
      Reapply "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"

 Documentation/arch/arm64/silicon-errata.rst |  4 +++
 arch/arm64/Kconfig                          | 42 +++++++++++++++++++++++++++
 arch/arm64/include/asm/asm-bug.h            |  1 +
 arch/arm64/include/asm/barrier.h            |  4 +++
 arch/arm64/include/asm/cpucaps.h            |  2 ++
 arch/arm64/include/asm/cputype.h            |  4 +++
 arch/arm64/kernel/cpu_errata.c              | 19 +++++++++++++
 arch/arm64/kernel/cpufeature.c              |  8 ++++++
 arch/arm64/kernel/fpsimd.c                  | 44 ++++++++++++++---------------
 arch/arm64/kernel/proton-pack.c             | 12 ++++++++
 arch/arm64/tools/cpucaps                    |  1 +
 drivers/perf/arm_dmc620_pmu.c               |  9 ++++--
 12 files changed, 125 insertions(+), 25 deletions(-)

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

             reply	other threads:[~2024-05-23 10:20 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-23 10:20 Will Deacon [this message]
2024-05-23 19:28 ` [GIT PULL] arm64 fixes for -rc1 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2026-02-20 15:41 Will Deacon
2026-02-20 20:50 ` pr-tracker-bot
2025-10-07  8:28 Will Deacon
2025-10-07 16:13 ` pr-tracker-bot
2025-06-05 13:41 Will Deacon
2025-06-05 18:53 ` pr-tracker-bot
2024-07-26  8:42 Will Deacon
2024-07-26 18:07 ` pr-tracker-bot
2024-01-19 16:05 Will Deacon
2024-01-19 16:34 ` Rob Herring
2024-01-19 16:58   ` Rob Herring
2024-01-19 22:50 ` pr-tracker-bot
2023-09-08 15:30 Will Deacon
2023-09-08 20:00 ` pr-tracker-bot
2023-05-04 14:22 Will Deacon
2023-05-04 19:49 ` pr-tracker-bot
2022-12-16 15:51 Will Deacon
2022-12-16 19:50 ` pr-tracker-bot
2021-11-10 18:52 Will Deacon
2021-11-10 20:09 ` pr-tracker-bot
2021-02-26 11:09 [GIT PULL] arm64: Fixes " Will Deacon
2021-02-26 18:31 ` pr-tracker-bot
2019-09-20 13:37 Will Deacon
2019-09-20 19:10 ` pr-tracker-bot
2019-01-04 18:24 [GIT PULL] arm64: fixes " Will Deacon
2019-01-05 20:20 ` pr-tracker-bot
2017-03-01  4:51 [GIT PULL] arm64 " Will Deacon
2016-08-05 15:48 [GIT PULL] arm64: " Will Deacon
2014-12-16 17:50 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=20240523102010.GA9168@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