The patch titled Subject: procfs-fixes-pthread-cross-thread-naming-if-pr_dumpable-fix has been removed from the -mm tree. Its filename was procfs-fixes-pthread-cross-thread-naming-if-pr_dumpable-fix.patch This patch was dropped because it was folded into procfs-fixes-pthread-cross-thread-naming-if-pr_dumpable.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: procfs-fixes-pthread-cross-thread-naming-if-pr_dumpable-fix fix spello in comment Cc: Janis Danisevskis <jdanis@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/proc/base.c~procfs-fixes-pthread-cross-thread-naming-if-pr_dumpable-fix fs/proc/base.c --- a/fs/proc/base.c~procfs-fixes-pthread-cross-thread-naming-if-pr_dumpable-fix +++ a/fs/proc/base.c @@ -3167,7 +3167,7 @@ int proc_pid_readdir(struct file *file, * used for the node /proc/<pid>/task/<tid>/comm. * It bypasses generic permission checks in the case where a task of the same * task group attempts to access the node. - * The rational behind this is that glibc and bionic access this node for + * The rationale behind this is that glibc and bionic access this node for * cross thread naming (pthread_set/getname_np(!self)). However, if * PR_SET_DUMPABLE gets set to 0 this node among others becomes uid=0 gid=0, * which locks out the cross thread naming implementation. _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are procfs-fixes-pthread-cross-thread-naming-if-pr_dumpable.patch exit_thread-remove-empty-bodies-fix.patch exit_thread-accept-a-task-parameter-to-be-exited-checkpatch-fixes.patch lib-gcd-use-binary-gcd-algorithm-instead-of-euclidean-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html