The patch titled Subject: fix-missing-vmalloch-includes-fix-3 has been added to the -mm mm-unstable branch. Its filename is fix-missing-vmalloch-includes-fix-3.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/fix-missing-vmalloch-includes-fix-3.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: Nathan Chancellor <nathan@xxxxxxxxxx> Subject: fix-missing-vmalloch-includes-fix-3 Date: Wed, 3 Apr 2024 14:12:40 -0700 fix loongarch build Link: https://lkml.kernel.org/r/20240403211240.GA307137@dev-arch.thelio-3990X Signed-off-by: Nathan Chancellor <nathan@xxxxxxxxxx> Cc: Kent Overstreet <kent.overstreet@xxxxxxxxx> Cc: Suren Baghdasaryan <surenb@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/loongarch/include/asm/addrspace.h | 1 + 1 file changed, 1 insertion(+) --- a/arch/loongarch/include/asm/addrspace.h~fix-missing-vmalloch-includes-fix-3 +++ a/arch/loongarch/include/asm/addrspace.h @@ -11,6 +11,7 @@ #define _ASM_ADDRSPACE_H #include <linux/const.h> +#include <linux/sizes.h> #include <asm/loongarch.h> _ Patches currently in -mm which might be from nathan@xxxxxxxxxx are fix-missing-vmalloch-includes-fix-3.patch mm-move-follow_phys-to-arch-x86-mm-pat-memtypec-fix-2.patch