All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dovetail: Add missing uapi header include
@ 2020-04-14 17:30 Jan Kiszka
  2020-04-15  8:39 ` Philippe Gerum
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Kiszka @ 2020-04-14 17:30 UTC (permalink / raw)
  To: Philippe Gerum; +Cc: Xenomai

From: Jan Kiszka <jan.kiszka@siemens.com>

Needed for __OOB_SYSCALL_BIT at least.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

This targets current dovetail/master.

BTW, evl/master seems to lag behind dovetail/master ATM.

 kernel/dovetail.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/dovetail.c b/kernel/dovetail.c
index 14922e6a26c7..153b9ba6e8ea 100644
--- a/kernel/dovetail.c
+++ b/kernel/dovetail.c
@@ -9,6 +9,7 @@
 #include <linux/dovetail.h>
 #include <asm/unistd.h>
 #include <asm/syscall.h>
+#include <uapi/asm-generic/dovetail.h>
 
 static bool dovetail_enabled;
 
-- 
2.16.4


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

* Re: [PATCH] dovetail: Add missing uapi header include
  2020-04-14 17:30 [PATCH] dovetail: Add missing uapi header include Jan Kiszka
@ 2020-04-15  8:39 ` Philippe Gerum
  2020-04-15  8:43   ` Philippe Gerum
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Gerum @ 2020-04-15  8:39 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Xenomai

On 4/14/20 7:30 PM, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
> 
> Needed for __OOB_SYSCALL_BIT at least.
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
> 
> This targets current dovetail/master.
> 
> BTW, evl/master seems to lag behind dovetail/master ATM.
> 

Thanks, but I already pushed the equivalent fix a couple of days ago.
Both evl/master and dovetail/master are in sync with respect to the
dovetail-related bits. I made sure of this as a result of rebasing them
over 5.7-rc1.

Author: Philippe Gerum <rpm@xenomai.org>
Date:   Mon Apr 13 19:44:24 2020 +0200

    dovetail: include header for __OOB_SYSCALL_BIT

    Signed-off-by: Philippe Gerum

-- 
Philippe.


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

* Re: [PATCH] dovetail: Add missing uapi header include
  2020-04-15  8:39 ` Philippe Gerum
@ 2020-04-15  8:43   ` Philippe Gerum
  0 siblings, 0 replies; 3+ messages in thread
From: Philippe Gerum @ 2020-04-15  8:43 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Xenomai

On 4/15/20 10:39 AM, Philippe Gerum via Xenomai wrote:
> On 4/14/20 7:30 PM, Jan Kiszka wrote:
>> From: Jan Kiszka <jan.kiszka@siemens.com>
>>
>> Needed for __OOB_SYSCALL_BIT at least.
>>
>> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
>> ---
>>
>> This targets current dovetail/master.
>>
>> BTW, evl/master seems to lag behind dovetail/master ATM.
>>
> 
> Thanks, but I already pushed the equivalent fix a couple of days ago.
> Both evl/master and dovetail/master are in sync with respect to the
> dovetail-related bits. I made sure of this as a result of rebasing them
> over 5.7-rc1.
> 
> Author: Philippe Gerum <rpm@xenomai.org>
> Date:   Mon Apr 13 19:44:24 2020 +0200
> 
>     dovetail: include header for __OOB_SYSCALL_BIT
> 
>     Signed-off-by: Philippe Gerum
> 

Btw, in case that helps tracking this work, I documented the development
& release processes I'm sticking to: https://evlproject.org/devprocess/

-- 
Philippe.


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

end of thread, other threads:[~2020-04-15  8:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 17:30 [PATCH] dovetail: Add missing uapi header include Jan Kiszka
2020-04-15  8:39 ` Philippe Gerum
2020-04-15  8:43   ` Philippe Gerum

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.