Reviewed-by: Chengwen Feng <[email protected]> On 11/28/2025 9:56 PM, David Marchand wrote: > With latest glibc (Fedora Rawhide): > ../drivers/bus/uacce/uacce.c: In function 'uacce_match': > ../drivers/bus/uacce/uacce.c:346:21: warning: assignment discards > 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] > 346 | map = strstr(dev->algs, id_table->dev_alg); > | ^ > > Fixes: 62b906cf06ba ("bus/uacce: introduce UACCE bus") > Cc: [email protected] > > Signed-off-by: David Marchand <[email protected]>
- [PATCH 0/7] Fixes for Fedora Rawhide David Marchand
- [PATCH 1/7] bus/ifpga: fix const pointer in device nam... David Marchand
- [PATCH 2/7] bus/uacce: fix const pointer in device mat... David Marchand
- Re: [PATCH 2/7] bus/uacce: fix const pointer in de... fengchengwen
- [PATCH 3/7] drivers: fix some const pointers in qat dr... David Marchand
- [PATCH 4/7] crypto/caam_jr: fix const pointer in UIO f... David Marchand
- RE: [PATCH 4/7] crypto/caam_jr: fix const pointer ... Hemant Agrawal
- [PATCH 5/7] net/enetfec: fix const pointer in UIO file... David Marchand
- RE: [PATCH 5/7] net/enetfec: fix const pointer in ... Hemant Agrawal
- [PATCH 6/7] net/memif: fix const pointer in socket che... David Marchand
- [PATCH 7/7] app/procinfo: fix const pointer in collect... David Marchand

