You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove UFFDIO_WRITEPROTECT from linux4_11/4_14 modules
This ioctl was only added in linux 5.7 [1], so remove the bindings for
the ioctl number from the 4_11 and 4_14 features. The actual
writeprotect functionality was already gated behind the linux5_7
feature.
[1]: https://man7.org/linux/man-pages/man2/UFFDIO_WRITEPROTECT.2const.html
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
0 commit comments