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
{{ message }}
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
I've just checked and libQt5 from Ubuntu20.04 requires version 3.17.0 and we report 4.19.0 in our vdso... OTOH our uname emulation reports 3.10.0, so maybe this is the problem.
After checking it seems that we do not have that .note section in our vDSO. Seems like our recent Meson rewrite broke it. @woju please fix :)
We should choose one version (I vote for 4.15.0 -- this is the default version on Ubuntu 18.04) and return it in both vDSO note section and in uname. We should also probably add some Graphene identifier as well.
The text was updated successfully, but these errors were encountered:
I think this is a neat approach. Report the version supposed to be compatible too, but also report in another field of the struct that this is actually also Graphene, not just any Linux. But yeah, should be constant across vDSO, uname and maybe even other locations.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of the problem
Extracted from #2420. Comment from @boryspoplawski:
We should choose one version (I vote for 4.15.0 -- this is the default version on Ubuntu 18.04) and return it in both vDSO note section and in
uname
. We should also probably add some Graphene identifier as well.The text was updated successfully, but these errors were encountered: