This seems to be trivial to trigger.

Signed-off-by: Dave Jones <[EMAIL PROTECTED]>

--- linux-2.6.15.noarch/net/atm/signaling.c~    2006-02-11 19:20:09.000000000 
-0500
+++ linux-2.6.15.noarch/net/atm/signaling.c     2006-02-11 19:21:30.000000000 
-0500
@@ -56,7 +56,8 @@ static void sigd_put_skb(struct sk_buff 
        remove_wait_queue(&sigd_sleep,&wait);
 #else
        if (!sigd) {
-               printk(KERN_WARNING "atmsvc: no signaling demon\n");
+               if (net_ratelimit())
+                       printk(KERN_WARNING "atmsvc: no signaling demon\n");
                kfree_skb(skb);
                return;
        }
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to