The patch titled Subject: mm-unexport-__get_user_pages_unlocked-checkpatch-fixes has been added to the -mm tree. Its filename is mm-unexport-__get_user_pages_unlocked-checkpatch-fixes.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-unexport-__get_user_pages_unlocked-checkpatch-fixes.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-unexport-__get_user_pages_unlocked-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/SubmitChecklist 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-unexport-__get_user_pages_unlocked-checkpatch-fixes ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0123456789ab ("commit description")' #16: flag. However, this flag was originally silently dropped by 1e9877902dc7e WARNING: line over 80 characters #89: FILE: mm/nommu.c:179: +static long __get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, WARNING: line over 80 characters #90: FILE: mm/nommu.c:180: + unsigned long start, unsigned long nr_pages, WARNING: line over 80 characters #91: FILE: mm/nommu.c:181: + struct page **pages, unsigned int gup_flags) ERROR: code indent should use tabs where possible #91: FILE: mm/nommu.c:181: +^I^I^I struct page **pages, unsigned int gup_flags)$ total: 2 errors, 3 warnings, 116 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile ./patches/mm-unexport-__get_user_pages_unlocked.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: Lorenzo Stoakes <lstoakes@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/nommu.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff -puN mm/nommu.c~mm-unexport-__get_user_pages_unlocked-checkpatch-fixes mm/nommu.c --- a/mm/nommu.c~mm-unexport-__get_user_pages_unlocked-checkpatch-fixes +++ a/mm/nommu.c @@ -176,9 +176,10 @@ long get_user_pages_locked(unsigned long } EXPORT_SYMBOL(get_user_pages_locked); -static long __get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, - unsigned long start, unsigned long nr_pages, - struct page **pages, unsigned int gup_flags) +static long __get_user_pages_unlocked(struct task_struct *tsk, + struct mm_struct *mm, unsigned long start, + unsigned long nr_pages, struct page **pages, + unsigned int gup_flags) { long ret; down_read(&mm->mmap_sem); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch prctl-remove-one-shot-limitation-for-changing-exe-link-fix.patch mm.patch mm-compaction-allow-compaction-for-gfp_nofs-requests-fix.patch mm-mempolicy-clean-up-__gfp_thisnode-confusion-in-policy_zonelist-checkpatch-fixes.patch mm-unexport-__get_user_pages_unlocked-checkpatch-fixes.patch scripts-checkpatchpl-fix-spelling.patch debug-more-properly-delay-for-secondary-cpus-fix.patch ipc-sem-rework-task-wakeups-checkpatch-fixes.patch ipc-sem-optimize-perform_atomic_semop-checkpatch-fixes.patch linux-next-git-rejects.patch drivers-net-wireless-intel-iwlwifi-dvm-calibc-fix-min-warning.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.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