Tue, 09 Oct 2018 09:22:53 +0200devices/rtdmnet.c : fixed indentation and error handling. stable-1.5 tip
Edouard Tisserant <edouard.tisserant@gmail.com> [Tue, 09 Oct 2018 09:22:53 +0200] rev 2727
devices/rtdmnet.c : fixed indentation and error handling.

Mon, 08 Oct 2018 23:16:34 +0200devices/rtdmnet.c : abuse RTDM api to allow sendmsg and recvmsg to be called indirectly from userland cobalt process ioctl, while rtdm_socket is created from a kernel thread. stable-1.5
Edouard Tisserant <edouard.tisserant@gmail.com> [Mon, 08 Oct 2018 23:16:34 +0200] rev 2726
devices/rtdmnet.c : abuse RTDM api to allow sendmsg and recvmsg to be called indirectly from userland cobalt process ioctl, while rtdm_socket is created from a kernel thread.

Sun, 07 Oct 2018 17:05:42 +0200merged stable-1.5
Edouard Tisserant <edouard.tisserant@gmail.com> [Sun, 07 Oct 2018 17:05:42 +0200] rev 2725
merged

Fri, 05 Oct 2018 10:24:11 +0200Set --enable-sii-assign by default. stable-1.5
Florian Pose [Fri, 05 Oct 2018 10:24:11 +0200] rev 2724
Set --enable-sii-assign by default.

Wed, 14 Feb 2018 11:46:03 +0100Do not call watchdog function while frames are received. stable-1.5
Florian Pose <fp@igh.de> [Wed, 14 Feb 2018 11:46:03 +0100] rev 2723
Do not call watchdog function while frames are received.

Fri, 05 Oct 2018 23:47:07 +0200rtdmnet.c : Fixed rt/nrt invertion for both sendmsg and recvmsg... m( stable-1.5
Edouard Tisserant <edouard.tisserant@gmail.com> [Fri, 05 Oct 2018 23:47:07 +0200] rev 2722
rtdmnet.c : Fixed rt/nrt invertion for both sendmsg and recvmsg... m(

Fri, 05 Oct 2018 18:01:39 +0200RTDM : dropped wrong size check in mmap stable-1.5
Edouard Tisserant <edouard.tisserant@gmail.com> [Fri, 05 Oct 2018 18:01:39 +0200] rev 2721
RTDM : dropped wrong size check in mmap

Fri, 05 Oct 2018 17:45:44 +0200RTDM: More IOCTL requests to be handled in primary mode stable-1.5
Edouard Tisserant <edouard.tisserant@gmail.com> [Fri, 05 Oct 2018 17:45:44 +0200] rev 2720
RTDM: More IOCTL requests to be handled in primary mode

Fri, 05 Oct 2018 01:26:51 +0200Xenomai 2 to 3 migration says "RTDM drivers implementing differentiated ioctl() support for both domains should serve all real-time only requests from ioctl_rt(), returning -ENOSYS for any unrecognized request, which will cause the adaptive switch to take place automatically to the ioctl_nrt() handler. The ioctl_nrt() should then implement all requests which may be valid from the regular Linux domain exclusively." stable-1.5
Edouard Tisserant <edouard.tisserant@gmail.com> [Fri, 05 Oct 2018 01:26:51 +0200] rev 2719
Xenomai 2 to 3 migration says "RTDM drivers implementing differentiated ioctl() support for both domains should serve all real-time only requests from ioctl_rt(), returning -ENOSYS for any unrecognized request, which will cause the adaptive switch to take place automatically to the ioctl_nrt() handler. The ioctl_nrt() should then implement all requests which may be valid from the regular Linux domain exclusively."

Mon, 01 Oct 2018 22:05:31 +0200Cosmetic change : rtdm_in_rt_context instead of ipipe_root_p. stable-1.5
Edouard Tisserant <edouard.tisserant@gmail.com> [Mon, 01 Oct 2018 22:05:31 +0200] rev 2718
Cosmetic change : rtdm_in_rt_context instead of ipipe_root_p.