On Wed, 31 Jul 2013, Joonsoo Kim wrote:

> Current kernel (v3.10) or older has a problem in cow optimization. Cow
> optimization is that if we find a page which has only 1 reference from
> this process, we use it directly for private write. This applied to
> anonymous page and a page from page cache until now. This cause a problem
> for a page cache case, because we can remap this file by another process,
> and it can see corrupt data. To detect this problem, add this test case.
> 
> This problem will be fixed on v3.12 kernel.
> 
> Signed-off-by: Joonsoo Kim <iamjoonsoo....@lge.com>

Applied, thanks.
Eric

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Libhugetlbfs-devel mailing list
Libhugetlbfs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to