All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] futex: add missing rtmutex.h include
@ 2022-04-07 11:46 Christian König
  2022-04-07 13:06 ` Sharma, Shashank
  0 siblings, 1 reply; 2+ messages in thread
From: Christian König @ 2022-04-07 11:46 UTC (permalink / raw)
  To: peterz, daniel.vetter, dri-devel; +Cc: Christian König

Since this isn't included here any more since the removal of ww_mutex.h
from seqlock.h which causes a build break.

Signed-off-by: Christian König <christian.koenig@amd.com>
Fixes: 63e8768b2ad9 ("seqlock: drop seqcount_ww_mutex_t")
---
 kernel/futex/futex.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/futex/futex.h b/kernel/futex/futex.h
index c264cbeab71c..b5379c0e6d6d 100644
--- a/kernel/futex/futex.h
+++ b/kernel/futex/futex.h
@@ -3,6 +3,7 @@
 #define _FUTEX_H
 
 #include <linux/futex.h>
+#include <linux/rtmutex.h>
 #include <linux/sched/wake_q.h>
 
 #ifdef CONFIG_PREEMPT_RT
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] futex: add missing rtmutex.h include
  2022-04-07 11:46 [PATCH] futex: add missing rtmutex.h include Christian König
@ 2022-04-07 13:06 ` Sharma, Shashank
  0 siblings, 0 replies; 2+ messages in thread
From: Sharma, Shashank @ 2022-04-07 13:06 UTC (permalink / raw)
  To: Christian König, peterz, daniel.vetter, dri-devel; +Cc: Koenig, Christian

Acked-by: Shashank Sharma <shashank.sharma@amd.com>

Regards
Shashank
-----Original Message-----
From: dri-devel <dri-devel-bounces@lists.freedesktop.org> On Behalf Of Christian König
Sent: Thursday, April 7, 2022 1:46 PM
To: peterz@infradead.org; daniel.vetter@ffwll.ch; dri-devel@lists.freedesktop.org
Cc: Koenig, Christian <Christian.Koenig@amd.com>
Subject: [PATCH] futex: add missing rtmutex.h include

Since this isn't included here any more since the removal of ww_mutex.h from seqlock.h which causes a build break.

Signed-off-by: Christian König <christian.koenig@amd.com>
Fixes: 63e8768b2ad9 ("seqlock: drop seqcount_ww_mutex_t")
---
 kernel/futex/futex.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/futex/futex.h b/kernel/futex/futex.h index c264cbeab71c..b5379c0e6d6d 100644
--- a/kernel/futex/futex.h
+++ b/kernel/futex/futex.h
@@ -3,6 +3,7 @@
 #define _FUTEX_H
 
 #include <linux/futex.h>
+#include <linux/rtmutex.h>
 #include <linux/sched/wake_q.h>
 
 #ifdef CONFIG_PREEMPT_RT
--
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-07 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07 11:46 [PATCH] futex: add missing rtmutex.h include Christian König
2022-04-07 13:06 ` Sharma, Shashank

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.