> From: Huisong Li [mailto:[email protected]] > Sent: Wednesday, 22 February 2023 08.50 o command > > The telemetry lib has added a allowed characters set for dictionary names. > Please see commit 2537fb0c5f34 ("telemetry: limit characters allowed in > dictionary names") > > The space is not in this set, which cause the heap ID in /eal/heap_info > cannot be displayed. Additionally, 'heap' is also misspelling. So use > 'Heap_id' to replace 'Head id'. > > Fixes: e6732d0d6e26 ("mem: add telemetry infos") > Fixes: 2537fb0c5f34 ("telemetry: limit characters allowed in dictionary > names") > Cc: [email protected] > > Signed-off-by: Huisong Li <[email protected]> > Acked-by: Chengwen Feng <[email protected]> > ---
Reviewed-by: Morten Brørup <[email protected]>

