summaryrefslogtreecommitdiff
path: root/mm/migrate.c
diff options
context:
space:
mode:
authorRam Gupta <ram.gupta5@gmail.com>2006-04-11 05:52:57 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2006-04-11 13:18:32 (GMT)
commit1e624196f43c3a62122959e15c5f03572cdadb5d (patch)
tree4196ccebe125c17dabc011422c6ff251835d1933 /mm/migrate.c
parentd6fef9da19b7acd46e04b7dbbba726b3febeca94 (diff)
downloadlinux-1e624196f43c3a62122959e15c5f03572cdadb5d.tar.xz
[PATCH] mm: fix bug in brk()
The code checks for newbrk with oldbrk which are page aligned before making a check for the memory limit set of data segment. If the memory limit is not page aligned in that case it bypasses the test for the limit if the memory allocation is still for the same page. Signed-off-by: Ram Gupta <ram.gupta5@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm/migrate.c')
0 files changed, 0 insertions, 0 deletions