lkml.org 
[lkml]   [2004]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: IPMI hangup in 2.6.6-rc3
From
Date
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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:03    [W:0.077 / U:0.920 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site