Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756197AbcKWHJp (ORCPT ); Wed, 23 Nov 2016 02:09:45 -0500 Received: from mail-io0-f195.google.com ([209.85.223.195]:34905 "EHLO mail-io0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753009AbcKWHJk (ORCPT ); Wed, 23 Nov 2016 02:09:40 -0500 MIME-Version: 1.0 In-Reply-To: <20161123064421.cewko2msg7mdawco@wfg-t540p.sh.intel.com> References: <582b7c30.nXQXP2V4/6pFiYwt%xiaolong.ye@intel.com> <20161123064421.cewko2msg7mdawco@wfg-t540p.sh.intel.com> From: Linus Torvalds Date: Tue, 22 Nov 2016 23:07:16 -0800 X-Google-Sender-Auth: Qj0PkgcVSRg-vIaRMCIzNUxjusM Message-ID: Subject: Re: [LKP] [net] 34fad54c25: kernel BUG at include/linux/skbuff.h:1935! To: Fengguang Wu Cc: kernel test robot , David Miller , Eric Dumazet , Alexander Duyck , Willem de Bruijn , Network Development , LKML , Alexei Starovoitov , LKP Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1628 Lines: 46 On Tue, Nov 22, 2016 at 10:44 PM, Fengguang Wu wrote: > > On Tue, Nov 22, 2016 at 02:04:42PM -0800, Linus Torvalds wrote: > >> I also noticed that the kernel test robot had screwed up the >> participants list for some reason, and had >> >> "Acked-by: Alexander Duyck , David S. >> Miller" >> >> as one of the participants. So there's some odd commit parsing issue >> there somewhere. But Alexander seems to have seen this report despite >> that, it just never went anywhere that I can tell. > > > Yeah the robot will CC all "Acked-by" people in the bug reports. > > Shall we limit it to the below TO/CC list? No. We do want to keep the Acked-by's on the cc. But you missed the real problem. It *didn't* cc the acked-by. Look closer. What happened was that it cc'd this: "Acked-by: Alexander Duyck , David S. Miller" ie there is only _one_ email address (that of davem@davemloft.net), and the whole "Acked-by: Alexander Duyck <...>" part is quoted as the _name_ of that email address. At least that's what the headers look like for me in the original report: From: kernel test robot To: Eric Dumazet Cc: lkp@01.org, Linus Torvalds , LKML , Alexei Starovoitov , Willem de Bruijn , "Acked-by: Alexander Duyck , David S. Miller" Notice the quoting of that last "name". Linus