We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e4283 commit 520f2f6Copy full SHA for 520f2f6
changelog/2462.added.md
@@ -0,0 +1 @@
1
+Add module flag option `MODULE_INIT_COMPRESSED_FILE`
src/kmod.rs
@@ -62,6 +62,8 @@ libc_bitflags!(
62
MODULE_INIT_IGNORE_MODVERSIONS;
63
/// Ignore kernel version magic.
64
MODULE_INIT_IGNORE_VERMAGIC;
65
+ /// Use in-kernel module decompression.
66
+ MODULE_INIT_COMPRESSED_FILE
67
}
68
);
69
0 commit comments