linux-stable/net/tipc
Jon Maloy cedb7445f4 tipc: rate limit warning for received illegal binding update
[ Upstream commit c7223d6877 ]

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: b97bf3fd8f ("[TIPC] Initial merge")
Signed-off-by: Jon Maloy <jmaloy@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-02-16 12:44:51 +01:00
..
addr.c
addr.h
bcast.c
bcast.h
bearer.c
bearer.h
core.c tipc: fix use-after-free in tipc_bcast_get_mode 2020-11-10 10:29:02 +01:00
core.h
discover.c
discover.h
eth_media.c
ib_media.c
Kconfig
link.c tipc: improve size validations for received domain records 2022-02-11 08:43:36 +01:00
link.h
Makefile
monitor.c tipc: improve size validations for received domain records 2022-02-11 08:43:36 +01:00
monitor.h
msg.c tipc: skb_linearize the head skb when reassembling msgs 2021-06-03 08:36:19 +02:00
msg.h
name_distr.c tipc: rate limit warning for received illegal binding update 2022-02-16 12:44:51 +01:00
name_distr.h
name_table.c
name_table.h
net.c
net.h
netlink.c
netlink.h
netlink_compat.c tipc: convert dest node's address to network order 2021-05-22 10:57:35 +02:00
node.c tipc: tipc clang warning 2020-01-27 14:46:27 +01:00
node.h
server.c
server.h
socket.c tipc: increase timeout in tipc_sk_enqueue() 2021-09-22 11:45:33 +02:00
socket.h
subscr.c tipc: fix modprobe tipc failed after switch order of device registration 2019-06-09 09:18:12 +02:00
subscr.h tipc: fix modprobe tipc failed after switch order of device registration 2019-06-09 09:18:12 +02:00
sysctl.c tipc: set sysctl_tipc_rmem and named_timeout right range 2020-01-27 14:46:29 +01:00
udp_media.c net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup 2020-05-20 08:17:02 +02:00
udp_media.h