From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765384AbdAJKQx (ORCPT ); Tue, 10 Jan 2017 05:16:53 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34759 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934625AbdAJKQv (ORCPT ); Tue, 10 Jan 2017 05:16:51 -0500 Date: Tue, 10 Jan 2017 11:16:46 +0100 From: Ingo Molnar To: Kees Cook Cc: Peter Zijlstra , John Dias , LKML , Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Min Chong Subject: Re: [PATCH] perf: protect group_leader from races that cause ctx Message-ID: <20170110101646.GA5008@gmail.com> References: <20170105231429.GA83592@beast> <20170106093251.GL3093@worktop> <20170106131444.GZ3174@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Kees Cook wrote: > > [...] > > Reported-by: Kees Cook > > I was just relaying a fix. I noted the original reporter in the first > patch, how they asked to be credited: > > Reported-by: Di Shen (@returnsme) of KeenLab (@keen_lab), Tencent So while it's OK to not give an email address (unlike Signed-off-by the Reported-by line is giving credit and has no code authorship legal effect), I agree with Peter that this line is pretty weird, bordering on the ugly. If the reporter doesn't want the email address exposed we can just skip the tag and credit the reporter in the changelog: Di Shen reported that ... Thanks, Ingo