FailedChanges

Summary

  1. level_zero: fix #include in test and helper (details)
  2. lstopo/memattrs: remove a duplicate line-break on unrecognized initiator type (details)
  3. lstopo/memattrs: fix the displaying of object initiators (details)
  4. utils/calc: display unknown OS index as -1 (details)
  5. utils/info: don't display unknown memattr initiator OS index (details)
  6. lstopo/memattrs: cleanup object printing (details)
Commit 8cdd5d17ef05a92a2275653ee12e127a42d94f8c by brice.goglin
level_zero: fix #include in test and helper

Fixes 3487fc68dd4003600dbf6d390956cb6bd47b1638 again

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedinclude/hwloc/levelzero.h (diff)
The file was modifiedtests/hwloc/levelzero.c (diff)
Commit 92edac67bd770b6db9a52e8004d460c4c4003931 by brice.goglin
lstopo/memattrs: remove a duplicate line-break on unrecognized initiator type

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/lstopo/lstopo-text.c (diff)
Commit e4cc91eb282dd260cf683d7061d6f8a322216818 by brice.goglin
lstopo/memattrs: fix the displaying of object initiators

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/lstopo/lstopo-text.c (diff)
Commit 5c61a8ce3881fcdf814df96e19308427a35b1251 by brice.goglin
utils/calc: display unknown OS index as -1

We could get 4294967295 in hwloc-calc -I or -H outputs.

Thanks to Jirka Hladky for the report.

Refs #468.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/hwloc/hwloc-calc.c (diff)
Commit 97e37e5463bf7bb155e517d8f9d1137c2014e8f7 by brice.goglin
utils/info: don't display unknown memattr initiator OS index

we have the logical index before it, just remove the
OS index instead of printing 4294967295.

Refs #468

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/hwloc/hwloc-info.c (diff)
Commit da4e290b9147b9d1077fc8a3da184470becb18b3 by brice.goglin
lstopo/memattrs: cleanup object printing

* show -1 instead of 4294967295 when os_index is unknown
* show the specific OSDev subtype in initiators
* show the object name if any
* factorize all this between target and initiator kinds

Refs #468

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