net: filter: Use WARN_RATELIMIT
commit5eabe872301b2754122ce37fc4d1adfafbc94182
authorJoe Perches <joe@perches.com>
Sat, 21 May 2011 07:48:40 +0000 (21 07:48 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 13 Jul 2011 03:29:26 +0000 (13 05:29 +0200)
tree3143ec4f854df09807043c7ffaee65bb5d4d2742
parent46f40799c48c1a2452d06054b861ae6e7cf191f3
net: filter: Use WARN_RATELIMIT

[ Upstream commit 6c4a5cb219520c7bc937ee186ca53f03733bd09f ]

A mis-configured filter can spam the logs with lots of stack traces.

Rate-limit the warnings and add printout of the bogus filter information.

Original-patch-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/core/filter.c