linux-stable/drivers/net/bonding
Dan Carpenter 1b3f408020 bonding: uninitialized variable in bond_miimon_inspect()
[ Upstream commit e5214f363d ]

The "ignore_updelay" variable needs to be initialized to false.

Fixes: f8a65ab2f3 ("bonding: fix link recovery in mode 2 when updelay is nonzero")
Signed-off-by: Dan Carpenter <error27@gmail.com>
Reviewed-by: Pavan Chebbi <pavan.chebbi@broadcom.com>
Acked-by: Jay Vosburgh <jay.vosburgh@canonical.com>
Link: https://lore.kernel.org/r/Y4SWJlh3ohJ6EPTL@kili
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-01-18 09:26:15 +01:00
..
Makefile
bond_3ad.c bonding: 802.3ad: fix no transmission of LACPDUs 2022-09-05 10:25:03 +02:00
bond_alb.c net: bonding: fix possible NULL deref in rlb code 2022-07-07 17:31:17 +02:00
bond_debugfs.c
bond_main.c bonding: uninitialized variable in bond_miimon_inspect() 2023-01-18 09:26:15 +01:00
bond_netlink.c bonding: check return value of register_netdevice() in bond_newlink() 2020-07-29 07:42:54 +02:00
bond_options.c bonding: fix ad_actor_system option setting to default 2021-12-29 12:17:34 +01:00
bond_procfs.c
bond_sysfs.c
bond_sysfs_slave.c bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed 2021-11-26 11:40:36 +01:00
bonding_priv.h