Re: Xenomai 3.1 missing munmap Posix wrapper

2020-04-06 Thread Paal Tamas via Xenomai
Hello Everybody, I just migrated from 2.6.2.1. to 3.1 and run into an issue in my user mode application. The Posix wrapper for the munmap() function is missing. I mean the cobalt.wrappers file does not have a --wrap munmap line and the library does not have the

Re: Xenomai 3.1 missing munmap Posix wrapper

2020-04-06 Thread Jan Kiszka via Xenomai
On 06.04.20 18:56, Paal Tamas wrote: Hello Everybody, I just migrated from 2.6.2.1. to 3.1 and run into an issue in my user mode application. The Posix wrapper for the munmap() function is missing. I mean the cobalt.wrappers file does not have a --wrap munmap line and the library does not hav

Re: Xenomai 3.1 missing munmap Posix wrapper

2020-04-06 Thread Paal Tamas via Xenomai
>> Hello Everybody, >> >> I just migrated from 2.6.2.1. to 3.1 and run into an issue in my user mode >> application. >> The Posix wrapper for the munmap() function is missing. I mean the >> cobalt.wrappers file does not have a --wrap munmap line and the library does >> not have the function eit

Re: Xenomai 3.1 missing munmap Posix wrapper

2020-04-06 Thread Jan Kiszka via Xenomai
On 06.04.20 18:15, Paal Tamas via Xenomai wrote: Hello Everybody, I just migrated from 2.6.2.1. to 3.1 and run into an issue in my user mode application. The Posix wrapper for the munmap() function is missing. I mean the cobalt.wrappers file does not have a --wrap munmap line and the library d

Xenomai 3.1 missing munmap Posix wrapper

2020-04-06 Thread Paal Tamas via Xenomai
Hello Everybody, I just migrated from 2.6.2.1. to 3.1 and run into an issue in my user mode application. The Posix wrapper for the munmap() function is missing. I mean the cobalt.wrappers file does not have a --wrap munmap line and the library does not have the function either. Why is that? Th

[PATCH] ipipe: Dump panic traces with KERN_EMERG

2020-04-06 Thread Jan Kiszka via Xenomai
From: Jan Kiszka This is in line with what ftrace does and ensures that setups with lowered log levels will not miss this important information. Signed-off-by: Jan Kiszka --- Corresponding patch for 4.4.y-cip will be queued as well. kernel/ipipe/tracer.c | 7 --- 1 file changed, 4 insert

Re: How to use the rtdm udd?

2020-04-06 Thread Jan Kiszka via Xenomai
On 06.04.20 13:47, Wolfgang Grandegger wrote: Hello Jan, Am 06.04.20 um 10:10 schrieb Jan Kiszka: On 06.04.20 10:02, Wolfgang Grandegger via Xenomai wrote: Hello, Am 06.04.20 um 09:58 schrieb Wolfgang Grandegger via Xenomai: Hello, Am 06.04.20 um 09:47 schrieb Jan Kiszka via Xenomai: On 06

Re: How to use the rtdm udd?

2020-04-06 Thread Wolfgang Grandegger via Xenomai
Hello Jan, Am 06.04.20 um 10:10 schrieb Jan Kiszka: > On 06.04.20 10:02, Wolfgang Grandegger via Xenomai wrote: >> Hello, >> >> Am 06.04.20 um 09:58 schrieb Wolfgang Grandegger via Xenomai: >>> Hello, >>> >>> Am 06.04.20 um 09:47 schrieb Jan Kiszka via Xenomai: On 06.04.20 09:31, 孙世龙 via Xeno

Re: Is anybody can show me a simple rtdm driver to read/write virtual memory device?

2020-04-06 Thread Jan Kiszka via Xenomai
[re-adding the mailing list] On 06.04.20 10:20, 孙世龙 wrote: Thanks a lot for your replay. My english is poor.I am sorry to confuse you. No problem! We are both not native speakers. I wrote in last letter  " a simple rtdm driver to read/write virtual memory device ". I mean a simple device d

Re: question about the calculation of overload bytes in function add_extent()

2020-04-06 Thread 孙世龙 via Xenomai
> > Thanks a lot for your replay. > I am sorry for the bad experience in reading my last letter. > I rewrite the letter below. > > The question i met is when i enabled --enable-pshared option in compiling > the xenomai-v3.1. > > In the source code https://gitlab.denx.de/Xenomai/xenomai/-/blob/v3.

Re: How to use the rtdm udd?

2020-04-06 Thread Jan Kiszka via Xenomai
On 06.04.20 10:02, Wolfgang Grandegger via Xenomai wrote: Hello, Am 06.04.20 um 09:58 schrieb Wolfgang Grandegger via Xenomai: Hello, Am 06.04.20 um 09:47 schrieb Jan Kiszka via Xenomai: On 06.04.20 09:31, 孙世龙 via Xenomai wrote: How to use the rtdm udd? Is there some examples to show how to

Re: How to use the rtdm udd?

2020-04-06 Thread Wolfgang Grandegger via Xenomai
Hello, Am 06.04.20 um 09:58 schrieb Wolfgang Grandegger via Xenomai: > Hello, > > Am 06.04.20 um 09:47 schrieb Jan Kiszka via Xenomai: >> On 06.04.20 09:31, 孙世龙 via Xenomai wrote: >>> How to use the rtdm udd? >>> Is there some examples to show how to use it?Is there some material on >>> how >>> t

Re: How to use the rtdm udd?

2020-04-06 Thread Wolfgang Grandegger via Xenomai
Hello, Am 06.04.20 um 09:47 schrieb Jan Kiszka via Xenomai: > On 06.04.20 09:31, 孙世龙 via Xenomai wrote: >> How to use the rtdm udd? >> Is there some examples to show how to use it?Is there some material on >> how >> to use it? >> Thanks.Looking forward to your replay. >> > > In fact, we lack an e

[PATCH] RTNet builtin kernel - Fix IP protocols

2020-04-06 Thread François Legal via Xenomai
From: François LEGAL The link order of IP protocols does not allow to do UDP/TCP over IP with RTNet builtin as protocol list gets zeroed by af_inet when initializing Signed-off-by: François LEGAL --- kernel/drivers/net/stack/ipv4/Makefile | 8 1 file changed, 4 insertions(+), 4 delet

Re: How to use the rtdm udd?

2020-04-06 Thread Jan Kiszka via Xenomai
On 06.04.20 09:31, 孙世龙 via Xenomai wrote: How to use the rtdm udd? Is there some examples to show how to use it?Is there some material on how to use it? Thanks.Looking forward to your replay. In fact, we lack an example driver. However, the usage is analoguous to the kernel's UIO framework, a

Re: Is anybody can show me a simple rtdm driver to read/write virtual memory device?

2020-04-06 Thread Jan Kiszka via Xenomai
On 06.04.20 09:22, 孙世龙 via Xenomai wrote: Is anybody could show me a simple xenomai3 rtdm driver to read/write virtual memory device? A virtual memory device to: write "hello world" to memory device in real real time(It's appricate if the write operation could wake up the read task which all

Re: question about the calculation of overload bytes in function add_extent()

2020-04-06 Thread Jan Kiszka via Xenomai
On 05.04.20 10:06, 孙世龙 via Xenomai wrote: Question about the calculation of overload memory in function add_extent() in heapmem.c line:607(the source is listed below) Please use a plaintext email client that allows to format your messages better. The cited code is heavily mangled and almost un

How to use the rtdm udd?

2020-04-06 Thread 孙世龙 via Xenomai
How to use the rtdm udd? Is there some examples to show how to use it?Is there some material on how to use it? Thanks.Looking forward to your replay.

Is anybody can show me a simple rtdm driver to read/write virtual memory device?

2020-04-06 Thread 孙世龙 via Xenomai
Is anybody could show me a simple xenomai3 rtdm driver to read/write virtual memory device? A virtual memory device to: write "hello world" to memory device in real real time(It's appricate if the write operation could wake up the read task which allready waited to read) read the memory device