aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorKAMEZAWA Hiroyuki <[email protected]>2006-02-10 01:51:12 -0800
committerLinus Torvalds <[email protected]>2006-02-10 08:13:12 -0800
commit8e36709d8cea48a4d341294ce2b46678a2e77159 (patch)
treebfb3f096c111e2feaab53e386e199d553df36482 /scripts/basic
parentc22db9412736204b25aeba19d18e5ea922f7d632 (diff)
[PATCH] shmdt cannot detach not-alined shm segment cleanly.
sys_shmdt() can manage shm segments which are covered by multiple vmas. (This can happen when a user uses mprotect() after shmat().) This works well if shm is aligned to PAGE_SIZE, but if not, the last segment cannot be detached. It is because a comparison in sys_shmdt() (vma->vm_end - addr) < size addr == return address of shmat() size == shmsize, argments to shmget() size should be aligned to PAGE_SIZE before being compared with vma->vm_end, which is aligned. Signed-off-by: KAMEZAWA Hiroyuki <[email protected]> Cc: Manfred Spraul <[email protected]> Acked-by: Hugh Dickins <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions