dma_ip_drivers icon indicating copy to clipboard operation
dma_ip_drivers copied to clipboard

fix vm_flags modification for Linux v6.3

Open cyyself opened this issue 2 years ago • 2 comments

The vm_flags modifier functions have been introduced to prevent racing since Linux Kernel v6.3. However, the vm_flags have become const since this version. This PR changed the modified code to adopt the new function wrapper for the newer version of the kernel.

I have tested it after cherry-picking #179 , #142 (only xvsec) and #150 in my own branch. It was successfully compiled on Linux v6.3.

cyyself avatar Jun 07 '23 06:06 cyyself

Probably not required any more

alonbl avatar Nov 10 '23 14:11 alonbl

Probably not required any more

No. The master branch still cannot successfully compile on Linux Kernel Version >= 6.3.

cyyself avatar Nov 13 '23 12:11 cyyself