SuccessChanges

Summary

  1. VERSION: master is now 2.6 (details)
  2. shmem test: avoid using PATH_MAX inconditionally (details)
  3. hwloc_get_obj_with_same_locality: avoid using PATH_MAX inconditionally (details)
  4. windows: warn if we find processor groups on a 32bits windows (details)
Commit 6ab66d8c1a25779d024973567908bd4cdf8ec076 by brice.goglin
VERSION: master is now 2.6

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedcontrib/android/include/hwloc/autogen/config.h (diff)
The file was modifiedcontrib/windows/hwloc_config.h (diff)
The file was modifiedVERSION (diff)
The file was modifiedcontrib/android/AndroidApp/lstopo/build.gradle (diff)
Commit ec95d8a1de791d9c00b8cb93a933136e5faef850 by samuel.thibault
shmem test: avoid using PATH_MAX inconditionally

This hardcoded constant is not necessarily defined.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
The file was modifiedtests/hwloc/shmem.c (diff)
Commit d2568ed3c911423fdcd6787ba4d3e9b8ca78054c by samuel.thibault
hwloc_get_obj_with_same_locality: avoid using PATH_MAX inconditionally

This hardcoded constant is not necessarily defined.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
The file was modifiedtests/hwloc/hwloc_get_obj_with_same_locality.c (diff)
Commit c51886bdf45b2a607e471c116484f8d5665ab507 by brice.goglin
windows: warn if we find processor groups on a 32bits windows

Processor groups are documented as not working there,
some CPUs will be NUMA less, caches may intersect, etc.

https://docs.microsoft.com/en-us/windows/win32/procthread/processor-groups
"This functionality is not available on 32-bit versions of Windows."

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