Re: [PATCH-for-9.1] target/mips: Fix execution mode in page_table_walk_refill()

2024-08-13 Thread Philippe Mathieu-Daudé
On 12/8/24 09:02, Richard Henderson wrote: On 8/12/24 15:35, Philippe Mathieu-Daudé wrote: On 12/8/24 02:48, Richard Henderson wrote: On 8/12/24 02:54, Philippe Mathieu-Daudé wrote: When refactoring page_table_walk_refill() in commit 4e999bf419 we replaced the execution mode and forced it to k

Re: [PATCH-for-9.1] target/mips: Fix execution mode in page_table_walk_refill()

2024-08-12 Thread Jiaxun Yang
在2024年8月11日八月 下午5:54,Philippe Mathieu-Daudé写道: > When refactoring page_table_walk_refill() in commit 4e999bf419 > we replaced the execution mode and forced it to kernel mode. > Restore the previous behavior to also get supervisor / user modes. > > Reported-by: Thomas Petazzoni > Reported-by: Wa

Re: [PATCH-for-9.1] target/mips: Fix execution mode in page_table_walk_refill()

2024-08-12 Thread Richard Henderson
On 8/12/24 15:35, Philippe Mathieu-Daudé wrote: On 12/8/24 02:48, Richard Henderson wrote: On 8/12/24 02:54, Philippe Mathieu-Daudé wrote: When refactoring page_table_walk_refill() in commit 4e999bf419 we replaced the execution mode and forced it to kernel mode. Restore the previous behavior to

Re: [PATCH-for-9.1] target/mips: Fix execution mode in page_table_walk_refill()

2024-08-11 Thread Philippe Mathieu-Daudé
On 12/8/24 02:48, Richard Henderson wrote: On 8/12/24 02:54, Philippe Mathieu-Daudé wrote: When refactoring page_table_walk_refill() in commit 4e999bf419 we replaced the execution mode and forced it to kernel mode. Restore the previous behavior to also get supervisor / user modes. Reported-by:

Re: [PATCH-for-9.1] target/mips: Fix execution mode in page_table_walk_refill()

2024-08-11 Thread Richard Henderson
On 8/12/24 02:54, Philippe Mathieu-Daudé wrote: When refactoring page_table_walk_refill() in commit 4e999bf419 we replaced the execution mode and forced it to kernel mode. Restore the previous behavior to also get supervisor / user modes. Reported-by: Thomas Petazzoni Reported-by: Waldemar Brod

[PATCH-for-9.1] target/mips: Fix execution mode in page_table_walk_refill()

2024-08-11 Thread Philippe Mathieu-Daudé
When refactoring page_table_walk_refill() in commit 4e999bf419 we replaced the execution mode and forced it to kernel mode. Restore the previous behavior to also get supervisor / user modes. Reported-by: Thomas Petazzoni Reported-by: Waldemar Brodkorb Resolves: https://gitlab.com/qemu-project/qe