Learn Tiny Core. View Tiny Core Screen Shots and Videos.
initcall_blacklist=algif_aead_init
Code: [Select]initcall_blacklist=algif_aead_init
[ 0.013375] Kernel command line: BOOT_IMAGE=/tce/boot/vmlinuz64 quiet syslog safe showapps vga=normal [...] initcall_blacklist=algif_aead_init initrd=/tce/boot/corepure64.gz[ 0.013678] initcall_blacklist requires CONFIG_KALLSYMS[ 0.013723] Unknown kernel command line parameters "syslog safe showapps BOOT_IMAGE=/tce/boot/vmlinuz64 vga=normal [...] initcall_blacklist=algif_aead_init", will be passed to user space.
$ grep CONFIG_KALL config-6.18.2-tinycore64 # CONFIG_KALLSYMS is not set
backporting the kernel patch for 6.18.22
CONFIG_CRYPTO_USER_API_AEAD=m
$ sudo modprobe algif_aeadmodprobe: can't load module algif_aead (kernel/crypto/algif_aead.ko.gz): Operation not permitted