kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Reg : signature and/or required key missing
@ 2020-05-04 12:44 Majji SankaraRao
  2020-05-04 13:01 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Majji SankaraRao @ 2020-05-04 12:44 UTC (permalink / raw)
  To: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 314 bytes --]

Hi,

I got the following kernel message after inserting my sample char dev
module into kernel version - 5.3.0-51-generic

*[17866.747927] mychardev: module verification failed: signature and/or
required key missing - tainting kernel*

Please guide me how to solve this issue.

Thanks in advance,
Sankara Rao Majji

[-- Attachment #1.2: Type: text/html, Size: 452 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

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

* Re: Reg : signature and/or required key missing
  2020-05-04 12:44 Reg : signature and/or required key missing Majji SankaraRao
@ 2020-05-04 13:01 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2020-05-04 13:01 UTC (permalink / raw)
  To: Majji SankaraRao; +Cc: kernelnewbies

On Mon, May 04, 2020 at 06:14:59PM +0530, Majji SankaraRao wrote:
> Hi,
> 
> I got the following kernel message after inserting my sample char dev
> module into kernel version - 5.3.0-51-generic
> 
> *[17866.747927] mychardev: module verification failed: signature and/or
> required key missing - tainting kernel*
> 
> Please guide me how to solve this issue.

You have module signing enabled and do not have the key for that kernel
to allow it to load a module without "tainting" the kernel.  It should
work just fine, but to have that go away, build your own kernel without
that option, or with your own set of build keys.

hope this helps,

greg k-h


_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

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

end of thread, other threads:[~2020-05-04 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-04 12:44 Reg : signature and/or required key missing Majji SankaraRao
2020-05-04 13:01 ` Greg KH

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).