The patch titled Subject: fs/binfmt_elf.c: remove unneeded initialization of mm->start_stack has been removed from the -mm tree. Its filename was fs-binfmt_elfc-remove-unneeded-initialization-of-mm-start_stack.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: fs/binfmt_elf.c: remove unneeded initialization of mm->start_stack As pointed out by zoujc@xxxxxxxxxx, setup_arg_pages() already initialized current->mm->start_stack. Link: https://bugzilla.kernel.org/show_bug.cgi?id=202881 Reported-by: <zoujc@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/binfmt_elf.c | 2 -- 1 file changed, 2 deletions(-) --- a/fs/binfmt_elf.c~fs-binfmt_elfc-remove-unneeded-initialization-of-mm-start_stack +++ a/fs/binfmt_elf.c @@ -884,8 +884,6 @@ static int load_elf_binary(struct linux_ if (retval < 0) goto out_free_dentry; - current->mm->start_stack = bprm->p; - /* Now we do a little grungy work by mmapping the ELF image into the correct location in memory. */ for(i = 0, elf_ppnt = elf_phdata; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are ocfs2-clear-zero-in-unaligned-direct-io-checkpatch-fixes.patch mm.patch mm-add-probe_user_read-fix.patch byteorder-sanity-check-toolchain-vs-kernel-endianess-checkpatch-fixes.patch linux-next-rejects.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch