From: tip-bot for Josh Poimboeuf <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: peterz@infradead.org, sfr@canb.auug.org.au, hpa@zytor.com,
tglx@linutronix.de, jpoimboe@redhat.com,
torvalds@linux-foundation.org, linux-kernel@vger.kernel.org,
mingo@kernel.org
Subject: [tip:core/urgent] objtool: Resync objtool's instruction decoder source code copy with the kernel's latest version
Date: Sat, 4 Nov 2017 01:31:32 -0700 [thread overview]
Message-ID: <tip-da0db32bbe816085d7f7f9cebfc825e55eff811f@git.kernel.org> (raw)
In-Reply-To: <013315a808ccf5580abc293808827c8e2b5e1354.1509719152.git.jpoimboe@redhat.com>
Commit-ID: da0db32bbe816085d7f7f9cebfc825e55eff811f
Gitweb: https://git.kernel.org/tip/da0db32bbe816085d7f7f9cebfc825e55eff811f
Author: Josh Poimboeuf <jpoimboe@redhat.com>
AuthorDate: Fri, 3 Nov 2017 09:31:43 -0500
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Sat, 4 Nov 2017 08:54:06 +0100
objtool: Resync objtool's instruction decoder source code copy with the kernel's latest version
This fixes the following warning:
warning: objtool: x86 instruction decoder differs from kernel
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/013315a808ccf5580abc293808827c8e2b5e1354.1509719152.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk b/tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk
index a3d2c62..b02a36b 100644
--- a/tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk
+++ b/tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk
@@ -1,4 +1,5 @@
#!/bin/awk -f
+# SPDX-License-Identifier: GPL-2.0
# gen-insn-attr-x86.awk: Instruction attribute table generator
# Written by Masami Hiramatsu <mhiramat@redhat.com>
#
next prev parent reply other threads:[~2017-11-04 8:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-03 14:31 [PATCH 0/3] objtool: sync warning fix and cleanups Josh Poimboeuf
2017-11-03 14:31 ` [PATCH 1/3] objtool: Resync objtool's instruction decoder with the kernel's Josh Poimboeuf
2017-11-04 8:31 ` tip-bot for Josh Poimboeuf [this message]
2017-11-03 14:31 ` [PATCH 2/3] objtool: Move synced files to their original relative locations Josh Poimboeuf
2017-11-03 14:31 ` [PATCH 3/3] objtool: Move sync check to a script Josh Poimboeuf
2017-11-03 18:54 ` [PATCH 0/3] objtool: sync warning fix and cleanups Josh Poimboeuf
2017-11-04 7:54 ` Ingo Molnar
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=tip-da0db32bbe816085d7f7f9cebfc825e55eff811f@git.kernel.org \
--to=tipbot@zytor.com \
--cc=hpa@zytor.com \
--cc=jpoimboe@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=peterz@infradead.org \
--cc=sfr@canb.auug.org.au \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.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.