Re: [PATCH v3 22/33] linux-user: Split out mmap_h_lt_g

2024-02-14 Thread Ilya Leoshkevich
On Tue, 2024-02-13 at 09:54 -1000, Richard Henderson wrote: > On 1/29/24 05:26, Ilya Leoshkevich wrote: > > On Tue, Jan 02, 2024 at 12:57:57PM +1100, Richard Henderson wrote: > > > Work much harder to get alignment and mapping beyond the end > > > of the file correct.  Both of which are excercised

Re: [PATCH v3 22/33] linux-user: Split out mmap_h_lt_g

2024-02-13 Thread Richard Henderson
On 1/29/24 05:26, Ilya Leoshkevich wrote: On Tue, Jan 02, 2024 at 12:57:57PM +1100, Richard Henderson wrote: Work much harder to get alignment and mapping beyond the end of the file correct. Both of which are excercised by our test-mmap for alpha (8k pages) on any 4k page host. Signed-off-by:

Re: [PATCH v3 22/33] linux-user: Split out mmap_h_lt_g

2024-02-13 Thread Richard Henderson
On 1/29/24 05:26, Ilya Leoshkevich wrote: On Tue, Jan 02, 2024 at 12:57:57PM +1100, Richard Henderson wrote: Work much harder to get alignment and mapping beyond the end of the file correct. Both of which are excercised by our test-mmap for alpha (8k pages) on any 4k page host. Signed-off-by:

Re: [PATCH v3 22/33] linux-user: Split out mmap_h_lt_g

2024-01-29 Thread Ilya Leoshkevich
On Tue, Jan 02, 2024 at 12:57:57PM +1100, Richard Henderson wrote: > Work much harder to get alignment and mapping beyond the end > of the file correct. Both of which are excercised by our > test-mmap for alpha (8k pages) on any 4k page host. > > Signed-off-by: Richard Henderson > --- > linux-u

Re: [PATCH v3 22/33] linux-user: Split out mmap_h_lt_g

2024-01-08 Thread Pierrick Bouvier
On 1/2/24 05:57, Richard Henderson wrote: Work much harder to get alignment and mapping beyond the end of the file correct. Both of which are excercised by our test-mmap for alpha (8k pages) on any 4k page host. Signed-off-by: Richard Henderson --- linux-user/mmap.c | 156 +++

[PATCH v3 22/33] linux-user: Split out mmap_h_lt_g

2024-01-01 Thread Richard Henderson
Work much harder to get alignment and mapping beyond the end of the file correct. Both of which are excercised by our test-mmap for alpha (8k pages) on any 4k page host. Signed-off-by: Richard Henderson --- linux-user/mmap.c | 156 +- 1 file changed,