]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: conntrack: remove pr_debug callsites from tcp tracker
authorFlorian Westphal <fw@strlen.de>
Thu, 12 May 2022 15:08:47 +0000 (17:08 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 16 May 2022 11:09:51 +0000 (13:09 +0200)
commit54610362f15b30546aa2f7283f08eba7d697d252
tree4f4d5bfb79206568c54ffa2de85c90e026714aca
parentf56cb020eb4de00c9b583ddac6d3a292c5d5dddd
netfilter: conntrack: remove pr_debug callsites from tcp tracker

They are either obsolete or useless.

Those in the normal processing path cannot be enabled on a production
system; they generate too much noise.

One pr_debug call resides in an error path and does provide useful info,
merge it with the existing nf_log_invalid().

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_conntrack_proto_tcp.c