Changelog for
knem-kmp-default-1.1.2_k4.10.13_1-1.96.i586.rpm :
* Wed Nov 11 2015 scorotAATTfree.fr- version 1.1.2
* Distribute the kernel driver under the GPLv2 license instead of dual BSD/GPL.
* Fix dmaengine build with Linux kernel 3.18 and RHEL 7.1. Thanks to Alaa Hleihel for reporting issues and testing patches.
* Fix driver build with early Linux 3.20 kernel snapshots.
* Fix dmaengine build with Linux kernel 3.13.
* Fix driver build when strict uid checking is enabled.
* Check DMA channel alignment contraints and work around overzealous restrictions on buggy IOAT RAID platforms.
* Fix a possible crash when trying to access an non-existing region (bug introduced by overzealous check in 1.0.0 release).
* Add KNEM_FLAG_NOTIFY_FD to queue asynchronous request completions in the file descriptor so that the application can poll/read there. See knem_io.h and knem-api.html for details. Thanks to Scott Atchley for his help.
* Regions are now only accessible to processes belonging to the same user, by default. The new KNEM_FLAG_ANY_USER_ACCESS flag should be passed when creating the region to revert to the old behavior where all processes may access a declared region.
* When reading context verbose stats from /dev/knem as non-root, list all contexts owned by the user.
* It is now impossible to read (or clear) statistics through a file descriptor attached to a context. + Reading would get NOTIFY_FD completions instead.
* Fix build with 3.9+ kernels where the dmaengine and idr interfaces have been cleaned up.
* Fix bugs in the driver mmap error path.- udev directory updated- spec file cleanup
* Mon Oct 08 2012 scorotAATTfree.fr- spec file reformating- version 1.0.0
* Fix build with 3.5+ kernels where kmap_atomic changed.
* Fix build with 3.7+ kernels where MAX_ID_MASK was renamed into MAX_IDR_MASK.
* Sat Feb 25 2012 scorotAATTfree.fr- version 0.9.8