Re: another oops, this time in 2.6.9-rc1-mm4

From: Greg KH
Date: Thu Sep 09 2004 - 12:20:14 EST


On Thu, Sep 09, 2004 at 11:34:22AM +0200, Borislav Petkov wrote:
> On Thursday 09 September 2004 08:38, Greg KH wrote:
> > On Thu, Sep 09, 2004 at 01:07:05AM -0400, Gene Heskett wrote:
> > > Greetings;
> > >
> > > I just had to reboot back to -mm2 after playing with some printer configs
> > > in cups, although the test pages worked, so I'm not sure what this all
> > > about, from var log/messages:
> > >
> > > Sep 8 23:13:42 coyote cups: cupsd -HUP succeeded
> > > Sep 8 23:13:43 coyote kernel: usb_unlink_urb() is deprecated for
> > > synchronous unlinks. Use usb_kill_urb() Sep 8 23:13:43 coyote kernel:
> > > Badness in usb_unlink_urb at drivers/usb/core/urb.c:456 Sep 8 23:13:44
> > > coyote kernel: [<c01048ce>] dump_stack+0x1e/0x20 Sep 8 23:13:44 coyote
> > > kernel: [<c0295f35>] usb_unlink_urb+0x85/0xa0 Sep 8 23:13:44 coyote
> > > kernel: [<c02a7447>] usblp_unlink_urbs+0x17/0x40 Sep 8 23:13:44 coyote
> > > kernel: [<c02a74a8>] usblp_release+0x38/0x60 Sep 8 23:13:44 coyote
> > > kernel: [<c01501ea>] __fput+0x12a/0x140
> > > Sep 8 23:13:44 coyote kernel: [<c014e8e7>] filp_close+0x57/0x80
> > > Sep 8 23:13:44 coyote kernel: [<c014e971>] sys_close+0x61/0x90
> > > Sep 8 23:13:44 coyote kernel: [<c010425d>] sysenter_past_esp+0x52/0x71
> > >
> > > repeat about 40-50 times before I rebooted cause it was very sluggish.
> >
> > It's not a oops, it's a message that the driver needs to be fixed up,
> > and can be ignored safely (but sending a patch to fix the driver would
> > be even nicer...)
> >
> > thanks,
> >
> > greg k-h
> > -
>
> Hi there Greg,
> please be gentle, this is my first time :)
> The situation looked trivial so I thought I should give it a try:

Hm, ok, next time try adding a "Signed-off-by:" line as documented in
Documentation/SubmittingPatches, and make the patch be able to be
applied with the '-p1' option to patch, as that same file details.

But as this was so simple, I took it the way it was, and have applied it
to my trees.

thanks,

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