summarylogtreecommitdiffstats
path: root/01-addMutex.patch
diff options
context:
space:
mode:
authorThéo Le Calvar2024-03-11 22:19:34 +0100
committerThéo Le Calvar2024-03-11 22:19:34 +0100
commit7857290820580fd192afa5d8100bd5d40e58f31a (patch)
treed7bf631967f67b562d2de1e33a55bca5551fd687 /01-addMutex.patch
parent3e4b6d67831ffb4a98f4835e94b6263f98bc8e8c (diff)
downloadaur-7857290820580fd192afa5d8100bd5d40e58f31a.tar.gz
bump to version 12.8.1 and add patches for kernel 6.8.0
Diffstat (limited to '01-addMutex.patch')
-rw-r--r--01-addMutex.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/01-addMutex.patch b/01-addMutex.patch
new file mode 100644
index 000000000000..4152fa67b4bd
--- /dev/null
+++ b/01-addMutex.patch
@@ -0,0 +1,10 @@
+--- a/blackmagic-io-12.8.1a1/bm_locks.c 2024-02-09 02:02:38.000000000 +0100
++++ b/blackmagic-io-12.8.1a1/bm_locks.c 2024-03-11 22:08:00.559132781 +0100
+@@ -25,6 +25,7 @@
+ ** -LICENSE-END-
+ */
+ #include <linux/list.h>
++#include <linux/mutex.h>
+ #include <linux/sched.h>
+ #include <linux/spinlock.h>
+ #include "bm_version.h"