2005-12-14 05:37:22

by Dave Jones

[permalink] [raw]
Subject: Re: [PATCH] skge: get rid of warning on race

On Mon, Dec 12, 2005 at 09:59:30PM -0800, Linux Kernel wrote:
> tree 987cfbd2134b82bea55c55fa17bd70d29df70458
> parent 0e670506668a43e1355b8f10c33d081a676bd521
> author Stephen Hemminger <[email protected]> Wed, 07 Dec 2005 07:01:49 -0800
> committer Jeff Garzik <[email protected]> Tue, 13 Dec 2005 09:33:03 -0500
>
> [PATCH] skge: get rid of warning on race
>
> Get rid of warning in case of race with ring full and lockless
> tx on the skge driver. It is possible to be in the transmit
> routine with no available slots and already stopped.
>
> Signed-off-by: Stephen Hemminger <[email protected]>
> Signed-off-by: Jeff Garzik <[email protected]>

You've traded a warning for something more serious :)

now I get...

drivers/net/skge.ko needs unknown symbol netif_stopped


Dave


2005-12-14 06:48:23

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] skge: get rid of warning on race

From: Dave Jones <[email protected]>
Date: Wed, 14 Dec 2005 00:37:08 -0500

> drivers/net/skge.ko needs unknown symbol netif_stopped

it's a typo, it should be netif_queue_stopped(). :-/