ikwzm / udmabuf

User space mappable dma buffer device driver for Linux.
BSD 2-Clause "Simplified" License
560 stars 168 forks source link

Update 5.1 #27

Closed agamez closed 5 years ago

agamez commented 5 years ago

Hi,

This patch series adds support for kernel > 5.1.0, where udmabuf_device_vma_fault return value has changed. Also, to ease understanding of the different code branches regarding kernel version, I've replaced the use of hardcoded hexadecimal numbers with the use of KERNEL_VERSION macro. I think it's more clear this way and I believe it's the recommended way of comparing kernel versions.

Thanks!

ikwzm commented 5 years ago

Thank you for your precious pull request.

The PR you sent was merged into the u-dma-buf-develop branch. tag is v2.1.1-rc1. Currently validating on arm/arm64.

Please wait for the official release.