All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] trank/rtdm: Add rt_dev_recvfrom() compat wrapper
@ 2019-08-18 14:26 Tormod Volden
  2019-08-18 14:32 ` Philippe Gerum
  2019-08-19 11:48 ` Jan Kiszka
  0 siblings, 2 replies; 3+ messages in thread
From: Tormod Volden @ 2019-08-18 14:26 UTC (permalink / raw)
  To: xenomai

From: Tormod Volden <debian.tormod@gmail.com>

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
---

I assume this one just fell through the cracks during a reorganization.

Should be safe for 3.0.x too.

Regards,
Tormod


 include/trank/rtdm/rtdm.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/trank/rtdm/rtdm.h b/include/trank/rtdm/rtdm.h
index 9a0c965..80d874a 100644
--- a/include/trank/rtdm/rtdm.h
+++ b/include/trank/rtdm/rtdm.h
@@ -35,6 +35,7 @@ extern "C" {
 
 #define rt_dev_open(__args...)		rt_dev_call(open, __args)
 #define rt_dev_ioctl(__args...)		rt_dev_call(ioctl, __args)
+#define rt_dev_recvfrom(__args...)	rt_dev_call(recvfrom, __args)
 
 static inline int rt_dev_socket(int domain, int type, int protocol)
 {
-- 
2.7.4



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

* Re: [PATCH] trank/rtdm: Add rt_dev_recvfrom() compat wrapper
  2019-08-18 14:26 [PATCH] trank/rtdm: Add rt_dev_recvfrom() compat wrapper Tormod Volden
@ 2019-08-18 14:32 ` Philippe Gerum
  2019-08-19 11:48 ` Jan Kiszka
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Gerum @ 2019-08-18 14:32 UTC (permalink / raw)
  To: Tormod Volden, xenomai

On 8/18/19 4:26 PM, Tormod Volden via Xenomai wrote:
> From: Tormod Volden <debian.tormod@gmail.com>
> 
> Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
> ---
> 
> I assume this one just fell through the cracks during a reorganization.
> 
> Should be safe for 3.0.x too.
> 
> Regards,
> Tormod
> 
> 
>  include/trank/rtdm/rtdm.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/trank/rtdm/rtdm.h b/include/trank/rtdm/rtdm.h
> index 9a0c965..80d874a 100644
> --- a/include/trank/rtdm/rtdm.h
> +++ b/include/trank/rtdm/rtdm.h
> @@ -35,6 +35,7 @@ extern "C" {
>  
>  #define rt_dev_open(__args...)		rt_dev_call(open, __args)
>  #define rt_dev_ioctl(__args...)		rt_dev_call(ioctl, __args)
> +#define rt_dev_recvfrom(__args...)	rt_dev_call(recvfrom, __args)
>  
>  static inline int rt_dev_socket(int domain, int type, int protocol)
>  {
> 

Ack.

-- 
Philippe.


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

* Re: [PATCH] trank/rtdm: Add rt_dev_recvfrom() compat wrapper
  2019-08-18 14:26 [PATCH] trank/rtdm: Add rt_dev_recvfrom() compat wrapper Tormod Volden
  2019-08-18 14:32 ` Philippe Gerum
@ 2019-08-19 11:48 ` Jan Kiszka
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Kiszka @ 2019-08-19 11:48 UTC (permalink / raw)
  To: Tormod Volden, xenomai

On 18.08.19 16:26, Tormod Volden via Xenomai wrote:
> From: Tormod Volden <debian.tormod@gmail.com>
> 
> Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
> ---
> 
> I assume this one just fell through the cracks during a reorganization.
> 
> Should be safe for 3.0.x too.
> 
> Regards,
> Tormod
> 
> 
>   include/trank/rtdm/rtdm.h | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/include/trank/rtdm/rtdm.h b/include/trank/rtdm/rtdm.h
> index 9a0c965..80d874a 100644
> --- a/include/trank/rtdm/rtdm.h
> +++ b/include/trank/rtdm/rtdm.h
> @@ -35,6 +35,7 @@ extern "C" {
>   
>   #define rt_dev_open(__args...)		rt_dev_call(open, __args)
>   #define rt_dev_ioctl(__args...)		rt_dev_call(ioctl, __args)
> +#define rt_dev_recvfrom(__args...)	rt_dev_call(recvfrom, __args)
>   
>   static inline int rt_dev_socket(int domain, int type, int protocol)
>   {
> 

Thanks, applied to next and stable.

Jan

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux


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

end of thread, other threads:[~2019-08-19 11:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-18 14:26 [PATCH] trank/rtdm: Add rt_dev_recvfrom() compat wrapper Tormod Volden
2019-08-18 14:32 ` Philippe Gerum
2019-08-19 11:48 ` Jan Kiszka

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.