All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix two bugs in hugetlbfs MAP_PRIVATE page reservation
@ 2008-07-10 17:30 ` Mel Gorman
  0 siblings, 0 replies; 14+ messages in thread
From: Mel Gorman @ 2008-07-10 17:30 UTC (permalink / raw)
  To: akpm; +Cc: apw, Mel Gorman, agl, linux-kernel, linux-mm

The following two patches fix minor issues with the MAP_PRIVATE-reservation
support for hugetlbfs that showed up during testing. The first patch fixes a
problem whereby a check is made for MAP_SHARED mappings that is intended for
MAP_PRIVATE mappings only. The second fixes a BUG_ON that is triggered due to
an unaligned address.

Both patches are fixes for
hugetlb-reserve-huge-pages-for-reliable-map_private-hugetlbfs-mappings-until-fork.patch.
Credit goes to Adam Litke for spotting the problems during regression testing.

-- 
Mel Gorman
Part-time Phd Student                          Linux Technology Center
University of Limerick                         IBM Dublin Software Lab

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-07-11  8:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-10 17:30 [PATCH 0/2] Fix two bugs in hugetlbfs MAP_PRIVATE page reservation Mel Gorman
2008-07-10 17:30 ` Mel Gorman
2008-07-10 17:30 ` [PATCH 1/2] [PATCH] Fix a hugepage reservation check for MAP_SHARED Mel Gorman
2008-07-10 17:30   ` Mel Gorman
2008-07-10 19:01   ` Adam Litke
2008-07-10 19:01     ` Adam Litke
2008-07-11  8:16   ` Andy Whitcroft
2008-07-11  8:16     ` Andy Whitcroft
2008-07-10 17:30 ` [PATCH 2/2] [PATCH] Align faulting address to a hugepage boundary before unmapping Mel Gorman
2008-07-10 17:30   ` Mel Gorman
2008-07-10 18:02   ` Adam Litke
2008-07-10 18:02     ` Adam Litke
2008-07-11  8:17   ` Andy Whitcroft
2008-07-11  8:17     ` Andy Whitcroft

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.