All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] perf: Remove redundant error messages on IRQ request failure
@ 2026-07-17 10:31 Pan Chuang
  2026-07-17 10:31 ` [PATCH 1/3] perf: Remove redundant dev_err()/dev_err_probe() Pan Chuang
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Pan Chuang @ 2026-07-17 10:31 UTC (permalink / raw)
  To: Shuai Xue, Will Deacon, Mark Rutland, Frank Li, Xu Yang,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, Yushan Wang,
	Ji Sheng Teoh, Khuong Dinh, Besar Wicaksono, Ilkka Koskinen,
	Jonathan Cameron, Suzuki K Poulose, Chengwen Feng, Yury Norov,
	Ma Ke, Pan Chuang, moderated list:ARM PMU PROFILING AND DEBUGGING,
	open list:ARM PMU PROFILING AND DEBUGGING, open list,
	open list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	open list:ARM/QUALCOMM MAILING LIST

devm_request_threaded_irq() and devm_request_any_context_irq()
automatically log detailed error messages on failure via
the devm_request_result() helper, which prints device
name, IRQ number, handler functions, and error code.

Since devm_request_irq() is a static inline wrapper around
devm_request_threaded_irq(), it also benefits from this
automatic logging.

Remove the now-redundant dev_err() and dev_err_probe() calls
in perf drivers that follow these devm_request_*_irq()
functions, as the core now provides more detailed diagnostic
information on failure.

Pan Chuang (3):
  perf: Remove redundant dev_err()/dev_err_probe()
  perf: arm_cspmu: Remove redundant dev_err()
  drivers/perf: hisi: Remove redundant dev_err()/dev_err_probe()

 drivers/perf/alibaba_uncore_drw_pmu.c        | 5 +----
 drivers/perf/arm_cspmu/arm_cspmu.c           | 4 +---
 drivers/perf/fsl_imx8_ddr_perf.c             | 4 +---
 drivers/perf/fsl_imx9_ddr_perf.c             | 4 +---
 drivers/perf/fujitsu_uncore_pmu.c            | 2 +-
 drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c | 3 +--
 drivers/perf/hisilicon/hisi_uncore_pmu.c     | 5 +----
 drivers/perf/qcom_l2_pmu.c                   | 5 +----
 drivers/perf/qcom_l3_pmu.c                   | 5 +----
 drivers/perf/starfive_starlink_pmu.c         | 2 +-
 drivers/perf/xgene_pmu.c                     | 4 +---
 11 files changed, 11 insertions(+), 32 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-07-17 16:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-17 10:31 [PATCH 0/3] perf: Remove redundant error messages on IRQ request failure Pan Chuang
2026-07-17 10:31 ` [PATCH 1/3] perf: Remove redundant dev_err()/dev_err_probe() Pan Chuang
2026-07-17 10:43   ` sashiko-bot
2026-07-17 11:06   ` Xu Yang
2026-07-17 16:00   ` Frank Li
2026-07-17 10:31 ` [PATCH 2/3] perf: arm_cspmu: Remove redundant dev_err() Pan Chuang
2026-07-17 10:31 ` [PATCH 3/3] drivers/perf: hisi: Remove redundant dev_err()/dev_err_probe() Pan Chuang
2026-07-17 10:40   ` sashiko-bot

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.