From: Jens Axboe <axboe@suse.de>
To: Roy Sigurd Karlsbakk <roy@karlsbakk.net>
Cc: Kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: panic at boot with 2.5.25 with Jens's IDE patch
Date: Tue, 9 Jul 2002 15:36:38 +0200 [thread overview]
Message-ID: <20020709133638.GE1940@suse.de> (raw)
In-Reply-To: <200207091526.14703.roy@karlsbakk.net>
On Tue, Jul 09 2002, Roy Sigurd Karlsbakk wrote:
> hi all
>
> running (or trying to boot) 2.5.25, I get this little, cute panic :-)
Probably passing unitialized stuff to driversfs, please try and memset
gd in drivers/ide24/ide-probe.c:init_gendisk()
gd = kmalloc (sizeof(struct gendisk), GFP_KERNEL);
if (!gd)
goto err_kmalloc_gd;
+ memset(gd, 0, sizeof(*gd));
pseudo patch. Does that work?
--
Jens Axboe
prev parent reply other threads:[~2002-07-09 13:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-09 13:26 panic at boot with 2.5.25 with Jens's IDE patch Roy Sigurd Karlsbakk
2002-07-09 13:36 ` Jens Axboe [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=20020709133638.GE1940@suse.de \
--to=axboe@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=roy@karlsbakk.net \
/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