[PATCH 0/8] hwtracing: Convert to platform remove callback returning void

Uwe Kleine-König u.kleine-koenig at pengutronix.de
Tue Nov 7 12:28:19 PST 2023


Hello,

after a fix for a resource leak this series converts all platform
drivers below drivers/hwtracing to .remove_new(). See commit
5c5a7680e67b ("platform: Provide a remove callback that returns no
value") for an extended explanation and the eventual goal.

Best regards
Uwe

Uwe Kleine-König (8):
  coresight: ultrasoc-smb: Fix resource leak in .remove()
  coresight: dummy: Convert to platform remove callback returning void
  coresight: etm4x: Convert to platform remove callback returning void
  coresight: funnel: Convert to platform remove callback returning void
  coresight: replicator: Convert to platform remove callback returning
    void
  coresight: trbe: Convert to platform remove callback returning void
  intel_th: Convert to platform remove callback returning void
  coresight: ultrasoc-smb: Convert to platform remove callback returning
    void

 drivers/hwtracing/coresight/coresight-dummy.c      |  5 ++---
 drivers/hwtracing/coresight/coresight-etm4x-core.c |  6 ++----
 drivers/hwtracing/coresight/coresight-funnel.c     |  5 ++---
 drivers/hwtracing/coresight/coresight-replicator.c |  5 ++---
 drivers/hwtracing/coresight/coresight-trbe.c       |  5 ++---
 drivers/hwtracing/coresight/ultrasoc-smb.c         | 11 +++--------
 drivers/hwtracing/intel_th/acpi.c                  |  6 ++----
 7 files changed, 15 insertions(+), 28 deletions(-)

base-commit: 5cd631a52568a18b12fd2563418985c8cb63e4b0
-- 
2.42.0




More information about the linux-arm-kernel mailing list