The patch titled Subject: kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible-fix has been added to the -mm mm-hotfixes-unstable branch. Its filename is kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible-fix.patch This patch will later appear in the mm-hotfixes-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: kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible-fix Date: Wed Nov 16 03:46:25 PM PST 2022 remember "linux/" Cc: Sam James <sam@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/license.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/license.h~kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible-fix +++ a/include/linux/license.h @@ -2,7 +2,7 @@ #ifndef __LICENSE_H #define __LICENSE_H -#include <string.h> +#include <linux/string.h> static inline int license_is_gpl_compatible(const char *license) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible-fix.patch mm-memremap_pages-replace-zone_device_page_init-with-pgmap_request_folios-fix.patch mm-gup-remove-foll_migration-fix.patch mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets-fix.patch mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets-fix-2.patch mm-use-stack_depot-for-recording-kmemleaks-backtrace-checkpatch-fixes.patch mm-use-stack_depot-for-recording-kmemleaks-backtrace-fix.patch mm-use-stack_depot-for-recording-kmemleaks-backtrace-v3-fix.patch kasan-allow-sampling-page_alloc-allocations-for-hw_tags-fix.patch mm-hugetlb-convert-move_hugetlb_state-to-folios-fix.patch mm-delay-page_remove_rmap-until-after-the-tlb-has-been-flushed-fix.patch