From: "Jim Crilly" <jim@why.dont.jablowme.net>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, jgarzik@pobox.com
Subject: Re: 2.6.16-rc2-mm1
Date: Fri, 10 Feb 2006 16:30:58 -0500 [thread overview]
Message-ID: <20060210213058.GE11297@voodoo> (raw)
In-Reply-To: <20060207220627.345107c3.akpm@osdl.org>
On 02/07/06 10:06:27PM -0800, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.16-rc2/2.6.16-rc2-mm1/
>
I got the following BUG with the tulip driver because there's a mdelay(1)
at the end of the tulip_media_select() function. Removing the mdelay(1)
is trivial so I've attached a patch, but I'm not sure if it's the
correct fix so I've CC'd Jeff Garzik.
BUG: warning at drivers/net/tulip/media.c:402/tulip_select_media()
<f0c8e288> tulip_select_media+0x7b8/0x7db [tulip] <b02103ac> dma_pool_free+0xc4/0x10e
<f0c9130b> t21142_lnk_change+0x1af/0x4f4 [tulip] <f0c7c490> finish_urb+0x98/0xc0 [ohci_hcd]
<f0c8d374> tulip_interrupt+0x65f/0x803 [tulip] <f0c7e153> ohci_irq+0x148/0x16d [ohci_hcd]
<b013cb3f> handle_IRQ_event+0x20/0x4c <b013cbf7> __do_IRQ+0x8c/0xdd
<b0105250> do_IRQ+0x3c/0x54
=======================
<b0103662> common_interrupt+0x1a/0x20 <b0101aa6> default_idle+0x0/0x55
<b0101ad2> default_idle+0x2c/0x55 <b0101b8a> cpu_idle+0x8f/0xae
<b02f8707> start_kernel+0x37f/0x386
Signed-off-by: Jim Crilly <jim@why.dont.jablowme.net>
---
drivers/net/tulip/media.c | 2 --
1 file changed, 2 deletions(-)
--- linux-2.6.16-rc2-mm1/drivers/net/tulip/media.c 2006-02-09 22:13:36.403653502 -0500
+++ linux-2.6.16-rc2-mm1-new/drivers/net/tulip/media.c 2006-02-10 15:51:41.821983228 -0500
@@ -399,8 +399,6 @@ void tulip_select_media(struct net_devic
tp->csr6 = new_csr6 | (tp->csr6 & 0xfdff) | (tp->full_duplex ? 0x0200 : 0);
- mdelay(1);
-
return;
}
next prev parent reply other threads:[~2006-02-10 21:31 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-08 6:06 2.6.16-rc2-mm1 Andrew Morton
2006-02-08 21:17 ` 2.6.16-rc2-mm1 Paul Jackson
2006-02-10 10:34 ` 2.6.16-rc2-mm1 Sachin Sant
2006-02-10 0:37 ` [-mm patch] drivers/scsi/gdth.c: make __gdth_execute() static Adrian Bunk
2006-02-10 13:11 ` Christoph Hellwig
2006-02-10 0:41 ` [-mm patch] drivers/message/fusion/mptctl.c: make struct async_queue static Adrian Bunk
2006-02-10 0:43 ` [-mm patch] drivers/video/geode/video_gx.c: make struct gx_pll_table_48MHz static Adrian Bunk
2006-02-10 12:31 ` [-mm patch] fs/xfs/linux-2.6/xfs_linux.h: #if CONFIG_SMP -> #ifdef CONFIG_SMP Adrian Bunk
2006-02-10 14:52 ` Radeonfb ignores video= parameter [was: Re: 2.6.16-rc2-mm1] Mattia Dongili
2006-02-10 15:14 ` [PATCH] fbdev: Fix typo in fbmem.c Antonino A. Daplas
2006-02-10 16:34 ` Mattia Dongili
2006-02-10 18:17 ` 2.6.16-rc2-mm1 Coywolf Qi Hunt
2006-02-10 19:25 ` 2.6.16-rc2-mm1 Andrew Morton
2006-02-10 20:05 ` 2.6.16-rc2-mm1 Coywolf Qi Hunt
2006-02-10 20:22 ` 2.6.16-rc2-mm1 Matthias Urlichs
2006-02-10 21:30 ` Jim Crilly [this message]
2006-02-10 22:25 ` 2.6.16-rc2-mm1 Andrew Morton
2006-02-10 22:34 ` 2.6.16-rc2-mm1 Dave Jones
2006-02-10 22:28 ` 2.6.16-rc2-mm1 Jeff Garzik
2006-02-10 22:30 ` 2.6.16-rc2-mm1 Jim Crilly
2006-02-10 21:55 ` 2.6.16-rc2-mm1 Pavel Machek
2006-02-11 20:31 ` 2.6.16-rc2-mm1 Martin Hermanowski
2006-02-11 21:41 ` 2.6.16-rc2-mm1 Andrew Morton
2006-02-11 22:27 ` 2.6.16-rc2-mm1 Martin Hermanowski
2006-02-11 23:34 ` 2.6.16-rc2-mm1 Andrew Morton
2006-02-12 12:10 ` 2.6.16-rc2-mm1 Martin Hermanowski
2006-02-13 23:30 ` 2.6.16-rc2-mm1: crash on suspend Laurent Riffard
2006-02-14 0:57 ` 2.6.16-rc2-mm1 Alexandre Buisse
2006-02-14 0:51 ` 2.6.16-rc2-mm1 Andrew Morton
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=20060210213058.GE11297@voodoo \
--to=jim@why.dont.jablowme.net \
--cc=akpm@osdl.org \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.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