linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] more build time checks
@ 2017-05-11 17:40 Nicholas Piggin
  2017-05-11 17:40 ` [PATCH 1/3] powerpc/64s: tool to flag direct branches from unrelocated interrupt vectors Nicholas Piggin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nicholas Piggin @ 2017-05-11 17:40 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Nicholas Piggin


Nicholas Piggin (3):
  powerpc/64s: tool to flag direct branches from unrelocated interrupt
    vectors
  powerpc/64: tool to check head sections location sanity
  powerpc: link warning for orphan sections

 arch/powerpc/Makefile                    |  1 +
 arch/powerpc/Makefile.postlink           | 17 +++++++-
 arch/powerpc/include/asm/head-64.h       |  4 +-
 arch/powerpc/kernel/vmlinux.lds.S        | 38 +++++++----------
 arch/powerpc/tools/head_check.sh         | 70 ++++++++++++++++++++++++++++++++
 arch/powerpc/tools/unrel_branch_check.sh | 57 ++++++++++++++++++++++++++
 include/asm-generic/vmlinux.lds.h        | 12 ++++++
 7 files changed, 171 insertions(+), 28 deletions(-)
 create mode 100755 arch/powerpc/tools/head_check.sh
 create mode 100755 arch/powerpc/tools/unrel_branch_check.sh

-- 
2.11.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-05-30  9:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-11 17:40 [PATCH 0/3] more build time checks Nicholas Piggin
2017-05-11 17:40 ` [PATCH 1/3] powerpc/64s: tool to flag direct branches from unrelocated interrupt vectors Nicholas Piggin
2017-05-30  9:11   ` [1/3] " Michael Ellerman
2017-05-11 17:40 ` [PATCH 2/3] powerpc/64: tool to check head sections location sanity Nicholas Piggin
2017-05-11 17:40 ` [PATCH 3/3] powerpc: link warning for orphan sections Nicholas Piggin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).