From: Jay Vosburgh <fubar@us.ibm.com>
To: Nikolay Aleksandrov <nikolay@redhat.com>
Cc: netdev@vger.kernel.org, andy@greyhouse.net, davem@davemloft.net
Subject: Re: [PATCHv2 0/5] bonding: enslave and locking bug fixes
Date: Thu, 18 Apr 2013 11:58:06 -0700 [thread overview]
Message-ID: <15895.1366311486@death.nxdomain> (raw)
In-Reply-To: <1366306418-3661-1-git-send-email-nikolay@redhat.com>
Nikolay Aleksandrov <nikolay@redhat.com> wrote:
>Hi,
>This patch-set fixes mainly bugs on enslave failure and one occasion
>of a needed locking. The patches are:
>
> 1. On enslave failure mc addresses are not flushed from the slave
> 2. On enslave failure vlans are not cleaned up from the slave
> 3. On enslave failure the bond's primary and curr_active_slave
> are not cleaned up (which might result in use of freed memory)
> 4. On enslave failure netpoll is not disabled which might result in
> a memory leak
> 5. In bond_mc_swap() the bond's mc addr list is walked without
> netif_addr_lock, since it can be called without rtnl, add it
>
>v2: patch 01 - fix log message and remove unnecessary code move
All look good to me.
Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>
-J
>Best regards,
> Nik
>
>Nikolay Aleksandrov (5):
> bonding: mc addresses don't get deleted on enslave failure
> bonding: vlans don't get deleted on enslave failure
> bonding: primary_slave & curr_active_slave are not cleaned on enslave
> failure
> bonding: disable netpoll on enslave failure
> bonding: in bond_mc_swap() bond's mc addr list is walked without lock
>
> drivers/net/bonding/bond_main.c | 27 +++++++++++++++++++++++----
> 1 file changed, 23 insertions(+), 4 deletions(-)
>
>--
>1.8.1.4
>
next prev parent reply other threads:[~2013-04-18 18:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-18 17:33 [PATCHv2 0/5] bonding: enslave and locking bug fixes Nikolay Aleksandrov
2013-04-18 17:33 ` [PATCHv2 1/5] bonding: mc addresses don't get deleted on enslave failure Nikolay Aleksandrov
2013-04-18 17:33 ` [PATCHv2 2/5] bonding: vlans " Nikolay Aleksandrov
2013-04-18 17:33 ` [PATCHv3 3/5] bonding: primary_slave & curr_active_slave are not cleaned " Nikolay Aleksandrov
2013-04-18 17:39 ` Nikolay Aleksandrov
2013-04-18 17:33 ` [PATCHv2 4/5] bonding: disable netpoll " Nikolay Aleksandrov
2013-04-18 17:33 ` [PATCHv2 5/5] bonding: in bond_mc_swap() bond's mc addr list is walked without lock Nikolay Aleksandrov
2013-04-18 18:58 ` Jay Vosburgh [this message]
2013-04-19 21:50 ` [PATCHv2 0/5] bonding: enslave and locking bug fixes David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15895.1366311486@death.nxdomain \
--to=fubar@us.ibm.com \
--cc=andy@greyhouse.net \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=nikolay@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.