From patchwork Tue Jul 10 17:44:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Fernandes X-Patchwork-Id: 10517703 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 1F7346032A for ; Tue, 10 Jul 2018 18:32:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1395728938 for ; Tue, 10 Jul 2018 18:32:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 07A1328C11; Tue, 10 Jul 2018 18:32:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A2D3928938 for ; Tue, 10 Jul 2018 18:32:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388704AbeGJScl (ORCPT ); Tue, 10 Jul 2018 14:32:41 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:45004 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388102AbeGJScl (ORCPT ); Tue, 10 Jul 2018 14:32:41 -0400 Received: by mail-pf0-f195.google.com with SMTP id j3-v6so16653028pfh.11 for ; Tue, 10 Jul 2018 11:32:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=joelfernandes.org; s=google; h=from:to:cc:subject:date:message-id; bh=Y2bIJtBP3OgG7qKzFC83bGjRZ6M9zD795pKCvqrP400=; b=aGS4rqPd8D+f/YUwPBZyrf+wdfNezAQ5fO9W4mBgwWiEcxXQ0AFfupNGYwYbbQXsw/ cCSkihR4moUaHi+HHeZRvW2wWFqG4oXLfLPq4GAtXiLAkSRGejmS1PBwfqG7UifzDp7t 4d8fNLQ5g+ehAEzDvs0fyFdhgd6yNli8lgdqI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Y2bIJtBP3OgG7qKzFC83bGjRZ6M9zD795pKCvqrP400=; b=jo555JG/QhEJY51VzdY8GflXpIkVoQkxKXfhFVEh6+2yTe5yaAKnE8zRLLDFstW+0Y zPuGreJzWjU5pBL7ROzm//wBSuEaPpSedBlKgFJdnEkVjNuzB+YsWnWuyK9U7hkbqcKq BJRNyjKdtMSDks+aIOGW7HkO/R3L+rkSFgC1L8TcrNSWIKFFIgjSEp+DgxgL+8ureq2T +atvzOBSxWU+yJmvrB28xI2Is8YFO5cFnXKITf9KkwSTaqeO4x7Xw/nG+loluR9KWmVg t3v5jUcxRp/TzB3h10Y9kLonwRXiWXVusWncIlltDY2hi9EdUglkjbhbYVhKwonR47/9 ZQVg== X-Gm-Message-State: APt69E2yYVfnFHqME+ukuWCij3NLBHMJ7A9gNs/2LJxAfeK9oYEQcsoG C1drnHNx1OW7HUvxbM5wGliU4SkUWTY= X-Google-Smtp-Source: AAOMgpfTb9LjDNL7Qt8ssdYOoNlwuO3TRpKPf2Oe2SySKsgR+Ovvwx6QV5ZbG/XZ9CuDTxBP3OH8YA== X-Received: by 2002:a65:5a49:: with SMTP id z9-v6mr23718441pgs.244.1531244700736; Tue, 10 Jul 2018 10:45:00 -0700 (PDT) Received: from joelaf.mtv.corp.google.com ([2620:0:1000:1600:3122:ea9c:d178:eb]) by smtp.gmail.com with ESMTPSA id r77-v6sm32459182pfr.117.2018.07.10.10.44.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Jul 2018 10:45:00 -0700 (PDT) From: Joel Fernandes To: linux-kernel@vger.kernel.org Cc: kernel-team@android.com, "Joel Fernandes (Google)" , Ingo Molnar , Steven Rostedt , Boqun Feng , Byungchul Park , Julia Cartwright , linux-kselftest@vger.kernel.org, Masami Hiramatsu , Mathieu Desnoyers , Namhyung Kim , Paul McKenney , Peter Zijlstra , Thomas Glexiner , Tom Zanussi Subject: [PATCH] trace: Add SPDX-License-Identifier to trace_preemptirq.c Date: Tue, 10 Jul 2018 10:44:49 -0700 Message-Id: <20180710174449.110865-1-joel@joelfernandes.org> X-Mailer: git-send-email 2.18.0.203.gfac676dfb9-goog Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: "Joel Fernandes (Google)" This patch adds a SPDX-License-Identifier to trace_preemptirq.c. Signed-off-by: Joel Fernandes (Google) --- This patch is based on top of the v9 posting of "Centralize and unify usage of preempt/irq tracepoints": https://lkml.org/lkml/2018/6/28/643 kernel/trace/trace_preemptirq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/trace/trace_preemptirq.c b/kernel/trace/trace_preemptirq.c index dc01c7f4d326..13e2c6e99465 100644 --- a/kernel/trace/trace_preemptirq.c +++ b/kernel/trace/trace_preemptirq.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * preemptoff and irqoff tracepoints *