netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] bonding: couple of bug fixes
@ 2013-06-11 22:07 nikolay
  2013-06-11 22:07 ` [PATCH v2 1/2] bonding: reset master mac on first enslave failure nikolay
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: nikolay @ 2013-06-11 22:07 UTC (permalink / raw)
  To: netdev; +Cc: andy, davem, fubar

From: Nikolay Aleksandrov <nikolay@redhat.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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-06-13  9:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-11 22:07 [PATCH v2 0/2] bonding: couple of bug fixes nikolay
2013-06-11 22:07 ` [PATCH v2 1/2] bonding: reset master mac on first enslave failure nikolay
2013-06-11 22:07 ` [PATCH v2 2/2] bonding: fix igmp_retrans type and two related races nikolay
2013-06-11 22:14 ` [PATCH v2 0/2] bonding: couple of bug fixes Jay Vosburgh
2013-06-13  9:33   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).