Skip to content

Commit f5b335d

Browse files
committed
misc: ntsync: mark driver as "broken" to prevent from building
The ntsync code is only partially enabled in the kernel at this point in time, creating the device node and that's about it. Don't confuse systems that expect to see a working ntsync interface by teasing it with this basic structure at this point in time, so mark the code as "broken" so that it is not built and enabled just yet. Once the rest of the code is accepted, this will be reverted so that the driver can be correctly built and used, but for now, this is the safest way forward. Reviewed-by: Elizabeth Figura <[email protected]> Link: https://lore.kernel.org/r/2024051450-abrasion-swizzle-550b@gregkh Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 9799873 commit f5b335d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/misc/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ config OPEN_DICE
507507

508508
config NTSYNC
509509
tristate "NT synchronization primitive emulation"
510+
depends on BROKEN
510511
help
511512
This module provides kernel support for emulation of Windows NT
512513
synchronization primitives. It is not a hardware driver.

0 commit comments

Comments
 (0)