Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

objdump says 4 bytes, but insn_get_length() says 2 #992

Closed
nickdesaulniers opened this issue Apr 13, 2020 · 0 comments
Closed

objdump says 4 bytes, but insn_get_length() says 2 #992

nickdesaulniers opened this issue Apr 13, 2020 · 0 comments
Labels
[ARCH] x86_64 This bug impacts ARCH=x86_64 [BUG] Untriaged Something isn't working Needs Backport Should be backported to either linux-stable tree or latest llvm release branch. [Reported-by] kbuild test robot Reported-by: kbuild test robot <lkp@intel.com> wontfix This will not be worked on

Comments

@nickdesaulniers
Copy link
Member

nickdesaulniers commented Apr 13, 2020

via 0day bot

> >> Warning: ffffffff81ca0d60: 0f ff 49 8d ud0 -0x73(%rcx),%ecx
>    Warning: objdump says 4 bytes, but insn_get_length() says 2
>    Warning: arch/x86/tools/test_get_len found difference at <memcpy_page_flushcache>:ffffffff81ca026a

that report was a randconfig on 4.14. Looks like test_get_len exists in 4.14 but was removed between then and 4.19.  Oh, it was renamed to insn_decoder_test in commit 6b63dd1 ("x86/tools: Rename test_get_len to insn_decoder_test")
ud0 looks like ud2...

@nickdesaulniers nickdesaulniers added [BUG] Untriaged Something isn't working [ARCH] x86_64 This bug impacts ARCH=x86_64 [Reported-by] kbuild test robot Reported-by: kbuild test robot <lkp@intel.com> labels Apr 13, 2020
@nickdesaulniers nickdesaulniers added the Needs Backport Should be backported to either linux-stable tree or latest llvm release branch. label Mar 1, 2021
@nickdesaulniers nickdesaulniers added the wontfix This will not be worked on label Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[ARCH] x86_64 This bug impacts ARCH=x86_64 [BUG] Untriaged Something isn't working Needs Backport Should be backported to either linux-stable tree or latest llvm release branch. [Reported-by] kbuild test robot Reported-by: kbuild test robot <lkp@intel.com> wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant