You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: