Re: [PATCH 0/3] generic asm: mman cleanup

From: Arnd Bergmann
Date: Mon Feb 18 2019 - 09:24:27 EST


On Mon, Feb 11, 2019 at 5:20 AM Michael S. Tsirkin <mst@xxxxxxxxxx> wrote:
>
> On Fri, Feb 08, 2019 at 01:02:51AM -0500, Michael S. Tsirkin wrote:
> > Now that we have MAP_SHARED, MAP_PRIVATE and MAP_SHARED_VALIDATE on all
> > architectures, it probably makes sense to de-duplicate these
> > and put them into a common header.
> >
> > Please review and consider merging though the generic tree.
> >
> > Build tested on x86 only. Has been in linux-next for a while now.
>
> Arnd, would you consider merging at least the cleanups 2/3 and 3/3?
> In linux-next they had no ill effects and make things
> slightly cleaner IMO.

I applied patches 2 and 3 now, sorry for the late reply.

Arnd