Re: [PATCH v3] PCI: vmd: Fix spinlock usage on config access for RT kernel
From: Ryo Takakura
Date: Tue Feb 18 2025 - 09:09:08 EST
Hi Luis and Sebastian,
Thanks for checking in.
On Tue, 18 Feb 2025 09:09:34 +0100, Sebastian Andrzej Siewior wrote:
>On 2025-02-17 13:50:37 [-0300], Luis Claudio R. Goncalves wrote:
>> On Thu, Dec 19, 2024 at 10:45:49AM +0900, Ryo Takakura wrote:
>> > PCI config access is locked with pci_lock which is raw_spinlock.
>> > Convert cfg_lock to raw_spinlock so that the lock usage is consistent
>> > for RT kernel.
>>
>> Any movement here?
>
>Reposted as https://lore.kernel.org/all/20250218080830.ufw3IgyX@xxxxxxxxxxxxx
Thanks for the update!
Sincerely,
Ryo Takakura