Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp42850ybe; Thu, 5 Sep 2019 17:06:53 -0700 (PDT) X-Google-Smtp-Source: APXvYqxjaDGfpV8VTi30BQcb+NnISBNFcUY4hGtHceG7JYQvAIeAtAyclpUMudxzDrVBJUNgklyA X-Received: by 2002:a17:902:20e3:: with SMTP id v32mr6148472plg.142.1567728413439; Thu, 05 Sep 2019 17:06:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567728413; cv=none; d=google.com; s=arc-20160816; b=0hOUwKDzqVOYJCUyJn9EDV1cjCLtz1THFXmAVbcb6ajN7np5TIPHwDca38+RGYMtC+ xN7ArtJIWFD6NEoYXDajId68OfjWAO1vij8vbp5vIT+g/6jys7xiOO4azxllpnmdmzUO NAg1+23ErlugmpQ8zasOk47LSo85tGHWaG85oSK2VYz3VOd3Al9YvPR7NI8xUm/FRQCb bYSk2z1QjduRZFrHH6nvnSwH+vmo045pAVZQKLbQxsQ70XvoBuDaB4xTbcAlc1pf3ey3 LP8ICwgzkE0CF+PS1Yqui98DTHJqgmH99ppYDPbeDaNG75C5W5uTR/uCYSqgiYuLxZtp ywJg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=C9c2L46DJYr11Hko/MOYbp3/qWwieFd5YCOUQhcrpXc=; b=wn76B+YMOy10QiqdtpRKoD67ZQqdMMmanDb2/XjxG6J3LkC4m1Q1a2CvUu4yOwk2Mg RWaFMcOx/N3mG8kPghqZu8tmQ7el7MepWX4Pg298o/bNKmk8wjepnxxO83V8F1jIpFq+ 1Z2/ItJqGA4XnwCrJDVLZtJ+8H9gtVqsIFkewW0/Mh0AYNyaazEfVOfZ9Joj2GdQz09Q FkdMjf64Q6uqFUghyyMILipSfFoZMUTcWVKxLpxIi7/SIJhcVOP+OPr9Tggdw/hBb/vr /K4vOhJpz3rn0I6zduQiwbkzuAz+djBgEJ7mrCkQyZgijnBVDx6C4fYC8/ePSvd1nSjH hoLg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p18si3350677plo.122.2019.09.05.17.06.33; Thu, 05 Sep 2019 17:06:53 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389996AbfIEQwf (ORCPT + 99 others); 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