The patch titled Subject: mm/memory.c: remove stray newline at top of file has been added to the -mm mm-unstable branch. Its filename is mm-memoryc-remove-stray-newline-at-top-of-file.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-memoryc-remove-stray-newline-at-top-of-file.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 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 via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm/memory.c: remove stray newline at top of file Date: Mon Oct 7 06:20:09 PM PDT 2024 Fixes: d61ea1cb0095 ("userfaultfd: UFFD_FEATURE_WP_ASYNC") Reported-by: Jeongjun Park <aha310510@xxxxxxxxx> Closes: https://lkml.kernel.org/r/20241007065307.4158-1-aha310510@xxxxxxxxx Cc: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx> Cc: Peter Xu <peterx@xxxxxxxxxx> Cc: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory.c | 1 - 1 file changed, 1 deletion(-) --- a/mm/memory.c~mm-memoryc-remove-stray-newline-at-top-of-file +++ a/mm/memory.c @@ -1,4 +1,3 @@ - // SPDX-License-Identifier: GPL-2.0-only /* * linux/mm/memory.c _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are lib-alloc_tag_module_unload-must-wait-for-pending-kfree_rcu-calls-fix.patch mm-memoryc-remove-stray-newline-at-top-of-file.patch