The patch titled Subject: mm-hugetlb-move-hugetlb-cma-code-in-to-its-own-file-checkpatch-fixes has been added to the -mm mm-unstable branch. Its filename is mm-hugetlb-move-hugetlb-cma-code-in-to-its-own-file-checkpatch-fixes.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-hugetlb-move-hugetlb-cma-code-in-to-its-own-file-checkpatch-fixes.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-hugetlb-move-hugetlb-cma-code-in-to-its-own-file-checkpatch-fixes Date: Wed Jan 29 03:47:56 PM PST 2025 WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #376: new file mode 100644 WARNING: Improper SPDX comment style for 'mm/hugetlb_cma.h', please use '/*' instead #643: FILE: mm/hugetlb_cma.h:1: +// SPDX-License-Identifier: GPL-2.0 WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 #643: FILE: mm/hugetlb_cma.h:1: +// SPDX-License-Identifier: GPL-2.0 total: 0 errors, 3 warnings, 481 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-hugetlb-move-hugetlb-cma-code-in-to-its-own-file.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: Frank van der Linden <fvdl@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hugetlb_cma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/hugetlb_cma.h~mm-hugetlb-move-hugetlb-cma-code-in-to-its-own-file-checkpatch-fixes +++ a/mm/hugetlb_cma.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_HUGETLB_CMA_H #define _LINUX_HUGETLB_CMA_H _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-vmscan-extract-calculated-pressure-balance-as-a-function-fix.patch mm-hugetlb-move-hugetlb-cma-code-in-to-its-own-file-checkpatch-fixes.patch xfs-convert-timeouts-to-secs_to_jiffies-fix.patch lib-plistc-add-shortcut-for-plist_requeue-fix.patch