Re: [RFC PATCH 1/2] mm, mincore2(): retrieve dax and tlb-size attributes of an address range

From: Christoph Hellwig
Date: Tue Sep 13 2016 - 02:44:13 EST


On Sun, Sep 11, 2016 at 10:31:35AM -0700, Dan Williams wrote:
> As evidenced by this bug report [1], userspace libraries are interested
> in whether a mapping is DAX mapped, i.e. no intervening page cache.
> Rather than using the ambiguous VM_MIXEDMAP flag in smaps, provide an
> explicit "is dax" indication as a new flag in the page vector populated
> by mincore.

And how exactly does an implementation detail like DAX matter for an
application? The only thing that might matter is the atomicy boundary,
but mincore is not the right interface for that.