]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/hppa: lock both words of function descriptor
authorMikulas Patocka <mpatocka@redhat.com>
Sat, 16 Sep 2023 16:32:45 +0000 (18:32 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 25 Sep 2023 20:43:49 +0000 (23:43 +0300)
commit19bbe3a6e979c017cddc8ce233645415b5374e4b
tree048aae7f942e003c9b23e1064f4a66eba3cf5d0c
parent96783cfe1ecce8843c543fd976bde1eecdb6c081
linux-user/hppa: lock both words of function descriptor

The code in setup_rt_frame reads two words at haddr, but locks only one.
This patch fixes it to lock both.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Acked-by: Helge Deller <deller@gmx.de>
Cc: qemu-stable@nongnu.org
Signed-off-by: Helge Deller <deller@gmx.de>
(cherry picked from commit 5b1270ef1477bb7f240c3bfe2cd8b0fe4721fd51)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
linux-user/hppa/signal.c