Searched hist:"8 cdb878dcb359fd1137e9abdee9322f5e9bcfdf8" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/mm/ |
H A D | process_vm_access.c | diff 8cdb878dcb359fd1137e9abdee9322f5e9bcfdf8 Wed Feb 01 19:04:09 CST 2012 Christopher Yeoh <cyeoh@au1.ibm.com> Fix race in process_vm_rw_core
This fixes the race in process_vm_core found by Oleg (see
http://article.gmane.org/gmane.linux.kernel/1235667/
for details).
This has been updated since I last sent it as the creation of the new mm_access() function did almost exactly the same thing as parts of the previous version of this patch did.
In order to use mm_access() even when /proc isn't enabled, we move it to kernel/fork.c where other related process mm access functions already are.
Signed-off-by: Chris Yeoh <yeohc@au1.ibm.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/fs/proc/ |
H A D | base.c | diff 8cdb878dcb359fd1137e9abdee9322f5e9bcfdf8 Wed Feb 01 19:04:09 CST 2012 Christopher Yeoh <cyeoh@au1.ibm.com> Fix race in process_vm_rw_core
This fixes the race in process_vm_core found by Oleg (see
http://article.gmane.org/gmane.linux.kernel/1235667/
for details).
This has been updated since I last sent it as the creation of the new mm_access() function did almost exactly the same thing as parts of the previous version of this patch did.
In order to use mm_access() even when /proc isn't enabled, we move it to kernel/fork.c where other related process mm access functions already are.
Signed-off-by: Chris Yeoh <yeohc@au1.ibm.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/kernel/ |
H A D | fork.c | diff 8cdb878dcb359fd1137e9abdee9322f5e9bcfdf8 Wed Feb 01 19:04:09 CST 2012 Christopher Yeoh <cyeoh@au1.ibm.com> Fix race in process_vm_rw_core
This fixes the race in process_vm_core found by Oleg (see
http://article.gmane.org/gmane.linux.kernel/1235667/
for details).
This has been updated since I last sent it as the creation of the new mm_access() function did almost exactly the same thing as parts of the previous version of this patch did.
In order to use mm_access() even when /proc isn't enabled, we move it to kernel/fork.c where other related process mm access functions already are.
Signed-off-by: Chris Yeoh <yeohc@au1.ibm.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/include/linux/ |
H A D | sched.h | diff 8cdb878dcb359fd1137e9abdee9322f5e9bcfdf8 Wed Feb 01 19:04:09 CST 2012 Christopher Yeoh <cyeoh@au1.ibm.com> Fix race in process_vm_rw_core
This fixes the race in process_vm_core found by Oleg (see
http://article.gmane.org/gmane.linux.kernel/1235667/
for details).
This has been updated since I last sent it as the creation of the new mm_access() function did almost exactly the same thing as parts of the previous version of this patch did.
In order to use mm_access() even when /proc isn't enabled, we move it to kernel/fork.c where other related process mm access functions already are.
Signed-off-by: Chris Yeoh <yeohc@au1.ibm.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|