Re: [PATCH v8 0/1] genirq/devres: Add dev_err_probe() in devm_request_threaded_irq() and devm_request_any_context_irq()

From: Pan Chuang
Date: Wed Jul 30 2025 - 02:12:01 EST


Hi, Markus
On Wed, Jul 30, 2025 at 2:35 AM, Markus Elfring wrote:
>
>> This patch implements a standardized error reporting approach[1]:
>
>
> Would it become helpful to move any information from the cover letter
> to the (single) patch?
> How do you think about to avoid the presentation of duplicate data?
Thank you for your suggestion.

To ensure commit message conciseness, we only describe:

The context and problem being addressed.

A brief summary of the solution.

Regarding duplicate error messages:

The failure probability is low, so temporary duplication is acceptable for now.

We will remove the random printks from the drivers, once the core change
has hit upstream.

Thanks,

PanChuang