From: Josh Poimboeuf <jpoimboe@redhat.com>
To: x86@kernel.org
Cc: linux-kernel@vger.kernel.org,
Peter Zijlstra <peterz@infradead.org>,
Nick Desaulniers <ndesaulniers@google.com>
Subject: [PATCH 0/2] objtool: clang-related fixes
Date: Mon, 17 Feb 2020 21:41:52 -0600 [thread overview]
Message-ID: <cover.1581997059.git.jpoimboe@redhat.com> (raw)
Fix a couple of issues which were discovered after clang CI was broken
by 644592d32837 ("objtool: Fail the kernel build on fatal errors").
Josh Poimboeuf (2):
objtool: Fix clang switch table edge case
objtool: Improve call destination function detection
tools/objtool/check.c | 38 +++++++++++++++++++++++++++-----------
tools/objtool/elf.c | 14 ++++++++++++--
tools/objtool/elf.h | 1 +
3 files changed, 40 insertions(+), 13 deletions(-)
--
2.21.1
next reply other threads:[~2020-02-18 3:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-18 3:41 Josh Poimboeuf [this message]
2020-02-18 3:41 ` [PATCH 1/2] objtool: Fix clang switch table edge case Josh Poimboeuf
2020-02-18 19:57 ` Nathan Chancellor
2020-02-21 9:50 ` [tip: core/objtool] " tip-bot2 for Josh Poimboeuf
2020-02-18 3:41 ` [PATCH 2/2] objtool: Improve call destination function detection Josh Poimboeuf
2020-02-18 18:13 ` Nick Desaulniers
2020-02-18 19:58 ` Nathan Chancellor
2020-02-21 9:50 ` [tip: core/objtool] " tip-bot2 for Josh Poimboeuf
2020-02-20 19:06 ` [PATCH 0/2] objtool: clang-related fixes Nick Desaulniers
2020-02-20 19:27 ` Borislav Petkov
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=cover.1581997059.git.jpoimboe@redhat.com \
--to=jpoimboe@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=ndesaulniers@google.com \
--cc=peterz@infradead.org \
--cc=x86@kernel.org \
/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.