[PATCH 0/3] perf: Remove redundant error messages on IRQ request failure

Will Deacon will at kernel.org
Thu Aug 6 10:11:42 PDT 2026


On Fri, 17 Jul 2026 18:31:16 +0800, Pan Chuang wrote:
> 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.
> 
> [...]

Applied to arm64 (for-next/perf), thanks!

[1/3] perf: Remove redundant dev_err()/dev_err_probe()
      https://git.kernel.org/arm64/c/a2d0c34f6dc0
[2/3] perf: arm_cspmu: Remove redundant dev_err()
      https://git.kernel.org/arm64/c/3bee2a4d210b
[3/3] drivers/perf: hisi: Remove redundant dev_err()/dev_err_probe()
      https://git.kernel.org/arm64/c/5f254ed7149e

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev



More information about the linux-arm-kernel mailing list