kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* How to disable "module verification failed: signature and/or required key missing - tainting kernel" message?
@ 2015-11-02  5:57 Nan Xiao
  2015-11-02  6:13 ` Anupam Kapoor
  2015-11-02  7:16 ` Valdis.Kletnieks at vt.edu
  0 siblings, 2 replies; 7+ messages in thread
From: Nan Xiao @ 2015-11-02  5:57 UTC (permalink / raw)
  To: kernelnewbies

Hi all,

When the vendor Linux system enable "kernel module signature
verification" mechanism,
if install your own built module, the kernel will complain:

    module verification failed: signature and/or required key missing
- tainting kernel

After referring this post on
SO(http://stackoverflow.com/questions/24975377/kvm-module-verification-failed-signature-and-or-required-key-missing-taintin),
I add "CONFIG_MODULE_SIG=n" at the beginning of Makefile, and rebuild
the module.

But I find this configuration option doesn't take effect, and "module
verification failed: signature
and/or required key missing - tainting kernel" message still occurs
when first loading the module.
Per my understanding, this message shouldn't occur anytime.

Could anyone give some clues on this issue? Thanks in advance!

Best Regards
Nan Xiao

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-11-02  9:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-02  5:57 How to disable "module verification failed: signature and/or required key missing - tainting kernel" message? Nan Xiao
2015-11-02  6:13 ` Anupam Kapoor
2015-11-02  7:16 ` Valdis.Kletnieks at vt.edu
2015-11-02  7:29   ` Nan Xiao
2015-11-02  8:43     ` Anupam Kapoor
2015-11-02  9:06       ` Nan Xiao
2015-11-02  9:29         ` Anupam Kapoor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).