[PATCH v3 1/5] telemetry: fix autotest failures on Alpine

Tyler Retzlaff roretzla at linux.microsoft.com
Fri Apr 7 21:22:35 CEST 2023


On Wed, Apr 05, 2023 at 05:03:22PM +0100, Bruce Richardson wrote:
> On Alpine linux, the telemetry_data_autotest was failing for the
> test where we had dictionaries embedded in other dictionaries up
> to three levels deep. Indications are that this issue is due to
> excess data being stored on the stack, so replace stack-allocated
> buffer data with dynamically allocated data in the case where we
> are doing recursive processing of telemetry data structures into
> json.
> 
> Bugzilla ID: 1177
> Fixes: c933bb5177ca ("telemetry: support array values in data object")
> Fixes: d2671e642a8e ("telemetry: support dict of dicts")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> 
> ---
Acked-by: Tyler Retzlaff <roretzla at linux.microsoft.com>

(ack on latest version)



More information about the stable mailing list