Re: [Xenomai-core] [PATCH] RT-Socket-CAN: correct bug with filter registration

2008-10-29 Thread Jan Kiszka
Wolfgang Grandegger wrote: > Hi Jan and Sebastian, > > attached is the patch fixing the filter problem. I'm going to apply it > to the trunk as well if there are no complaints. > > Wolfgang. > > Index: ChangeLog > === > --- ChangeLo

Re: [Xenomai-core] rtdm_mmap_to_user() remapping problem on powerpc arch.

2008-10-29 Thread Gilles Chanteperdrix
Matteo Facchinetti @ Sirius Electronic Systems S.R.L. wrote: > Hi all, > > I'm using framework RTDM to develop my driver on embedded system mpc5200 > based. > (kernel 2.6.24.4 (powerpc arch) - xenomai 2.4.3). > > I've need to use rtdm_mmap_to_user() to share a kmalloc() kernel memory > in users

Re: [Xenomai-core] [PATCH] RT-Socket-CAN: correct bug with filter registration

2008-10-29 Thread Sebastian Smolorz
Wolfgang Grandegger wrote: > Hi Jan and Sebastian, > > attached is the patch fixing the filter problem. I'm going to apply it > to the trunk as well if there are no complaints. No complaints from my side. > > Wolfgang. > > Index: ChangeLog >

[Xenomai-core] [PATCH] RT-Socket-CAN: correct bug with filter registration

2008-10-29 Thread Wolfgang Grandegger
Hi Jan and Sebastian, attached is the patch fixing the filter problem. I'm going to apply it to the trunk as well if there are no complaints. Wolfgang. Index: ChangeLog === --- ChangeLog (revision 4287) +++ ChangeLog (working co

[Xenomai-core] rtdm_mmap_to_user() remapping problem on powerpc arch.

2008-10-29 Thread Matteo Facchinetti @ Sirius Electronic Systems S.R.L.
Hi all, I'm using framework RTDM to develop my driver on embedded system mpc5200 based. (kernel 2.6.24.4 (powerpc arch) - xenomai 2.4.3). I've need to use rtdm_mmap_to_user() to share a kmalloc() kernel memory in userspace. For this, I'm using the example in http://www.captain.at/xenomai-real