pre-2.1.81-1 alloc_skb called nonatomically from interrupt

Keith Owens (kaos@ocs.com.au)
Sat, 24 Jan 1998 03:22:25 +1100


Got several "alloc_skb called nonatomically from interrupt" during
boot. ktrace shows timer_bh -> addrconf_dad_timer ->
addrconf_dad_completed -> ipv6_ifa_notify -> inet6_ifa_notify ->
alloc_skb.

There is also a path from the same timer interrupt via ip6_rt_addr_add
to alloc_skb.

Why the message in alloc_skb?