]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call code.
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Oct 2016 17:20:14 +0000 (10:20 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Nov 2016 09:11:37 +0000 (10:11 +0100)
commit7f8a50eb38d313f08e5fcb734987c00a7ecd05fb
treedab89db08259be378f5a8124e4f3075ebaa47fb2
parentf7ef55af2f1b905f204688f7216e93bc06c91e72
sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call code.

[ Upstream commit a236441bb69723032db94128761a469030c3fe6d ]

Just like the non-cross-call TLB flush handlers, the cross-call ones need
to avoid doing PC-relative branches outside of their code blocks.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/sparc/mm/ultra.S