Am Mittwoch, 28. Dezember 2016, 18:28:26 CET schrieb Herbert Xu: Hi Herbert, > On Wed, Dec 28, 2016 at 11:00:51AM +0100, Stephan Müller wrote: > > When I configure AES-NI as module, it works. When compiling it statically, > > the allocation returns an -ENOENT. > > > > Now, when I diff both config files after a simple toggle from AES-NI=y to > > =m I see (linux-4.10.config contains the static config, .config contains > > the module > > configuration): > Thanks Stephan! Does this patch help? This patch does not help. But I now found the issue: we need some Kconfig wizardry to mandate pcbc to be compiled statically when AES-NI is static. Currently I had pcbc always as a module even when selecting AES-NI as static compilation. Ciao Stephan -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html