Loading
!13318 Fix objtool error for AMX instruction decoding
Merge Pull Request from: @x56Jason Pull Request 12858 (https://gitee.com/openeuler/kernel/pulls/12858) has a objtool warning: ``` arch/x86/kernel/fpu/core.o: warning: objtool: can't decode instruction at .text:0x37a4 arch/x86/kernel/fpu/core.o: warning: objtool: can't decode instruction at .text:0x1639 arch/x86/tools/insn_decoder_test: warning: Found an x86 instruction decoder bug, please report this. arch/x86/tools/insn_decoder_test: warning: ffffffff81035759: c4 e2 78 49 c0 tilerelease arch/x86/tools/insn_decoder_test: warning: objdump says 5 bytes, but insn_get_length() says 0 arch/x86/tools/insn_decoder_test: warning: Decoded and checked 6013088 instructions with 1 failures ``` This is due to objtool lacks the following upstream commit: ``` 9dd94df7 x86/insn: Add AMX instructions to the x86 instruction decoder ``` So backport this commit. Link:https://gitee.com/openeuler/kernel/pulls/13318 Reviewed-by:Xie XiuQi <xiexiuqi@huawei.com> Signed-off-by:
Yang Yingliang <yangyingliang@huawei.com>