ikwzm/udmabuf

Build failure since kernel v6.3

florisch opened this issue · 1 comments

Build fails because vm_flags are now const and cannot be set directly. Code should be modified to use the new vm_flags_set function when kernel >= 6.3 it was introduced in torvalds/linux@bc292ab#diff-dc57f7b72015cf5f95444ec4f8a60f85d773f40b96ac59bf55b281cd63c06142

ikwzm commented

Thank you for your very important point.