The patch titled Subject: mm-remove-redundant-check-about-fault_flag_allow_retry-bit-checkpatch-fixes has been added to the -mm tree. Its filename is mm-remove-redundant-check-about-fault_flag_allow_retry-bit-checkpatch-fixes.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-remove-redundant-check-about-fault_flag_allow_retry-bit-checkpatch-fixes.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-remove-redundant-check-about-fault_flag_allow_retry-bit-checkpatch-fixes.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: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-remove-redundant-check-about-fault_flag_allow_retry-bit-checkpatch-fixes WARNING: Block comments use a trailing */ on a separate line #407: FILE: arch/s390/mm/fault.c:459: + * mmap_lock has not been released */ total: 0 errors, 1 warnings, 444 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/mm-remove-redundant-check-about-fault_flag_allow_retry-bit.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: Qi Zheng <zhengqi.arch@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/s390/mm/fault.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/arch/s390/mm/fault.c~mm-remove-redundant-check-about-fault_flag_allow_retry-bit-checkpatch-fixes +++ a/arch/s390/mm/fault.c @@ -455,8 +455,10 @@ retry: if (fault & VM_FAULT_RETRY) { if (IS_ENABLED(CONFIG_PGSTE) && gmap && (flags & FAULT_FLAG_RETRY_NOWAIT)) { - /* FAULT_FLAG_RETRY_NOWAIT has been set, - * mmap_lock has not been released */ + /* + * FAULT_FLAG_RETRY_NOWAIT has been set, mmap_lock has + * not been released + */ current->thread.gmap_pfault = 1; fault = VM_FAULT_PFAULT; goto out_up; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-bdi-initialize-bdi_min_ratio-when-bdi-unregister-fix.patch mm.patch mm-remove-redundant-check-about-fault_flag_allow_retry-bit-checkpatch-fixes.patch mm-mempolicy-convert-from-atomic_t-to-refcount_t-on-mempolicy-refcnt-fix.patch panic-use-error_report_end-tracepoint-on-warnings-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch