The patch titled Subject: prctl-remove-one-shot-limitation-for-changing-exe-link-checkpatch-fixes has been removed from the -mm tree. Its filename was prctl-remove-one-shot-limitation-for-changing-exe-link-fix.patch This patch was dropped because it was folded into prctl-remove-one-shot-limitation-for-changing-exe-link.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: prctl-remove-one-shot-limitation-for-changing-exe-link-checkpatch-fixes fix up comment Cc: Andy Lutomirski <luto@xxxxxxxxxxxxxx> Cc: Cyrill Gorcunov <gorcunov@xxxxxxxxxx> Cc: Eric W. Biederman <ebiederm@xxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxxxxx> Cc: John Stultz <john.stultz@xxxxxxxxxx> Cc: Kees Cook <keescook@xxxxxxxxxxxx> Cc: Matt Helsley <matthltc@xxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Oleg Nesterov <oleg@xxxxxxxxxx> Cc: Pavel Emelyanov <xemul@xxxxxxxxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Cc: Stanislav Kinsburskiy <skinsbursky@xxxxxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/sched.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff -puN include/linux/sched.h~prctl-remove-one-shot-limitation-for-changing-exe-link-fix include/linux/sched.h --- a/include/linux/sched.h~prctl-remove-one-shot-limitation-for-changing-exe-link-fix +++ a/include/linux/sched.h @@ -520,8 +520,10 @@ static inline int get_dumpable(struct mm /* leave room for more dump flags */ #define MMF_VM_MERGEABLE 16 /* KSM may merge identical pages */ #define MMF_VM_HUGEPAGE 17 /* set when VM_HUGEPAGE is set on vma */ -/* This ine-shot flag is droped due to necessivity of changing exe once again - * on NFS restore */ +/* + * This one-shot flag is dropped due to necessity of changing exe once again + * on NFS restore + */ //#define MMF_EXE_FILE_CHANGED 18 /* see prctl_set_mm_exe_file() */ #define MMF_HAS_UPROBES 19 /* has uprobes */ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are prctl-remove-one-shot-limitation-for-changing-exe-link.patch mm-mempolicy-clean-up-__gfp_thisnode-confusion-in-policy_zonelist-checkpatch-fixes.patch mm-disable-numa-migration-faults-for-dax-vmas-fix.patch filemap-add-comment-for-confusing-logic-in-page_cache_tree_insert-fix.patch include-linux-backing-dev-defsh-shrink-struct-backing_dev_info.patch mm-add-vfree_atomic-fix-fix.patch mm-thp-page-cache-support-for-ppc64-fix.patch mm-rmap-handle-anon_vma_prepare-common-case-inline-checkpatch-fixes.patch scripts-checkpatchpl-fix-spelling.patch init-reduce-rootwait-polling-interval-time-to-5ms-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