google / gasket-driver

GNU General Public License v2.0
47 stars 29 forks source link

Fix for Issue #14 and #15: Resolving DMA_BUF Import Error and Kernel Compatibility #16

Closed robertzaage closed 11 months ago

robertzaage commented 11 months ago

Fixes #14 and #15 by replacing the version-based check for DMA_BUF necessity. Solves incompatibility with backports in 5.1x.x (RedHat/Debian) kernels.

Tested on RHEL 9 and Fedora 38 on recent kernel versions.

cyqsimon commented 11 months ago

@mbrooksx Can you please merge this? Without it lots of systems are failing to compile. Thanks.