The patch titled Subject: fs/binfmt_elf.c: delete stale comment has been added to the -mm tree. Its filename is elf-delete-stale-comment.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/elf-delete-stale-comment.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/elf-delete-stale-comment.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Subject: fs/binfmt_elf.c: delete stale comment "passed_fileno" variable was deleted 11 years ago in 2.6.25. Link: http://lkml.kernel.org/r/20190529201747.GA23248@avx2 Fixes: d20894a23708 ("Remove a.out interpreter support in ELF loader") Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/binfmt_elf.c | 1 - 1 file changed, 1 deletion(-) --- a/fs/binfmt_elf.c~elf-delete-stale-comment +++ a/fs/binfmt_elf.c @@ -1127,7 +1127,6 @@ out_free_interp: load_addr, interp_load_addr); if (retval < 0) goto out; - /* N.B. passed_fileno might not be initialized? */ current->mm->end_code = end_code; current->mm->start_code = start_code; current->mm->start_data = start_data; _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are ramfs-support-o_tmpfile.patch swap-ifdef-struct-vm_area_struct-swap_readahead_info.patch proc-hide-segfault-at-ffffffffff600000-dmesg-spam.patch tweak-list_poison2-for-better-code-generation-on-x86_64.patch elf-delete-stale-comment.patch signal-reorder-struct-sighand_struct.patch