On Thu, Jun 26, 2025 at 12:20:48PM +0000, Jozef Matejcik (Nokia) wrote: > The driver keeps internal global array of initialized devices and their > count. [...] > I know this can be fixed in the driver by proper locking Right. > However, I think this can happen in any machine with 2 identical > PCI devices, because as far as I know, existing PCI drivers usually > do not assume that probe function can be called from multiple threads. That can happen all the time and it would be a bug in the driver if it caused issues. Thanks, Lukas