From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: kernel boot stops with "zlib_deflate: version magic" , "zlib_inflate: version magic"
Date: Thu, 28 Jun 2012 17:03:11 +0100 [thread overview]
Message-ID: <20120628160310.GA25660@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <CACZ0kf9+=jXuqKSH1Rnnp2AvvoVUr7zmepOP_71_XQx8RU2BNw@mail.gmail.com>
On Wed, Jun 27, 2012 at 05:59:20PM +0530, K K wrote:
> <6>VFP support v0.3: implementor 41 architecture 1 part 10 variant 9 rev 1
> <5>RAMDISK: gzip image found at block 0
> VFS: Mounted root (ext2 filesystem) on device 1:0.
> <6>Freeing init memory: 104K
Good, so you've made it all the way through the kernel initialization.
Then your userspace is trying to load a module:
> --debug .@ <kernel/module.c> <load_module> <2186>
> <3>zlib_deflate: version magic '2.6.10 ARMv5 gcc-3.4' should be '2.6.32
> mod_unload ARMv5 '
> --debug .@ <kernel/module.c> <load_module> <2186>
> <3>zlib_inflate: version magic '2.6.10 ARMv5 gcc-3.4' should be '2.6.32
> mod_unload ARMv5 '*
where the module was:
1. built for a different version of the kernel
2. built with different module configuration options (your kernel supports
module unloading, the 2.6.10 was built without that support.)
next prev parent reply other threads:[~2012-06-28 16:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-27 12:29 kernel boot stops with "zlib_deflate: version magic" , "zlib_inflate: version magic" K K
2012-06-28 16:03 ` Russell King - ARM Linux [this message]
2012-07-02 12:01 ` K K
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=20120628160310.GA25660@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
/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).