Re: [PATCH 2/2] hugepage: Allow parallelization of the hugepage fault path

From: Andi Kleen
Date: Fri Jul 15 2011 - 03:54:21 EST


Anton Blanchard <anton@xxxxxxxxx> writes:


> This patch improves the situation by replacing the single mutex with a
> table of mutexes, selected based on a hash of the address_space and
> file offset being faulted (or mm and virtual address for MAP_PRIVATE
> mappings).

It's unclear to me how this solves the original OOM problem.
But then you can still have early oom over all the hugepages if they
happen to hash to different pages, can't you?

I think it would be better to move out the clearing out of the lock,
and possibly take the lock only when the hugepages are about to
go OOM.

-Andi


--
ak@xxxxxxxxxxxxxxx -- Speaking for myself only
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/