Re: (subset) [PATCH v3 0/2] some fixes in pata_parport
From: Niklas Cassel
Date: Tue Sep 22 2026 - 11:08:42 EST
On Tue, 22 Sep 2026 11:37:59 +0800, Pei Xiao wrote:
> Patch 1 pins the protocol module before the device becomes visible.
> Previously try_module_get() ran after device_register(), so a forced
> module unload in between left pi->proto dangling from the moment the
> device appeared on the bus.
>
> Patch 2:fix parport attach idr_alloc for port numbers > 0
>
> [...]
Applied to libata/linux.git (for-7.4), thanks!
[2/2] ata: pata_parport: fix parport attach idr_alloc for
https://git.kernel.org/libata/linux/c/193f5b84
Kind regards,
Niklas