Re: [PATCH 00/14] target/i386: Use atomic operations for pte updates

2022-08-22 Thread Richard Henderson
On 8/22/22 16:57, Richard Henderson wrote: This patch set does two things: (1) Remove assert(!probe) from the x86 tlb_fill It turns out that this is a prerequisite for [PATCH v6 00/21] linux-user: Fix siginfo_t contents when jumping to non-readable pages because of a new us

[PATCH 00/14] target/i386: Use atomic operations for pte updates

2022-08-22 Thread Richard Henderson
This patch set does two things: (1) Remove assert(!probe) from the x86 tlb_fill It turns out that this is a prerequisite for [PATCH v6 00/21] linux-user: Fix siginfo_t contents when jumping to non-readable pages because of a new use of probe_access(..., nonfault) when compari