* [merged] nommu-dont-check-vm_region-vm_start-is-page-aligned-in-add_nommu_region.patch removed from -mm tree
@ 2009-05-08 18:33 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2009-05-08 18:33 UTC (permalink / raw)
To: dhowells, gerg, mm-commits
The patch titled
nommu: don't check vm_region::vm_start is page aligned in add_nommu_region()
has been removed from the -mm tree. Its filename was
nommu-dont-check-vm_region-vm_start-is-page-aligned-in-add_nommu_region.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: nommu: don't check vm_region::vm_start is page aligned in add_nommu_region()
From: David Howells <dhowells@redhat.com>
Don't check vm_region::vm_start is page aligned in add_nommu_region()
because the region may reflect some non-page-aligned mapped file, such as
could be obtained from RomFS XIP.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/nommu.c | 2 --
1 file changed, 2 deletions(-)
diff -puN mm/nommu.c~nommu-dont-check-vm_region-vm_start-is-page-aligned-in-add_nommu_region mm/nommu.c
--- a/mm/nommu.c~nommu-dont-check-vm_region-vm_start-is-page-aligned-in-add_nommu_region
+++ a/mm/nommu.c
@@ -515,8 +515,6 @@ static void add_nommu_region(struct vm_r
validate_nommu_regions();
- BUG_ON(region->vm_start & ~PAGE_MASK);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-08 18:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-08 18:33 [merged] nommu-dont-check-vm_region-vm_start-is-page-aligned-in-add_nommu_region.patch removed from -mm tree akpm
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.