summaryrefslogtreecommitdiff
path: root/Documentation/networking/bonding.rst
diff options
context:
space:
mode:
authorHangbin Liu <liuhangbin@gmail.com>2023-05-09 06:11:57 +0300
committerDavid S. Miller <davem@davemloft.net>2023-05-10 11:27:20 +0300
commit9949e2efb54eb3001cb2f6512ff3166dddbfb75d (patch)
tree4a57bfca499cf21036359f26a619c0d13447cbc6 /Documentation/networking/bonding.rst
parent7c83e28f10830aa5105c25eaabe890e3adac36aa (diff)
downloadlinux-9949e2efb54eb3001cb2f6512ff3166dddbfb75d.tar.xz
bonding: fix send_peer_notif overflow
Bonding send_peer_notif was defined as u8. Since commit 07a4ddec3ce9 ("bonding: add an option to specify a delay between peer notifications"). the bond->send_peer_notif will be num_peer_notif multiplied by peer_notif_delay, which is u8 * u32. This would cause the send_peer_notif overflow easily. e.g. ip link add bond0 type bond mode 1 miimon 100 num_grat_arp 30 peer_notify_delay 1000 To fix the overflow, let's set the send_peer_notif to u32 and limit peer_notif_delay to 300s. Reported-by: Liang Li <liali@redhat.com> Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2090053 Fixes: 07a4ddec3ce9 ("bonding: add an option to specify a delay between peer notifications") Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/bonding.rst')
0 files changed, 0 insertions, 0 deletions