]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 9200/1: spectre-bhb: avoid cross-subsection jump using a numbered label
authorArd Biesheuvel <ardb@kernel.org>
Wed, 20 Apr 2022 09:02:43 +0000 (10:02 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Fri, 20 May 2022 11:33:47 +0000 (12:33 +0100)
commitc72c5b2ac6f8f234063fa87e08c864148f359f7b
tree305f9c15f843d4f8011e5956f83307713430f932
parente0956e2a2cd9861413391380b495d0b9099b9022
ARM: 9200/1: spectre-bhb: avoid cross-subsection jump using a numbered label

In order to minimize potential confusion regarding numbered labels
appearing in a different order in the assembler output due to the use of
subsections, use a named local label to jump back into the vector
handler code from the associated loop8 mitigation sequence.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/kernel/entry-armv.S