|
|
|
|
|
by mjmas
47 days ago
|
|
Though this won't work for some kernels: If algif_aead was a builtin module, it needs to be disabled by adding
initcall_blacklist=algif_aead_init
to the boot cmdline. However initcall_blacklist requires the kernel to be built with CONFIG_KALLSYMS. |
|