All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Fixes for Fedora Rawhide
@ 2025-11-28 13:56 David Marchand
  2025-11-28 13:56 ` [PATCH 1/7] bus/ifpga: fix const pointer in device name parsing David Marchand
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: David Marchand @ 2025-11-28 13:56 UTC (permalink / raw)
  To: dev

Similary to https://git.dpdk.org/dpdk/commit/?id=f4ef899bb3ae, we have
many strstr/str*chr calls on const char * stored to non const pointers.

This breaks build in Fedora Rawhide as a change in its glibc now
triggers build warnings.

Probably too late for 25.11, but sending in any case...

-- 
David Marchand

David Marchand (7):
  bus/ifpga: fix const pointer in device name parsing
  bus/uacce: fix const pointer in device matching
  drivers: fix some const pointers in qat drivers
  crypto/caam_jr: fix const pointer in UIO filename parsing
  net/enetfec: fix const pointer in UIO filename parsing
  net/memif: fix const pointer in socket check
  app/procinfo: fix const pointer in collectd format

 app/proc-info/main.c                 |  2 +-
 drivers/bus/ifpga/ifpga_bus.c        |  4 ++--
 drivers/bus/uacce/uacce.c            |  2 +-
 drivers/common/qat/qat_device.c      |  7 ++++---
 drivers/common/qat/qat_device.h      |  2 +-
 drivers/compress/qat/qat_comp_pmd.c  |  2 +-
 drivers/crypto/caam_jr/caam_jr_uio.c | 12 ++----------
 drivers/crypto/qat/qat_asym.c        |  2 +-
 drivers/crypto/qat/qat_sym.c         |  2 +-
 drivers/net/enetfec/enet_uio.c       |  8 +-------
 drivers/net/memif/rte_eth_memif.c    |  3 ++-
 11 files changed, 17 insertions(+), 29 deletions(-)

-- 
2.51.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-11-29 19:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-28 13:56 [PATCH 0/7] Fixes for Fedora Rawhide David Marchand
2025-11-28 13:56 ` [PATCH 1/7] bus/ifpga: fix const pointer in device name parsing David Marchand
2025-11-28 13:56 ` [PATCH 2/7] bus/uacce: fix const pointer in device matching David Marchand
2025-11-29  0:32   ` fengchengwen
2025-11-28 13:56 ` [PATCH 3/7] drivers: fix some const pointers in qat drivers David Marchand
2025-11-28 13:56 ` [PATCH 4/7] crypto/caam_jr: fix const pointer in UIO filename parsing David Marchand
2025-11-28 14:00   ` Hemant Agrawal
2025-11-28 13:56 ` [PATCH 5/7] net/enetfec: " David Marchand
2025-11-28 14:00   ` Hemant Agrawal
2025-11-28 13:56 ` [PATCH 6/7] net/memif: fix const pointer in socket check David Marchand
2025-11-28 13:56 ` [PATCH 7/7] app/procinfo: fix const pointer in collectd format David Marchand
2025-11-29  0:35   ` fengchengwen
2025-11-29 19:02 ` [PATCH 0/7] Fixes for Fedora Rawhide Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.