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

warning: objtool: lzvn_decode+0x1c6: sibling call from callable instruction with modified stack frame #47

Open
BlackMage2 opened this issue Jul 10, 2023 · 1 comment

Comments

@BlackMage2
Copy link

I get a warning when compiling: CC [M] /home/user/Development/linux-apfs-rw/lzfse/lzvn_decode_base.o /home/user/Development/linux-apfs-rw/lzfse/lzvn_decode_base.o: warning: objtool: lzvn_decode+0x1c6: sibling call from callable instruction with modified stack frame

@eafer
Copy link
Member

eafer commented Jul 11, 2023

I've noticed that objtool warning before. The lzfse code code comes from Apple, I just adapted it for the kernel. I haven't dug into it, but I wouldn't be surprised if it's a false positive triggered by all the goto magic that function uses. Either way, objtool warnings are probably not a big deal for an out-of-tree driver that doesn't intend to support live patches or anything like that.

I'm leaving this open, but I won't be fixing it anytime soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants