From: akpm@linux-foundation.org
To: dhowells@redhat.com, gerg@uclinux.org, mm-commits@vger.kernel.org
Subject: [merged] nommu-dont-check-vm_region-vm_start-is-page-aligned-in-add_nommu_region.patch removed from -mm tree
Date: Fri, 08 May 2009 11:33:39 -0700 [thread overview]
Message-ID: <200905081833.n48IXd02027198@imap1.linux-foundation.org> (raw)
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);
reply other threads:[~2009-05-08 18:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200905081833.n48IXd02027198@imap1.linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=dhowells@redhat.com \
--cc=gerg@uclinux.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.