From: Alex Williamson <alex.williamson@hp.com>
To: Corey Minyard <minyard@acm.org>
Cc: Holger Kiehl <Holger.Kiehl@dwd.de>,
Philipp Matthias Hahn <pmhahn@titan.lahn.de>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: IPMI hangup in 2.6.6-rc3
Date: Wed, 16 Jun 2004 14:54:36 -0600 [thread overview]
Message-ID: <1087419276.4274.97.camel@tdi> (raw)
In-Reply-To: <40D0B0D1.60804@acm.org>
On Wed, 2004-06-16 at 14:42, Corey Minyard wrote:
> I cannot figure out from the traceback what is wrong, and I haven't been
> able to reproduce this, even with ipmitool.
>
> What kernel version are you running? Can you verify that the attached
> patch is in your code?
>
This fixed it for me. I was running on stock 2.6.7, which does not
include the patch below. My test program now works. Thanks,
Alex
> --- linux-2.6.7-rc3-full/drivers/char/ipmi/ipmi_devintf.c.orig Wed Jun 9 12:08:23 2004
> +++ linux-2.6.7-rc3-full/drivers/char/ipmi/ipmi_devintf.c Wed Jun 9 12:07:09 2004
> @@ -199,7 +199,7 @@ static int handle_send_req(ipmi_user_t
> goto out;
> }
>
> - if (copy_from_user(&msgdata,
> + if (copy_from_user(msgdata,
> req->msg.data,
> req->msg.data_len))
> {
>
>
> If that doesn't help, can you upgrade to 2.6.7-rc3-mm2 and re-try this
> patch?
>
> If that doesn't help, Can you turn on frame pointers and try again?
> This will give a cleaner backtrace.
>
> -Corey
next prev parent reply other threads:[~2004-06-16 20:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Pine.LNX.4.58.R0405040649310.15047@praktifix.dwd.de>
2004-05-25 16:53 ` IPMI hangup in 2.6.6-rc3 Philipp Matthias Hahn
2004-06-04 20:59 ` Corey Minyard
2004-06-10 17:12 ` Alex Williamson
2004-06-16 12:32 ` Holger Kiehl
2004-06-16 14:19 ` Corey Minyard
2004-06-16 14:21 ` Corey Minyard
2004-06-16 14:44 ` Alex Williamson
2004-06-16 18:30 ` Holger Kiehl
2004-06-16 18:56 ` Holger Kiehl
2004-06-16 20:42 ` Corey Minyard
2004-06-16 20:54 ` Alex Williamson [this message]
2004-06-17 7:03 ` Holger Kiehl
2004-05-04 7:05 Holger Kiehl
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=1087419276.4274.97.camel@tdi \
--to=alex.williamson@hp.com \
--cc=Holger.Kiehl@dwd.de \
--cc=linux-kernel@vger.kernel.org \
--cc=minyard@acm.org \
--cc=pmhahn@titan.lahn.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.