SuccessChanges

Summary

  1. doxy: remove way too many spaces (details)
  2. x86: add a debug messages when disabling because of non-unique APIC ids (details)
  3. core: don't crash when clearing an already empty topology (details)
Commit 22e56bc93c0366917faef223bcc8530061e8dcc7 by brice.goglin
doxy: remove way too many spaces

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifieddoc/hwloc.doxy (diff)
Commit a24d02333a32d98fd6e42b1b50883b51ab7cc8a1 by brice.goglin
x86: add a debug messages when disabling because of non-unique APIC ids

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/topology-x86.c (diff)
Commit db52ca9af081420d84adb8aca509bc091921c52e by brice.goglin
core: don't crash when clearing an already empty topology

If all objects got removed because cgroups were wrong,
we'd crash when trying to clear the topology because the root
is already NULL.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/topology.c (diff)