From: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>,
linux-kernel@vger.kernel.org, yrl.pp-manager.tt@hitachi.com
Subject: [PATCH 0/4]x86: decoder bugfixes
Date: Tue, 22 Nov 2011 03:10:44 +0900 [thread overview]
Message-ID: <20111121181044.27410.263.stgit@cloud> (raw)
Hi Ingo,
Here, I fixed bugs in x86 instruction decoder which fixes
instruction decoder warnings. This series also fixes below
bugs;
<Important>
- Doesn't build decoder selftest tool (test_get_len).
- Fails to decode some grouped AVX instructions.
<Minor>
- insn_sanity may dump message twice on same instruction
- insn_sanity outputs information message on stderr.
Now I'm also trying to update x86 opcode map according to
Intel SDM, which allow us to decode AVX2 instructions.
Thank you,
---
Masami Hiramatsu (4):
[BUGFIX] x86/tools: Fix Makefile to build all test tools
[BUGFIX] x86: Fix instruction decoder to handle grouped AVX instructions
[BUGFIX] x86/tools: Fix instruction decoder message output
[BUGFIX] x86/tools: Fix insn_sanity message outputs
arch/x86/lib/inat.c | 9 ++++++++-
arch/x86/lib/insn.c | 4 +++-
arch/x86/tools/Makefile | 3 +--
arch/x86/tools/insn_sanity.c | 11 +++++------
4 files changed, 17 insertions(+), 10 deletions(-)
--
Masami HIRAMATSU
Software Platform Research Dept. Linux Technology Center
Hitachi, Ltd., Yokohama Research Laboratory
E-mail: masami.hiramatsu.pt@hitachi.com
next reply other threads:[~2011-11-21 9:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-21 18:10 Masami Hiramatsu [this message]
2011-11-21 18:11 ` [PATCH 1/4] [BUGFIX] x86/tools: Fix Makefile to build all test tools Masami Hiramatsu
2011-11-21 18:11 ` [PATCH 2/4] [BUGFIX] x86: Fix instruction decoder to handle grouped AVX instructions Masami Hiramatsu
2011-11-21 18:11 ` [PATCH 3/4] [BUGFIX] x86/tools: Fix instruction decoder message output Masami Hiramatsu
2011-11-21 18:11 ` [PATCH 4/4] [BUGFIX] x86/tools: Fix insn_sanity message outputs Masami Hiramatsu
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=20111121181044.27410.263.stgit@cloud \
--to=masami.hiramatsu.pt@hitachi.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
--cc=yrl.pp-manager.tt@hitachi.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox