From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wtarreau.pck.nerim.net ([62.212.114.60]:33112 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758993AbcLPPaG (ORCPT ); Fri, 16 Dec 2016 10:30:06 -0500 Date: Fri, 16 Dec 2016 16:19:47 +0100 From: Willy Tarreau To: Mike Manning Cc: stable@vger.kernel.org, hannes@stressinduktion.org Subject: Re: [PATCH 3.10] ipv6: move DAD and addrconf_verify processing to workqueue Message-ID: <20161216151947.GG12172@1wt.eu> References: <1481883372-26591-1-git-send-email-mmanning@brocade.com> <20161216104032.GA12172@1wt.eu> <20af2434-8aed-79db-0dfc-0448b469a5fc@brocade.com> <20161216113651.GE12172@1wt.eu> <1caa5842-20d4-3f29-50db-8b0d78b4206b@brocade.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1caa5842-20d4-3f29-50db-8b0d78b4206b@brocade.com> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Dec 16, 2016 at 02:43:49PM +0000, Mike Manning wrote: > Hi Willy, > I have submitted a patch for 751eb6b6042a. Please note that 43a43b604016 was already previously backported in 2e6f312e108b9f5609d601c4988c479e5cc9330d. > > So the full set of patches should be in this order: > > 2c861cc65ef4 ("ipv6: don't call fib6_run_gc() until routing is ready") > b7b1bfce0bb6 ("ipv6: split duplicate address detection and router solicitation timer") > c15b1ccadb32 ("ipv6: move DAD and addrconf_verify processing to workqueue") > a9ed4a2986e1 ("ipv6: fix rtnl locking in setsockopt for anycast and multicast") > 751eb6b6042a ("ipv6: addrconf: fix dev refcont leak when DAD failed") Thank you Mike, I've queued them all now. Willy