kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Majji SankaraRao <sankar.linux.development@gmail.com>
Cc: kernelnewbies@kernelnewbies.org
Subject: Re: Reg : signature and/or required key missing
Date: Mon, 4 May 2020 15:01:08 +0200	[thread overview]
Message-ID: <20200504130108.GA2078951@kroah.com> (raw)
In-Reply-To: <CAE6-iZ3pfQif5iz8Az1J7=BYWNJ4c6DmYgzB-q=3pKkNWppBNw@mail.gmail.com>

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

      reply	other threads:[~2020-05-04 13:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-04 12:44 Reg : signature and/or required key missing Majji SankaraRao
2020-05-04 13:01 ` Greg KH [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200504130108.GA2078951@kroah.com \
    --to=greg@kroah.com \
    --cc=kernelnewbies@kernelnewbies.org \
    --cc=sankar.linux.development@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).