aboutsummaryrefslogtreecommitdiff
path: root/SOURCES/winesync.patch
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2024-01-28 19:27:26 +0100
committerJan200101 <sentrycraft123@gmail.com>2024-01-28 19:27:26 +0100
commit9446f45f8a204ebce12263d882275f923ed7c6ed (patch)
tree87b6791c9f9d8b20ab6ac18c37ef6fbaa6585329 /SOURCES/winesync.patch
parent39c562cfc5782e1ff081f1a08edeb9bb4948864e (diff)
downloadkernel-fsync-9446f45f8a204ebce12263d882275f923ed7c6ed.tar.gz
kernel-fsync-9446f45f8a204ebce12263d882275f923ed7c6ed.zip
kernel 6.6.13
Diffstat (limited to 'SOURCES/winesync.patch')
-rw-r--r--SOURCES/winesync.patch39
1 files changed, 36 insertions, 3 deletions
diff --git a/SOURCES/winesync.patch b/SOURCES/winesync.patch
index 3c72546..5b2eaf3 100644
--- a/SOURCES/winesync.patch
+++ b/SOURCES/winesync.patch
@@ -15,7 +15,7 @@ diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 94e9fb4cdd76..4f9e3d80a6e8 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
-@@ -562,6 +562,17 @@ config VCPU_STALL_DETECTOR
+@@ -561,6 +561,17 @@
This driver can also be built as a module. If so, the module
will be called tps6594-pfsm.
@@ -37,7 +37,7 @@ diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index 2be8542616dd..d061fe45407b 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
-@@ -59,6 +59,7 @@ obj-$(CONFIG_HABANA_AI) += habanalabs/
+@@ -59,6 +59,7 @@
obj-$(CONFIG_UACCE) += uacce/
obj-$(CONFIG_XILINX_SDFEC) += xilinx_sdfec.o
obj-$(CONFIG_HISI_HIKEY_USB) += hisi_hikey_usb.o
@@ -2178,7 +2178,7 @@ diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index c852eb40c4f7..a366016d6254 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
-@@ -18,6 +18,7 @@
+@@ -14,6 +14,7 @@ TARGETS += drivers/dma-buf
TARGETS += drivers/s390x/uvdevice
TARGETS += drivers/net/bonding
TARGETS += drivers/net/team
@@ -2186,6 +2186,7 @@ index c852eb40c4f7..a366016d6254 100644
TARGETS += efivarfs
TARGETS += exec
TARGETS += fchmodat2
+diff --git a/tools/testing/selftests/drivers/winesync/Makefile b/tools/testing/selftests/drivers/winesync/Makefile
new file mode 100644
index 000000000000..43b39fdeea10
--- /dev/null
@@ -3272,6 +3273,38 @@ index 04855df00894..ad6d0f9a2a35 100644
--
2.36.0
+From 30ea479d690ddcc7eed1b580843f54ab7910d6bd Mon Sep 17 00:00:00 2001
+From: Zebediah Figura <zfigura@codeweavers.com>
+Date: Fri, 5 Mar 2021 12:22:55 -0600
+Subject: [PATCH 20/34] maintainers: Add an entry for winesync.
+
+---
+ MAINTAINERS | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+diff --git a/MAINTAINERS b/MAINTAINERS
+index 72b9654f764c..ff31beb17835 100644
+--- a/MAINTAINERS
++++ b/MAINTAINERS
+@@ -22976,6 +22976,15 @@
+ S: Maintained
+ F: drivers/media/rc/winbond-cir.c
+
++WINESYNC SYNCHRONIZATION PRIMITIVE DRIVER
++M: Zebediah Figura <zfigura@codeweavers.com>
++L: wine-devel@winehq.org
++S: Supported
++F: Documentation/userspace-api/winesync.rst
++F: drivers/misc/winesync.c
++F: include/uapi/linux/winesync.h
++F: tools/testing/selftests/drivers/winesync/
++
+ WINSYSTEMS EBC-C384 WATCHDOG DRIVER
+ L: linux-watchdog@vger.kernel.org
+ S: Orphan
+--
+2.37.3
+
From 4e6e34339182f13972e7b906c0bd0dde74eda3d7 Mon Sep 17 00:00:00 2001
From: Zebediah Figura <zfigura@codeweavers.com>
Date: Wed, 19 Jan 2022 18:21:03 -0600