From: Ian Campbell on
Hi Greg,

Looks like I forgot to request this for 2.6.32 too, could you queue it
up there as well?

It depends on the previous patch in this series (arp_notify: allow
drivers to explicitly request a notification event.).

Thanks,
Ian.

On Fri, 2010-08-06 at 19:30 +0100, Greg KH wrote:
> 2.6.35-stable review patch. If anyone has any objections, please let us know.
>
> ------------------
>
> From: Ian Campbell <Ian.Campbell(a)citrix.com>
>
> commit 592970675c9522bde588b945388c7995c8b51328 upstream.
>
> Use newly introduced netif_notify_peers() method to ensure a gratuitous ARP is
> generated after a migration.
>
> Signed-off-by: Ian Campbell <ian.campbell(a)citrix.com>
> Cc: Stephen Hemminger <shemminger(a)linux-foundation.org>
> Cc: Jeremy Fitzhardinge <jeremy(a)goop.org>
> Cc: David S. Miller <davem(a)davemloft.net>
> Cc: netdev(a)vger.kernel.org
> Cc: xen-devel(a)lists.xensource.com
> Signed-off-by: David S. Miller <davem(a)davemloft.net>
> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de>
>
> ---
> drivers/net/xen-netfront.c | 1 +
> 1 file changed, 1 insertion(+)
>
> --- a/drivers/net/xen-netfront.c
> +++ b/drivers/net/xen-netfront.c
> @@ -1621,6 +1621,7 @@ static void backend_changed(struct xenbu
> if (xennet_connect(netdev) != 0)
> break;
> xenbus_switch_state(dev, XenbusStateConnected);
> + netif_notify_peers(netdev);
> break;
>
> case XenbusStateClosing:
>
>


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on
On Tue, Aug 10, 2010 at 02:07:27PM +0100, Ian Campbell wrote:
> Hi Greg,
>
> Looks like I forgot to request this for 2.6.32 too, could you queue it
> up there as well?
>
> It depends on the previous patch in this series (arp_notify: allow
> drivers to explicitly request a notification event.).

Now queued up for .32 and .34-stable kernels.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/