Re: [PATCH] target/hppa: lock both words of function descriptor

2023-09-16 Thread Helge Deller
On 9/16/23 19:17, Richard Henderson wrote: On 9/16/23 09:18, Helge Deller wrote: On 9/16/23 15:52, Mikulas Patocka wrote: 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 ---   linux-user/hppa/signal.c |

Re: [PATCH] target/hppa: lock both words of function descriptor

2023-09-16 Thread Richard Henderson
On 9/16/23 09:18, Helge Deller wrote: On 9/16/23 15:52, Mikulas Patocka wrote: 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 ---   linux-user/hppa/signal.c |    5 ++---   1 file changed, 2 insertions(+

Re: [PATCH] target/hppa: lock both words of function descriptor

2023-09-16 Thread Helge Deller
On 9/16/23 15:52, Mikulas Patocka wrote: 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 --- linux-user/hppa/signal.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Index: qemu/linux-us

[PATCH] target/hppa: lock both words of function descriptor

2023-09-16 Thread Mikulas Patocka
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 --- linux-user/hppa/signal.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Index: qemu/linux-user/hppa/signal.c