From: Nicholas Piggin <npiggin@gmail.com>
To: Michael Ellerman <mpe@ellerman.id.au>
Cc: Nicholas Piggin <npiggin@gmail.com>, linuxppc-dev@lists.ozlabs.org
Subject: [PATCH 0/4] resend build sanity checking additions
Date: Sat, 26 Nov 2016 14:26:08 +1100 [thread overview]
Message-ID: <20161126032612.13559-1-npiggin@gmail.com> (raw)
I've updated these in response to feedback and some wider testing
(that uncovered a few other issues).
Thanks,
Nick
Nicholas Piggin (4):
powerpc: use the new post-link pass to check relocations
powerpc: add arch/powerpc/tools directory
powerpc/64s: tool to flag direct branches from unrelocated interrupt
vectors
powerpc/64: tool to check head sections location sanity
arch/powerpc/Makefile | 13 +---
arch/powerpc/Makefile.postlink | 47 +++++++++++++++
arch/powerpc/include/asm/head-64.h | 4 +-
arch/powerpc/kernel/vmlinux.lds.S | 22 -------
.../gcc-check-mprofile-kernel.sh | 0
arch/powerpc/tools/head_check.sh | 70 ++++++++++++++++++++++
arch/powerpc/{ => tools}/relocs_check.sh | 0
arch/powerpc/tools/unrel_branch_check.sh | 57 ++++++++++++++++++
8 files changed, 177 insertions(+), 36 deletions(-)
create mode 100644 arch/powerpc/Makefile.postlink
rename arch/powerpc/{scripts => tools}/gcc-check-mprofile-kernel.sh (100%)
create mode 100755 arch/powerpc/tools/head_check.sh
rename arch/powerpc/{ => tools}/relocs_check.sh (100%)
create mode 100755 arch/powerpc/tools/unrel_branch_check.sh
--
2.10.2
next reply other threads:[~2016-11-26 3:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-26 3:26 Nicholas Piggin [this message]
2016-11-26 3:26 ` [PATCH 1/4] powerpc: use the new post-link pass to check relocations Nicholas Piggin
2017-05-01 2:58 ` [1/4] " Michael Ellerman
2016-11-26 3:26 ` [PATCH 2/4] powerpc: add arch/powerpc/tools directory Nicholas Piggin
2017-05-01 2:58 ` [2/4] " Michael Ellerman
2016-11-26 3:26 ` [PATCH 3/4] powerpc/64s: tool to flag direct branches from unrelocated interrupt vectors Nicholas Piggin
2016-11-26 3:26 ` [PATCH 4/4] powerpc/64: tool to check head sections location sanity Nicholas Piggin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161126032612.13559-1-npiggin@gmail.com \
--to=npiggin@gmail.com \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mpe@ellerman.id.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.