All of lore.kernel.org
 help / color / mirror / Atom feed
* + hexagon-ignore-vmlinuxlds.patch added to -mm tree
@ 2021-11-15 17:51 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-11-15 17:51 UTC (permalink / raw)
  To: bcain, mm-commits, nathan, ndesaulniers


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@kernel.org>
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@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Cc: Brian Cain <bcain@codeaurora.org>
Cc: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@kernel.org are

hexagon-export-raw-i-o-routines-for-modules.patch
hexagon-clean-up-timer-regsh.patch
hexagon-ignore-vmlinuxlds.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-15 18:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15 17:51 + hexagon-ignore-vmlinuxlds.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.