Skip to content
Success

Changes

Summary

  1. Fix lstopo man page (details)
  2. rename.h: Add missed macro for hwloc_internal_memattr_set_value (details)
  3. tests/rename: don't ignore all lines containing hwloc_uint64_t (details)
Commit 8f07b18541bc358b04119fd12700b32c5a6e1329 by Brice.Goglin
Fix lstopo man page

Factorization paragraph was unclear due to irregular ordering of the
specifiers. It also lacked a square bracket on the argument line.

Signed-off-by: Clément Foyer <clement.foyer@univ-reims.fr>
(cherry picked from commit 37cbf2402e8e16bd2467700fdeafd27e7b17678f)
The file was modifiedutils/lstopo/lstopo-no-graphics.1in (diff)
Commit 1bd56ad330f839632ab932a1c22b98c357ba5855 by Brice.Goglin
rename.h: Add missed macro for hwloc_internal_memattr_set_value

(cherry picked from commit 7446041c37c94da3792148f450a0c996dba79b62)
The file was modifiedinclude/hwloc/rename.h (diff)
Commit dad6d58739c01cfd912323aaec00a9ef364b8e0d by Brice.Goglin
tests/rename: don't ignore all lines containing hwloc_uint64_t

Just replace it with uint64_t.
That's why this missing rename wasn't detected until 7446041c37c94da3792148f450a0c996dba79b62

Also, don't ignore HWLOC_DEBUG_VERBOSE anymore, it doesn't seem needed.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(cherry picked from commit f7d591bdc872012973b8ea90d63b10addb01124b)
The file was modifiedtests/hwloc/rename/Makefile.am (diff)