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)
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>

Trivial merge