linux/net/core
Pavel Emelianov c2ecba7171 [NET]: Set a separate lockdep class for neighbour table's proxy_queue
Otherwise the following calltrace will lead to a wrong
lockdep warning:

  neigh_proxy_process()
    `- lock(neigh_table->proxy_queue.lock);
  arp_redo /* via tbl->proxy_redo */
  arp_process
  neigh_event_ns
  neigh_update
  skb_queue_purge
    `- lock(neighbor->arp_queue.lock);

This is not a deadlock actually, as neighbor table's proxy_queue
and the neighbor's arp_queue are different queues.

Lockdep thinks there is a deadlock as both queues are initialized
with skb_queue_head_init() and thus have a common class.

Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-17 13:13:31 -07:00
..
Makefile
datagram.c
dev.c [PATCH] net: Ignore sysfs network device rename bugs. 2007-04-04 08:51:52 -07:00
dev_mcast.c
dst.c
ethtool.c
fib_rules.c [NET]: Change "not found" return value for rule lookup 2007-04-02 13:30:51 -07:00
filter.c
flow.c
gen_estimator.c
gen_stats.c
iovec.c
kmap_skb.h
link_watch.c
neighbour.c [NET]: Set a separate lockdep class for neighbour table's proxy_queue 2007-04-17 13:13:31 -07:00
net-sysfs.c
netevent.c
netpoll.c [NET]: Fix UDP checksum issue in net poll mode. 2007-04-17 13:13:26 -07:00
pktgen.c [PKTGEN]: Add try_to_freeze() 2007-04-12 14:45:32 -07:00
request_sock.c
rtnetlink.c [PATCH] WE-22 : prevent information leak on 64 bit 2007-03-27 14:10:26 -04:00
scm.c
skbuff.c [NET]: Get rid of alloc_skb_from_cache 2007-04-17 13:13:16 -07:00
sock.c [NET]: fix up misplaced inlines. 2007-03-22 12:27:49 -07:00
stream.c
sysctl_net_core.c
user_dma.c
utils.c
wireless.c [PATCH] WE-22 : prevent information leak on 64 bit 2007-03-27 14:10:26 -04:00