net: convert BUG_TRAP to generic WARN_ON
Ilpo Järvinen authored

Removes legacy reinvent-the-wheel type thing. The generic
machinery integrates much better to automated debugging aids
such as kerneloops.org (and others), and is unambiguous due to
better naming. Non-intuively BUG_TRAP() is actually equal to
WARN_ON() rather than BUG_ON() though some might actually be
promoted to BUG_ON() but I left that to future.

I could make at least one BUILD_BUG_ON conversion.
Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
547b792c
Name Last commit Last update
..
802 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
8021q netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.
9p 9p: fix error path during early mount
appletalk net: convert BUG_TRAP to generic WARN_ON
atm netns: Use net_eq() to compare net-namespaces for optimization.
ax25 netns: Use net_eq() to compare net-namespaces for optimization.
bluetooth bluetooth: remove improper bluetooth class symlinks.
bridge netns: Use net_eq() to compare net-namespaces for optimization.
can netns: Use net_eq() to compare net-namespaces for optimization.
core net: convert BUG_TRAP to generic WARN_ON
dccp net: convert BUG_TRAP to generic WARN_ON
decnet netns: Use net_eq() to compare net-namespaces for optimization.
econet netns: Use net_eq() to compare net-namespaces for optimization.
ethernet [NET]: Return more appropriate error from eth_validate_addr().
ieee80211 wext: Emit event stream entries correctly when compat.
ipv4 net: convert BUG_TRAP to generic WARN_ON
ipv6 net: convert BUG_TRAP to generic WARN_ON
ipx netns: Use net_eq() to compare net-namespaces for optimization.
irda Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
iucv iucv: Fix bad merging.
key net: convert BUG_TRAP to generic WARN_ON
lapb [LAPB] net/lapb/lapb_iface.c: use LIST_HEAD instead of LIST_HEAD_INIT
llc netns: Use net_eq() to compare net-namespaces for optimization.
mac80211 net_sched: Add qdisc_enqueue wrapper
netfilter netfilter: nf_conntrack_sctp: fix sparse warnings
netlabel
netlink
netrom
packet
rfkill
rose
rxrpc
sched
sctp
sunrpc
tipc
unix
wanrouter
wireless
x25
xfrm
Kconfig
Makefile
TUNABLE
compat.c
nonet.c
socket.c
sysctl_net.c