The quilt patch titled Subject: proc-fix-dentry-inode-overinstantiating-under-proc-pid-net-checkpatch-fixes has been removed from the -mm tree. Its filename was proc-fix-dentry-inode-overinstantiating-under-proc-pid-net-checkpatch-fixes.patch This patch was dropped because it was folded into proc-fix-dentry-inode-overinstantiating-under-proc-pid-net.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: proc-fix-dentry-inode-overinstantiating-under-proc-pid-net-checkpatch-fixes WARNING: braces {} are not necessary for single statement blocks #31: FILE: fs/proc/generic.c:452: + if ((*parent)->proc_dops == &proc_net_dentry_ops) { + pde_force_lookup(ent); + } total: 0 errors, 1 warnings, 19 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/proc-fix-dentry-inode-overinstantiating-under-proc-pid-net.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/generic.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/fs/proc/generic.c~proc-fix-dentry-inode-overinstantiating-under-proc-pid-net-checkpatch-fixes +++ a/fs/proc/generic.c @@ -449,9 +449,8 @@ static struct proc_dir_entry *__proc_cre ent->proc_dops = &proc_misc_dentry_ops; /* Revalidate everything under /proc/${pid}/net */ - if ((*parent)->proc_dops == &proc_net_dentry_ops) { + if ((*parent)->proc_dops == &proc_net_dentry_ops) pde_force_lookup(ent); - } out: return ent; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-check-against-orig_pte-for-finish_fault-fix-checkpatch-fixes.patch mm-hugetlb-only-drop-uffd-wp-special-pte-if-required-fix-fix.patch lib-kstrtoxc-add-false-true-support-to-kstrtobool-fix.patch proc-fix-dentry-inode-overinstantiating-under-proc-pid-net.patch linux-next-rejects.patch linux-next-git-rejects.patch mm-oom_killc-fix-vm_oom_kill_table-ifdeffery.patch