]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commitf97752cfe511c1ed9933057455c73aaac07d6517
tree92d550ec0cd63bed95552e49c924d82fd7a32399
parent17221216ae8ce6a24e8a4e787382e3ebc81b88a8
selftests: ntsync: correct CONFIG_NTSYNC name

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