commit | 79bc79b07c9c6f8ae9290704e9e503a9327fcbb2 | [log] [tgz] |
---|---|---|
author | pageexec@freemail.hu <pageexec@freemail.hu> | Wed Jun 28 20:44:16 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jun 28 12:05:50 2006 -0700 |
tree | 1e9b72b18d1605e8ea3fe72f9b992867a4697224 | |
parent | a39727f212426b9d5f9267b3318a2afaf9922d3b [diff] |
[PATCH] small fix for not releasing the mmap semaphore in i386/arch_setup_additional_pages the VDSO randomization code on i386 fails to release the mmap semaphore if insert_vm_struct() fails. [ Made the conditional unlikely. -- Linus ] Signed-off-by: Linus Torvalds <torvalds@osdl.org>