22/01/2020 18:06, Stephen Hemminger:
> The loop to unwind existing mmaps was only unmapping the
> first segment and the error paths after mmap() were not
> doing munmap of the current segment.
>
> Fixes: 66cc45e293ed ("mem: replace memseg with memseg lists")
> Cc: [email protected]
> Cc: [email protected]
> Signed-off-by: Stephen Hemminger <[email protected]>
> Acked-by: Anatoly Burakov <[email protected]>
> ---
> v2 - incorporate feedback from David Marchand
> fix missing munmap of current segment
Applied, thanks