From: David Howells <dhowells@redhat.com>
To: CAI Qian <caiqian@redhat.com>
Cc: dhowells@redhat.com, rusty@rustcorp.com.au,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: NULL pointer at kset_find_obj
Date: Wed, 03 Apr 2013 10:41:41 +0100 [thread overview]
Message-ID: <9518.1364982101@warthog.procyon.org.uk> (raw)
In-Reply-To: <28255253.1085258.1364957623947.JavaMail.root@redhat.com>
CAI Qian <caiqian@redhat.com> wrote:
> > Can you check back earlier in the dmesg to see whether the kernel tried to
> > load the key? -11 is presumably -EAGAIN - in which case no such key was
> > found
> > (rather than there being a cached lookup failure which is what -ENOKEY would
> > indicate). It is possible that you encountered the key-not-yet-valid problem
> > due to your h/w clock showing a value prior to the start date on the key.
> Hmm, unsure about how to check it, but here is the full log prior the panic,
> http://people.redhat.com/qcai/stable/log.key
This bit here:
[ 2.693861] Loading module verification certificates
[ 2.698920] X.509: Cert 8b7774b08bc4ee9637073434c10f0823f6fbe523 is not yet valid
[ 2.706444] MODSIGN: Problem loading in-kernel X.509 certificate (-129)
After those lines, you have indeed managed to load some modules:
[ 35.218540] Modules linked in: kvm(F+) microcode(F+) i2c_nforce2(F) edac_core(F) k8temp(F) shpchp(F) serio_raw(F) pcspkr(F) xfs(F) libcrc32c(F) sd_mod(F) crc_t10dif(F) sr_mod(F) cdrom(F) mptsas(F) radeon(F) i2c_algo_bit(F) scsi_transport_sas(F) drm_kms_helper(F) mptscsih(F) ttm(F) drm(F) mptbase(F) i2c_core(F) usb_storage(F) dm_mirror(F) dm_region_hash(F) dm_log(F) dm_mod(F)
Each of which appears to have incurred the:
[ 34.917174] Request for unknown module key 'Magrathea: Glacier signing key: 8b7774b08bc4ee9637073434c10f0823f6fbe523' err -11
error.
So that seems to be what I thought it was, but it doesn't seem to have been a
problem for most modules.
David
next prev parent reply other threads:[~2013-04-03 9:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1539073339.442884.1364883991962.JavaMail.root@redhat.com>
2013-04-02 6:28 ` CAI Qian
2013-04-02 17:38 ` David Howells
2013-04-03 2:53 ` CAI Qian
2013-04-03 6:10 ` Rusty Russell
2013-04-03 9:41 ` David Howells [this message]
2013-04-03 10:18 ` David Howells
2013-04-04 0:47 ` Rusty Russell
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=9518.1364982101@warthog.procyon.org.uk \
--to=dhowells@redhat.com \
--cc=caiqian@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
/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
Powered by JetHome