This repository was archived by the owner on Jan 20, 2022. It is now read-only.
  
  
  
  
  
Description
Description of the problem
Extracted from #2420. Comment from @boryspoplawski:
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.