SuccessChanges

Summary

  1. linux+lstopo: disable memory binding in the linux backend on Android (details)
  2. lstopo/draw: cleanup the drawing of legend text lines (details)
  3. doc: minor fixes (details)
Commit b821b7242b724ee7f7a538c5415e4f7871aaff8b by brice.goglin
linux+lstopo: disable memory binding in the linux backend on Android

get_mempolicy() crashes on some Android (e.g. android10/aarch64/3.18)
and in some versions of the emulator in Android Studio.
It's used by lstopo for getting the current binding, but the Android
app doesn't need this anyway.

Disable the Linux membind hooks instead of just disabling get_*bind()
calls in lstopo.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/lstopo/lstopo.c (diff)
The file was modifiedhwloc/topology-linux.c (diff)
Commit b37b64c7965749786251c6ea4eceb2467701fc32 by brice.goglin
lstopo/draw: cleanup the drawing of legend text lines

Only generate the lines once during prepare and reuse them during draw.
And cleanup random minor things.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/lstopo/lstopo.h (diff)
The file was modifiedutils/lstopo/lstopo-draw.c (diff)
Commit 0914744317b9328163705e5480d0c808799ae9c4 by bgoglin
doc: minor fixes

Signed-off-by: Bert Wesarg <bert.wesarg@tu-dresden.de>
The file was modifieddoc/hwloc.doxy (diff)