The patch titled Subject: hexagon: ignore vmlinux.lds has been removed from the -mm tree. Its filename was hexagon-ignore-vmlinuxlds.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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