diff options
author | 2025-04-28 10:48:10 +0900 | |
---|---|---|
committer | 2025-05-06 12:03:15 +0200 | |
commit | ca698ec2f07873a448d53c580795c4e023c75393 (patch) | |
tree | dd3e7a062671a3442302019c307d4946738ccfde /scripts/gdb/linux/utils.py | |
parent | Merge tag 'v6.15-rc4' into x86/asm, to pick up fixes (diff) | |
download | linux-rng-ca698ec2f07873a448d53c580795c4e023c75393.tar.xz linux-rng-ca698ec2f07873a448d53c580795c4e023c75393.zip |
x86/insn: Fix opcode map (!REX2) superscript tags
Commit:
159039af8c07 ("x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder opcode map")
added (!REX2) superscript with a space, but the correct format requires ','
for concatination with other superscript tags.
Add ',' to generate correct insn attribute tables.
I confirmed with following command:
arch/x86/lib/x86-opcode-map.txt | grep e8 | head -n 1
[0xe8] = INAT_MAKE_IMM(INAT_IMM_VWORD32) | INAT_FORCE64 | INAT_NO_REX2,
Fixes: 159039af8c07 ("x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder opcode map")
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/174580489027.388420.15539375184727726142.stgit@devnote2
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions