From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7A38C63777 for ; Thu, 3 Dec 2020 13:42:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7A9A9206EC for ; Thu, 3 Dec 2020 13:42:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730762AbgLCNmX (ORCPT ); Thu, 3 Dec 2020 08:42:23 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:8150 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730729AbgLCNmW (ORCPT ); Thu, 3 Dec 2020 08:42:22 -0500 X-IronPort-AV: E=Sophos;i="5.78,389,1599516000"; d="scan'208";a="480918393" Received: from 173.121.68.85.rev.sfr.net (HELO hadrien) ([85.68.121.173]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Dec 2020 14:41:40 +0100 Date: Thu, 3 Dec 2020 14:41:40 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: Dan Carpenter cc: Vlastimil Babka , LKML , "ksummit-discuss@lists.linuxfoundation.org" Subject: Re: [Ksummit-discuss] crediting bug reports and fixes folded into original patch In-Reply-To: <20201203103351.GR2767@kadam> Message-ID: References: <20201203103351.GR2767@kadam> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 3 Dec 2020, Dan Carpenter wrote: > I'd like a "Fixes-from: Name email" tag for when someone spots a bug in > a patch. > > I think we should not give credit for style complaints, because those > are their own reward and we already have enough bike shedding. I agree with Dan, although I'm quite ok with the current situation as well. julia