]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Drivers: hv: vmbus: Add comments about races with "channels" sysfs dir
authorMichael Kelley <mhklinux@outlook.com>
Wed, 14 May 2025 22:55:08 +0000 (15:55 -0700)
committerWei Liu <wei.liu@kernel.org>
Fri, 23 May 2025 16:32:45 +0000 (16:32 +0000)
commite89f91222ab3aef84af316567ebc815a10313f3a
tree55aa44b18b411a10c620850376ab05ac0e780d8a
parentf77276d1c9597ade06f3facbceb51bd1abf1bd5c
Drivers: hv: vmbus: Add comments about races with "channels" sysfs dir

The VMBus driver code has some inherent races in the creation of the
"channels" sysfs subdirectory and its per-channel numbered subdirectories.
These races have not generally been recognized or understood. Add some
comments to call them out. No code changes.

Signed-off-by: Michael Kelley <mhklinux@outlook.com>
Link: https://lore.kernel.org/r/20250514225508.52629-1-mhklinux@outlook.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Message-ID: <20250514225508.52629-1-mhklinux@outlook.com>
drivers/hv/vmbus_drv.c