Skip to content

unreachable instruction in fs/hfsplus/xattr.o #554

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

Closed
ms178 opened this issue Jun 20, 2019 · 2 comments
Closed

unreachable instruction in fs/hfsplus/xattr.o #554

ms178 opened this issue Jun 20, 2019 · 2 comments
Labels
[ARCH] x86_64 This bug impacts ARCH=x86_64 [TOOL] objtool warning is produced by the kernel's objtool

Comments

@ms178
Copy link

ms178 commented Jun 20, 2019

Makefile and config are the same as uploaded here: #548

With a vanilla clang version 9.0.0 (363704) and Kernel 5.2-rc5 (Suse), I get the following objtool error:

fs/hfsplus/xattr.o: warning: objtool: hfsplus_create_attributes_file()+0x395: unreachable instruction

@nickdesaulniers nickdesaulniers added [TOOL] objtool warning is produced by the kernel's objtool [ARCH] x86_64 This bug impacts ARCH=x86_64 low priority This bug is not critical and not a priority labels Jun 20, 2019
@ms178
Copy link
Author

ms178 commented Jul 27, 2019

Not reproducible any longer with linux-next-next-20190726 and clang version 10.0.0 (366783).

@ms178 ms178 closed this as completed Jul 27, 2019
@nickdesaulniers
Copy link
Member

probably was related to loop unrolling, which I fixed in #551.

@tpimh tpimh removed the low priority This bug is not critical and not a priority label Sep 28, 2019
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 [TOOL] objtool warning is produced by the kernel's objtool
Projects
None yet
Development

No branches or pull requests

3 participants