SuccessChanges

Summary

  1. synthetic/import: ignore unknown attributes instead of failing (details)
  2. synthetic/export/v1: ignore memcaches instead of failing to export (details)
  3. synthetic/import: allow memory-side caches (details)
  4. synthetic/export: export memory-side caches (details)
  5. Add security policy (details)
Commit 659f102d3396cd33ea2f63b0de53278cf35a8ac2 by brice.goglin
synthetic/import: ignore unknown attributes instead of failing

This avoids breaking backward compat when adding attributes in future releases.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/topology-synthetic.c (diff)
Commit 880a25afc461efb0345039aed1a98ed18302d8cc by brice.goglin
synthetic/export/v1: ignore memcaches instead of failing to export

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/topology-synthetic.c (diff)
Commit 24e2c76f7af718441f5e6bcd63039c300edb215b by brice.goglin
synthetic/import: allow memory-side caches

It's just a single level, specified as an attribute to NUMAnodes
  pack:2 [numa(size=16GiB memorysidecache=1GiB)] pu:2

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/topology-synthetic.c (diff)
Commit 8db8fd3aae0e2a25af4b90e6cda809e1ebf627fc by brice.goglin
synthetic/export: export memory-side caches

Accumulate all levels in a single MS$ attribute of the NUMA node.

Ignore memory side caches when exporting to v1 since the object
doesn't exist there.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/topology-synthetic.c (diff)
Commit 03af5bc454d8f60e66826de7d8f67a7a61a91333 by bgoglin
Add security policy

Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
The file was addedSECURITY.md