-
Notifications
You must be signed in to change notification settings - Fork 71
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
Minor issue with confusing output #8
Comments
@dlenski actually that means it's unable to exploit meltdown. I think I need to rephrase that. Would it work if it doesn't print things like "0x0000000000000000 -> That's irq_stack_union" when there's not an actual match? Is your system patched? Because from your output, it seems your system isn't affected by meltdown |
Well… I don't know in this case. It's a cloud box that reports Haswell Xeon in I suspect that it is susceptible in theory, but that the privileged instructions required to execute |
@dlenski I'll leave this issue opened for me to reproduce it and see what I can do about it. Thanks for the report! |
BTW, the output is now:
|
@dlenski could please check if https://github.com/paboldin/meltdown-exploit works for you? I may consider getting closer to its approach if it does. |
I gave it a shot! It runs much faster on the cloud box and outputs gibberish, suggesting that it's not vulnerable. Huh! 👍 (On the other hand, on my vulnerable laptop, it runs much slower…) |
@raphaelsc |
@UnserKapitaen what's exactly the output of meltdown-exploit to you? i'll see what's wrong with the checker for some specific environments, maybe the lack of dynamic calculation of cache hit threshold. thanks for the report |
If there is anything else I can do please let me know. |
In ac2c435, if
meltdown-checker
reads all-zero values, it will print out a "match" to whatever the first all-zero symbol is, but then follow this up withso far so good
.I think that "matches" to zero values should probably be ignored. The technical paper explains that there's a bias towards reading zeroes. It appears to be a rather pronounced one on at least one of my cloud boxes.
The text was updated successfully, but these errors were encountered: