Re: [PATCH] pci/aer_inject: switching inject_lock to raw_spinlock_t
From: Guangbo Cui
Date: Tue Oct 07 2025 - 23:44:33 EST
On Tue, Oct 07, 2025 at 06:12:29PM +0200, Sebastian Andrzej Siewior wrote:
> On 2025-10-08 00:10:45 [+0800], guangbo cui wrote:
> > As mentioned above, the list is usually short in typical use cases,
> > since error injection is mainly used for debugging or development
> > purposes. Perhaps we can also get some advice from the PCI folks.
>
> Is this something that is used in "production" or more debugging/
> development?
It's mainly for debugging/development. Debugging AER code is difficult
cause it's hard to trigger real hardware errors.
Best regards,
Guangbo