On Fri, Sep 30, 2016 at 07:35:45PM -0700, Peter Maydell wrote:
> On 30 September 2016 at 16:39, Felix Janda <felix.ja...@posteo.de> wrote:
> > This commit essentially reverts commit
> > 3af72a4d98dca033492102603734cbc63cd2694a, which has replaced
> > five-argument calls to mremap() by direct mremap syscalls for
> > compatibility with glibc older than version 2.4.
> >
> > The direct syscall was buggy for 64bit targets on 32bit hosts
> > because of the default integer type promotions. Since glibc-2.4
> > is now a decade old, we can remove this workaround.
> >
> > Signed-off-by: Felix Janda <felix.ja...@posteo.de>
> 
> 
> Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>

Applied to linux-user, thanks



Reply via email to