Re: [PATCH v2] ata: pata_macio: Use WARN instead of BUG
From: Damien Le Moal <dlemoal@kernel.org>
Date: 2024-08-21 05:36:45
Also in:
linux-ide, lkml
From: Damien Le Moal <dlemoal@kernel.org>
Date: 2024-08-21 05:36:45
Also in:
linux-ide, lkml
On 8/20/24 12:04 PM, Michael Ellerman wrote:
The overflow/underflow conditions in pata_macio_qc_prep() should never happen. But if they do there's no need to kill the system entirely, a WARN and failing the IO request should be sufficient and might allow the system to keep running. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Applied to for-6.11-fixes. Thanks ! -- Damien Le Moal Western Digital Research