Merge branch 'sctp_logspam'
authorDavid S. Miller <davem@davemloft.net>
Tue, 31 Dec 2013 18:59:21 +0000 (13:59 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Dec 2013 18:59:21 +0000 (13:59 -0500)
commit89ba52bd933898e8da78d4a3469dc23cb8acbecd
tree0d2ece1a60e17bdcf6a39bc58e8412ddc0cc7d6a
parentc76f2a2c4c348e2de94b7ba10fcd3640a35d04fa
parent94f65193abbc07e4a4f3dbe3729ceb95c1493ea2
Merge branch 'sctp_logspam'

Neil Horman says:

====================
sctp: Consolidate and ratelimit deprecation warnings

The SCTP protocol has several deprecation warnings in its setsockopt path that
can be triggered by unprivlidged users.  Since these are not ratelimited, we can
spam the logs quite easily here.  Since these are all deprecation warnings, and
that type of warning isn't uncommon in the rest of the kernel, lets make a
common pr_warn_deprecated macro to produce somewhat generalized ratelimited
deprecation warnings easily
====================

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>