From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753580AbcKAU6d (ORCPT ); Tue, 1 Nov 2016 16:58:33 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:36207 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750979AbcKAU6c (ORCPT ); Tue, 1 Nov 2016 16:58:32 -0400 Date: Tue, 1 Nov 2016 23:58:28 +0300 From: Cyrill Gorcunov To: Eric Dumazet Cc: netdev@vger.kernel.org, David Miller , dsa@cumulusnetworks.com, jhs@mojatatu.com, linux-kernel@vger.kernel.org, kuznet@ms2.inr.ac.ru, jmorris@namei.org, yoshfuji@linux-ipv6.org, kaber@trash.net, avagin@openvz.org, stephen@networkplumber.org Subject: Re: [PATCH] net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnect Message-ID: <20161101205828.GB1852@uranus.lan> References: <20161101200500.GA1852@uranus.lan> <1478033554.7065.356.camel@edumazet-glaptop3.roam.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478033554.7065.356.camel@edumazet-glaptop3.roam.corp.google.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 01, 2016 at 01:52:34PM -0700, Eric Dumazet wrote: > > The preferred way to cite a bug origin is : > > Fixes: 286c72deabaa ("udp: must lock the socket in udp_disconnect()") Aha. Thank you, will do this way next time. > > CC: David S. Miller > > CC: Eric Dumazet > > CC: David Ahern > > CC: Alexey Kuznetsov > > CC: James Morris > > CC: Hideaki YOSHIFUJI > > CC: Patrick McHardy > > CC: Andrey Vagin > > CC: Stephen Hemminger > > That is a lot of CC ... Because I CC'ed all for raw diag first patch, so I thought I've to notify them with this typo in code. > > Signed-off-by: Cyrill Gorcunov > > Acked-by: Eric Dumazet > > Thanks. > > Cyrill