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=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham 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 8F118C43331 for ; Thu, 5 Sep 2019 16:52:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 65EB120825 for ; Thu, 5 Sep 2019 16:52:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390021AbfIEQwf (ORCPT ); Thu, 5 Sep 2019 12:52:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:58268 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732342AbfIEQwf (ORCPT ); Thu, 5 Sep 2019 12:52:35 -0400 Received: from oasis.local.home (bl11-233-114.dsl.telepac.pt [85.244.233.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 31EBC20825; Thu, 5 Sep 2019 16:52:33 +0000 (UTC) Date: Thu, 5 Sep 2019 12:52:27 -0400 From: Steven Rostedt To: Viktor Rosendahl Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Joel Fernandes , Peter Zijlstra Subject: Re: [PATCH v5 2/4] preemptirq_delay_test: Add the burst feature and a sysfs trigger Message-ID: <20190905125227.2638e406@oasis.local.home> In-Reply-To: <4e1c66b8-4aee-77d3-cf3b-dc633f9abf6b@gmail.com> References: <20190903132602.3440-1-viktor.rosendahl@gmail.com> <20190903132602.3440-3-viktor.rosendahl@gmail.com> <20190904074212.4c7d17dc@oasis.local.home> <4e1c66b8-4aee-77d3-cf3b-dc633f9abf6b@gmail.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 4 Sep 2019 21:10:38 +0200 Viktor Rosendahl wrote: > On 9/4/19 1:42 PM, Steven Rostedt wrote: > > On Tue, 3 Sep 2019 15:26:00 +0200 > > Viktor Rosendahl wrote: > >> diff --git a/kernel/trace/preemptirq_delay_test.c b/kernel/trace/preemptirq_delay_test.c > >> index d8765c952fab..dc281fa75198 100644 > >> --- a/kernel/trace/preemptirq_delay_test.c > >> +++ b/kernel/trace/preemptirq_delay_test.c > >> @@ -3,6 +3,7 @@ > >> * Preempt / IRQ disable delay thread to test latency tracers > >> * > >> * Copyright (C) 2018 Joel Fernandes (Google) > >> + * Copyright (C) 2018, 2019 BMW Car IT GmbH > > > > A name and what you did should also be attached here. Ideally, we leave > > these out as git history is usually enough. > > I am not so keen to clutter source files with a new copyright message. > My problem is that git-send-email doesn't work well with my work email > address, so I am forced to use my private gmail, which may create a > false impression that I as a private individual would be the copyright > holder. > Then do what I do: Steven Rostedt (VMware) I did "(Red Hat)" when I worked for Red Hat. -- Steve