[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130517.013057.1998803722045738861.davem@davemloft.net>
Date: Fri, 17 May 2013 01:30:57 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: nikolay@...hat.com
Cc: netdev@...r.kernel.org, andy@...yhouse.net, fubar@...ibm.com
Subject: Re: [PATCH 0/4] bonding: race and inconsistency fixes
From: Nikolay Aleksandrov <nikolay@...hat.com>
Date: Wed, 15 May 2013 14:32:38 +0200
> Hello,
> In patch 1/4 a race condition while changing the bonding mode through
> sysfs is fixed. Since no synchronization method is used it can race
> with different functions resulting in different impacts. RTNL is used
> to sync with the most important and dangerous events.
> Patch 2/4 is trivial and improves the debugging output by changing %x
> format to %pI4 for IPv4 addresses in a few pr_debug() calls.
> Patch 3/4 fixes an inconsistent arp_targets state where we have 0 entry
> between (or in the beginning) the valid entries that were obtained which
> is hard to diagnose otherwise.
> Patch 4/4 fixes multiple instances of a race condition which is because of
> calls to bond_3ad_get_active_agg_info without any locking, and since it
> traverses the slave list this can easily result in NULL ptr dereference or
> use of freed memory.
Can a bonding expert please review this series?
Thanks.
--
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