[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1370988422-2035-1-git-send-email-nikolay@redhat.com>
Date: Wed, 12 Jun 2013 00:07:00 +0200
From: nikolay@...hat.com
To: netdev@...r.kernel.org
Cc: andy@...yhouse.net, davem@...emloft.net, fubar@...ibm.com
Subject: [PATCH v2 0/2] bonding: couple of bug fixes
From: Nikolay Aleksandrov <nikolay@...hat.com>
Hello,
Patch 01 resets the master's mac if the first enslave fails and the slave's
mac was set to the master's prior.
Patch 02 fixes a type bug of igmp_retrans (which is the counter of igmp_resend
param and was silently not working if the value was >127) so it can go up to 255
(as per documentation). It also fixes two tricky race conditions which were
hidden because of the previous bug.
V2: Updated patch 02 commit message as per Jay's comment
Best regards,
Nikolay Aleksandrov
Nikolay Aleksandrov (2):
bonding: reset master mac on first enslave failure
bonding: fix igmp_retrans type and two related races
drivers/net/bonding/bond_main.c | 19 +++++++++++++++----
drivers/net/bonding/bonding.h | 2 +-
2 files changed, 16 insertions(+), 5 deletions(-)
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists