Acked-by: Chengwen Feng <[email protected]>

On 6/6/2026 4:51 AM, Stephen Hemminger wrote:
> Tighten parsing of the dmadev telemetry device and vchan parameters:
> reject non-numeric and out-of-range ids through a bounded helper rather
> than narrowing strtoul()'s result to int and leaning on the downstream
> int16_t/uint16_t API to revalidate. This also drops the thread-unsafe
> strtok() in the stats handler.
> 
> Fixes: 39b5ab60df30 ("dmadev: add telemetry")
> Cc: [email protected]
> 
> Signed-off-by: Stephen Hemminger <[email protected]>

Reply via email to