From 06798bc9a521aefc02d80ddcc05a9761751233bb Mon Sep 17 00:00:00 2001 From: Hunter Peavey <25400030+krathalan@users.noreply.github.com> Date: Tue, 23 Jan 2024 20:55:08 +0000 Subject: [PATCH] Fix winesync patch application (#879) --- linux-tkg-patches/6.7/0007-v6.7-winesync.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-tkg-patches/6.7/0007-v6.7-winesync.patch b/linux-tkg-patches/6.7/0007-v6.7-winesync.patch index b6cad47..c0e08c6 100644 --- a/linux-tkg-patches/6.7/0007-v6.7-winesync.patch +++ b/linux-tkg-patches/6.7/0007-v6.7-winesync.patch @@ -2176,17 +2176,17 @@ Subject: [PATCH 13/34] selftests: winesync: Add some tests for semaphore create mode 100644 tools/testing/selftests/drivers/winesync/winesync.c diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile -index c852eb40c4f7..a366016d6254 100644 +index 8247a7c69..553c949dc 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile -@@ -14,6 +14,7 @@ TARGETS += drivers/dma-buf +@@ -18,6 +18,7 @@ TARGETS += drivers/dma-buf TARGETS += drivers/s390x/uvdevice TARGETS += drivers/net/bonding TARGETS += drivers/net/team +TARGETS += drivers/winesync + TARGETS += dt TARGETS += efivarfs TARGETS += exec - TARGETS += filesystems diff --git a/tools/testing/selftests/drivers/winesync/Makefile b/tools/testing/selftests/drivers/winesync/Makefile new file mode 100644 index 000000000000..43b39fdeea10