Re: [openib-general] [Patch ofed1.2 0/3]libehca: cleanup and adjust mmap

2007-01-28 Thread Hoang-Nam Nguyen
This 3 patches changes the libehca coding style to kernel coding and kernel tracing style.The userspace mmap code needs to be adjusted to the changed userspace mapping introduced in kernel patch [PATCH/RFC 2.6.21 0/5] ehca: remove use of do_mmap() from kernel space. Note that ofed 1.2 has

Re: [openib-general] [Patch ofed1.2 0/3]libehca: cleanup and adjust mmap

2007-01-27 Thread Michael S. Tsirkin
Quoting Stefan Roscher [EMAIL PROTECTED]: Subject: [Patch ofed1.2 0/3]libehca: cleanup and adjust mmap Hi, This 3 patches changes the libehca coding style to kernel coding and kernel tracing style.The userspace mmap code needs to be adjusted to the changed userspace mapping introduced in

[openib-general] [Patch ofed1.2 0/3]libehca: cleanup and adjust mmap

2007-01-26 Thread Stefan Roscher
Hi, This 3 patches changes the libehca coding style to kernel coding and kernel tracing style.The userspace mmap code needs to be adjusted to the changed userspace mapping introduced in kernel patch [PATCH/RFC 2.6.21 0/5] ehca: remove use of do_mmap() from kernel space. Stefan