Re: [PATCH v2 0/4] target/arm: fix arm_cpu_get_phys_page_attrs_debug

2025-05-02 Thread Pierrick Bouvier
On 5/2/25 6:05 AM, Peter Maydell wrote: I've queued this series to target-arm.next; thanks. -- PMM Thank you Peter :)

Re: [PATCH v2 0/4] target/arm: fix arm_cpu_get_phys_page_attrs_debug

2025-05-02 Thread Peter Maydell
On Mon, 28 Apr 2025 at 20:34, Pierrick Bouvier wrote: > > On 4/14/25 8:30 AM, Pierrick Bouvier wrote: > > It was reported that QEMU monitor command gva2gpa was reporting unmapped > > memory for a valid access (qemu-system-aarch64), during a copy from > > kernel to user space (__arch_copy_to_user s

Re: [PATCH v2 0/4] target/arm: fix arm_cpu_get_phys_page_attrs_debug

2025-04-28 Thread Pierrick Bouvier
On 4/14/25 8:30 AM, Pierrick Bouvier wrote: It was reported that QEMU monitor command gva2gpa was reporting unmapped memory for a valid access (qemu-system-aarch64), during a copy from kernel to user space (__arch_copy_to_user symbol in Linux) [1]. This was affecting cpu_memory_rw_debug also, whi

[PATCH v2 0/4] target/arm: fix arm_cpu_get_phys_page_attrs_debug

2025-04-14 Thread Pierrick Bouvier
It was reported that QEMU monitor command gva2gpa was reporting unmapped memory for a valid access (qemu-system-aarch64), during a copy from kernel to user space (__arch_copy_to_user symbol in Linux) [1]. This was affecting cpu_memory_rw_debug also, which is used in numerous places in our codebase.