-
Notifications
You must be signed in to change notification settings - Fork 15
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
NULL pointer dereference in net/core/rtnetlink.c #1594
Comments
Should we consider lld commit 55c14d6dbfd8e7b86c15d2613fea3490078e2ae4 a regression? cc @MaskRay |
Given that it actually resolves the reported issue, probably not but I am not sure. The more likely explanation is that llvm/llvm-project@55c14d6 just happened to fix an existing bug in LLD's code? |
ah, I misread the report, which was reported against lld-13 (for ppc64le). I noticed that the 13.0.1 milestone still has open issues, but is closed (pretty sure the deadline for 13.0.1 already passed). maybe the best we can do is require lld-14+ for ppc64le :( |
Yes, LLVM 13.0.1 has been released already: https://github.com/llvm/llvm-project/releases/tag/llvmorg-13.0.1 I have not tried to look at the section header differences yet but that might give us a clue as to what went wrong. I agree that this is probably a bug that is worth breaking the build over; we could stick a check and message in |
|
It looks like the number of relocations is different?
while makes sense because if I disable |
Likely related to |
Commit d79976918852 ("powerpc/64: Add UADDR64 relocation support"), which fixed #1581, also resolves this issue. I have started a thread about whether or not that change is suitable for stable: https://lore.kernel.org/Yl8pNxSGUgeHZ1FT@dev-arch.thelio-3990X/ |
See the upstream thread for the full context: https://lore.kernel.org/r/Yg2h2Q2vXFkkLGTh@dev-arch.archlinux-ax161/
The text was updated successfully, but these errors were encountered: