]> 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>
Sat, 5 Nov 2022 02:52:24 +0000 (19:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 5 Nov 2022 02:52:24 +0000 (19:52 -0700)
commit90fccb7269098911c10b0a984aaef6f331365539
tree862ece52b6cabaf978e18e8791c8ad4d58be8ae6
parent6a549f9fe6121d0869f03f87602fbf0bc679d34c
parent4d7780f3715a8d6b6d67ee624baaa72723ba9242
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 fixes from Catalin Marinas:

 - Avoid kprobe recursion when cortex_a76_erratum_1463225_debug_handler()
   is not inlined (change to __always_inline).

 - Fix the visibility of compat hwcaps, broken by recent changes to
   consolidate the visibility of hwcaps and the user-space view of the
   ID registers.

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm64: cpufeature: Fix the visibility of compat hwcaps
  arm64: entry: avoid kprobe recursion