mbox series

[v2,0/3] Some watchpoint-related patches

Message ID 163662450348.125458.5494710452733592356.stgit@pasha-ThinkPad-X280 (mailing list archive)
Headers show
Series Some watchpoint-related patches | expand

Message

Pavel Dovgalyuk Nov. 11, 2021, 9:55 a.m. UTC
The series includes several watchpoint-related patches.

v2 changes:
 - added patch to fix races with interrupts
 - added patch to process watchpoints-on-stack
 - removed upstreamed patches

---

Pavel Dovgalyuk (3):
      icount: preserve cflags when custom tb is about to execute
      softmmu: fix watchpoint-interrupt races
      softmmu: fix watchpoints on memory used by vCPU internals


 accel/tcg/cpu-exec.c |  5 +++++
 softmmu/physmem.c    | 14 ++++++++++++++
 2 files changed, 19 insertions(+)

--
Pavel Dovgalyuk

Comments

David Hildenbrand Nov. 11, 2021, 10:48 a.m. UTC | #1
On 11.11.21 10:55, Pavel Dovgalyuk wrote:
> The series includes several watchpoint-related patches.
> 
> v2 changes:
>  - added patch to fix races with interrupts
>  - added patch to process watchpoints-on-stack
>  - removed upstreamed patches

Out of interest, do we have any reproducer / tests for this?
Pavel Dovgalyuk Nov. 11, 2021, 10:50 a.m. UTC | #2
On 11.11.2021 13:48, David Hildenbrand wrote:
> On 11.11.21 10:55, Pavel Dovgalyuk wrote:
>> The series includes several watchpoint-related patches.
>>
>> v2 changes:
>>   - added patch to fix races with interrupts
>>   - added patch to process watchpoints-on-stack
>>   - removed upstreamed patches
> 
> Out of interest, do we have any reproducer / tests for this?
> 

I guess no.