]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Sep 2022 11:48:21 +0000 (07:48 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Sep 2022 11:48:21 +0000 (07:48 -0400)
commite45c0226c7d1910f158e62ac9ae328dae1070bd3
tree0d3215fc694c2ad75f296bdc26b88cf91a795aa7
parent3e03c00f03b00a1e136f3978f0bde7154b86e0d5
parent7d2edd7ad7a12010462ca3db9d85a67426b01210
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 fixes from Will Deacon:
 "Three small arm64 fixes, all related to optional architecture
  extensions: BTI, SME and 52-bit virtual addressing:

   - Disable in-kernel BTI when compiling with GCC, as it makes invalid
     assumptions about the distance between functions which has led to
     crashes when calling modules on a CPU with BTI support

   - Remove bogus TIF_SME flag management if memory allocation fails in
     the ptrace code

   - Fix the resume path when configured for 52-bit virtual addressing"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm64: mm: fix resume for 52-bit enabled builds
  arm64/ptrace: Don't clear calling process' TIF_SME on OOM
  arm64/bti: Disable in kernel BTI when cross section thunks are broken