]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: rate limit warning for received illegal binding update
authorJon Maloy <jmaloy@redhat.com>
Wed, 9 Feb 2022 03:22:37 +0000 (22:22 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Feb 2022 12:48:22 +0000 (12:48 +0000)
commitd513ca4a4f93bf5a803f8d426e9042d1cdd46860
tree5680f5f133c3ffa1cc8a9fe51e3bd6d83207768f
parentda659e4e031942af7f34de32ec49f221a8f37608
tipc: rate limit warning for received illegal binding update

It would be easy to craft a message containing an illegal binding table
update operation. This is handled correctly by the code, but the
corresponding warning printout is not rate limited as is should be.
We fix this now.

Fixes: 082dc377e86b ("[TIPC] Initial merge")
Signed-off-by: Jon Maloy <jmaloy@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/name_distr.c