Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
9223372036854775807
Description
Main changes needed to support Linux kernel 5.14 include:
- __set_page_dirty() is no longer exported
- idmapped mounts support, which adds 'struct user_namespace *' to all VFS operations (since kernel 5.12)
- '/* fallthrough */' hits implicit-fallthrough error with gcc version 11. Using the pseudo keyword 'fallthrough' to resolve the issue
- needs to import namespace CRYPTO_INTERNAL (since kernel 5.12)