The patch titled Subject: hexagon: ignore vmlinux.lds has been added to the -mm tree. Its filename is hexagon-ignore-vmlinuxlds.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/hexagon-ignore-vmlinuxlds.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/hexagon-ignore-vmlinuxlds.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Nathan Chancellor <nathan@xxxxxxxxxx> Subject: hexagon: ignore vmlinux.lds After building allmodconfig, there is an untracked vmlinux.lds file in arch/hexagon/kernel: $ git ls-files . --exclude-standard --others arch/hexagon/kernel/vmlinux.lds Ignore it as all other architectures have. Link: https://lkml.kernel.org/r/20211115174250.1994179-4-nathan@xxxxxxxxxx Signed-off-by: Nathan Chancellor <nathan@xxxxxxxxxx> Cc: Brian Cain <bcain@xxxxxxxxxxxxxx> Cc: Nick Desaulniers <ndesaulniers@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/hexagon/kernel/.gitignore | 1 + 1 file changed, 1 insertion(+) --- /dev/null +++ a/arch/hexagon/kernel/.gitignore @@ -0,0 +1 @@ +vmlinux.lds _ Patches currently in -mm which might be from nathan@xxxxxxxxxx are hexagon-export-raw-i-o-routines-for-modules.patch hexagon-clean-up-timer-regsh.patch hexagon-ignore-vmlinuxlds.patch