Re: [PATCH v3 18/33] linux-user: Fix sub-host-page mmap

2024-01-29 Thread Ilya Leoshkevich
On Tue, Jan 02, 2024 at 12:57:53PM +1100, Richard Henderson wrote: > We cannot skip over the_end1 to the_end, because we fail to > record the validity of the guest page with the interval tree. > Remove "the_end" and rename "the_end1" to "the_end". > > Signed-off-by: Richard Henderson > --- > lin

Re: [PATCH v3 18/33] linux-user: Fix sub-host-page mmap

2024-01-08 Thread Pierrick Bouvier
On 1/2/24 05:57, Richard Henderson wrote: We cannot skip over the_end1 to the_end, because we fail to record the validity of the guest page with the interval tree. Remove "the_end" and rename "the_end1" to "the_end". Signed-off-by: Richard Henderson --- linux-user/mmap.c | 5 ++--- 1 file ch

[PATCH v3 18/33] linux-user: Fix sub-host-page mmap

2024-01-01 Thread Richard Henderson
We cannot skip over the_end1 to the_end, because we fail to record the validity of the guest page with the interval tree. Remove "the_end" and rename "the_end1" to "the_end". Signed-off-by: Richard Henderson --- linux-user/mmap.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff -