]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftests: ntsync: correct CONFIG_NTSYNC name
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Tue, 9 Jun 2026 17:55:04 +0000 (10:55 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Jul 2026 12:51:16 +0000 (14:51 +0200)
The config fragment for these tests defines CONFIG_WINESYNC, which
refers to an earlier name for the ntsync driver before it was merged
[1]. Correct it to define CONFIG_NTSYNC instead.

[1] https://lore.kernel.org/all/f4cc1a38-1441-62f8-47e4-0c67f5ad1d43@codeweavers.com/

Fixes: 7f853a252cde ("selftests: ntsync: Add some tests for semaphore state.")
Cc: stable <stable@kernel.org>
Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Reviewed-by: Elizabeth Figura <zfigura@codeweavers.com>
Link: https://patch.msgid.link/20260609175505.19632-1-enelsonmoore@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/drivers/ntsync/config

index 60539c826d0624a594ebaca041c2ba9be5ec5016..0aa68de147af19c1e669df37774afcdb584657e0 100644 (file)
@@ -1 +1 @@
-CONFIG_WINESYNC=y
+CONFIG_NTSYNC=y