Re: [PATCH v2 0/2] *-user: Handle short reads in mmap_h_gt_g

2024-08-23 Thread Warner Losh
On Tue, Aug 20, 2024 at 4:34 AM Philippe Mathieu-Daudé wrote: > On 20/8/24 07:08, Richard Henderson wrote: > > > Richard Henderson (2): > >linux-user: Handle short reads in mmap_h_gt_g > >bsd-user: Handle short reads in mmap_h_gt_g > > Series: > Reviewed-by: Philippe Mathieu-Daudé > Ser

Re: [PATCH v2 0/2] *-user: Handle short reads in mmap_h_gt_g

2024-08-20 Thread Philippe Mathieu-Daudé
On 20/8/24 07:08, Richard Henderson wrote: Richard Henderson (2): linux-user: Handle short reads in mmap_h_gt_g bsd-user: Handle short reads in mmap_h_gt_g Series: Reviewed-by: Philippe Mathieu-Daudé

[PATCH v2 0/2] *-user: Handle short reads in mmap_h_gt_g

2024-08-19 Thread Richard Henderson
Changes for v2: - Handle short reads from the mmap_frag subroutine. - Update bsd-user as well. r~ Richard Henderson (2): linux-user: Handle short reads in mmap_h_gt_g bsd-user: Handle short reads in mmap_h_gt_g bsd-user/mmap.c | 38 -- linux-user/