Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Will Deacon: "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 misc other fixes. - 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" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64/fpsimd: Avoid erroneous elide of user state reload Reapply "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD" arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY perf/arm-dmc620: Fix lockdep assert in ->event_init() Revert "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD" arm64: errata: Add workaround for Arm errata 3194386 and 3312417 arm64: cputype: Add Neoverse-V3 definitions arm64: cputype: Add Cortex-X4 definitions arm64: barrier: Restore spec_bar() macro
No related branches found
No related tags found
Showing
- Documentation/arch/arm64/silicon-errata.rst 4 additions, 0 deletionsDocumentation/arch/arm64/silicon-errata.rst
- arch/arm64/Kconfig 42 additions, 0 deletionsarch/arm64/Kconfig
- arch/arm64/include/asm/asm-bug.h 1 addition, 0 deletionsarch/arm64/include/asm/asm-bug.h
- arch/arm64/include/asm/barrier.h 4 additions, 0 deletionsarch/arm64/include/asm/barrier.h
- arch/arm64/include/asm/cpucaps.h 2 additions, 0 deletionsarch/arm64/include/asm/cpucaps.h
- arch/arm64/include/asm/cputype.h 4 additions, 0 deletionsarch/arm64/include/asm/cputype.h
- arch/arm64/kernel/cpu_errata.c 19 additions, 0 deletionsarch/arm64/kernel/cpu_errata.c
- arch/arm64/kernel/cpufeature.c 8 additions, 0 deletionsarch/arm64/kernel/cpufeature.c
- arch/arm64/kernel/fpsimd.c 22 additions, 22 deletionsarch/arm64/kernel/fpsimd.c
- arch/arm64/kernel/proton-pack.c 12 additions, 0 deletionsarch/arm64/kernel/proton-pack.c
- arch/arm64/tools/cpucaps 1 addition, 0 deletionsarch/arm64/tools/cpucaps
- drivers/perf/arm_dmc620_pmu.c 6 additions, 3 deletionsdrivers/perf/arm_dmc620_pmu.c
Loading
Please register or sign in to comment