mbox series

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

Message ID 20240820050848.165253-1-richard.henderson@linaro.org
Headers show
Series *-user: Handle short reads in mmap_h_gt_g | expand

Message

Richard Henderson Aug. 20, 2024, 5:08 a.m. UTC
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/mmap.c | 44 ++++++++++++++++++++++++++++++++++++++------
 2 files changed, 74 insertions(+), 8 deletions(-)

Comments

Philippe Mathieu-Daudé Aug. 20, 2024, 10:34 a.m. UTC | #1
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é <philmd@linaro.org>
Warner Losh Aug. 24, 2024, 2:53 a.m. UTC | #2
On Tue, Aug 20, 2024 at 4:34 AM Philippe Mathieu-Daudé <philmd@linaro.org>
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é <philmd@linaro.org>
>

Series:

Reviewed-by: Warner Losh <imp@bsdimp.com>