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