kernel-ark/net/core
Stephen Hemminger b7c8921bf1 [PKTGEN]: Sleeping function called under lock
pktgen is calling kmalloc GFP_KERNEL and vmalloc with lock held.
The simplest fix is to turn the lock into a semaphore, since the
thread lock is only used for admin control from user context.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Robert Olsson <robert.olsson@its.uu.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
2005-10-26 00:03:12 -02:00
..
datagram.c
dev_mcast.c
dev.c [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
dst.c
dv.c
ethtool.c
filter.c
flow.c
gen_estimator.c
gen_stats.c
iovec.c
link_watch.c
Makefile
neighbour.c [NET]: Wider use of for_each_*cpu() 2005-10-25 23:54:01 -02:00
net-sysfs.c
netpoll.c [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl 2005-10-03 14:35:55 -07:00
pktgen.c [PKTGEN]: Sleeping function called under lock 2005-10-26 00:03:12 -02:00
request_sock.c
rtnetlink.c
scm.c
skbuff.c [SK_BUFF]: ipvs_property field must be copied 2005-10-22 17:06:01 -02:00
sock.c [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
stream.c
sysctl_net_core.c
utils.c
wireless.c