From: Joe Perches <joe@perches.com> To: Thomas Gleixner <tglx@linutronix.de>, Borislav Petkov <bp@alien8.de> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>, x86 <x86@kernel.org>, LKML <linux-kernel@vger.kernel.org>, Len Brown <len.brown@intel.com>, Linux PM <linux-pm@vger.kernel.org>, Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>, Laura Abbott <labbott@fedoraproject.org>, Peter Zijlstra <peterz@infradead.org>, Ingo Molnar <mingo@kernel.org>, Simon Schricker <sschricker@suse.de>, Hannes Reinecke <hare@suse.de> Subject: Re: [PATCH 1/2] PM / arch: x86: Rework the MSR_IA32_ENERGY_PERF_BIAS handling Date: Fri, 22 Mar 2019 09:52:03 -0700 [thread overview] Message-ID: <aa5e2a093bf1c2d7ef024348065249bb6e4518b2.camel@perches.com> (raw) In-Reply-To: <alpine.DEB.2.21.1903221712020.1729@nanos.tec.linutronix.de> On Fri, 2019-03-22 at 17:12 +0100, Thomas Gleixner wrote: > On Fri, 22 Mar 2019, Borislav Petkov wrote: > > > On Fri, Mar 22, 2019 at 03:31:54PM +0100, Thomas Gleixner wrote: > > > We have no proper decision/recommendation about documentation > > > licensing. That's being worked on. > > > > Ok, I'm ignoring this checkpatch warning from now on. > > Only for Documentation/* files please. Perhaps --- scripts/checkpatch.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index d0001fd1112d..00c1457fe79b 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -3058,7 +3058,8 @@ sub process { "Improper SPDX comment style for '$realfile', please use '$comment' instead\n" . $herecurr); } - if ($comment !~ /^$/ && + if ($realfile !~ m@^Documentation/@ && + $comment !~ /^$/ && $rawline !~ m@^\+\Q$comment\E SPDX-License-Identifier: @) { WARN("SPDX_LICENSE_TAG", "Missing or malformed SPDX-License-Identifier tag in line $checklicenseline\n" . $herecurr);
next prev parent reply other threads:[~2019-03-22 16:52 UTC|newest] Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-03-21 22:12 [PATCH 0/2] PM / arch: x86: MSR_IA32_ENERGY_PERF_BIAS handling fixes and sysfs i/f Rafael J. Wysocki 2019-03-21 22:18 ` [PATCH 1/2] PM / arch: x86: Rework the MSR_IA32_ENERGY_PERF_BIAS handling Rafael J. Wysocki 2019-03-22 9:03 ` Hannes Reinecke 2019-03-22 14:28 ` Borislav Petkov 2019-03-22 14:31 ` Thomas Gleixner 2019-03-22 14:35 ` Borislav Petkov 2019-03-22 16:12 ` Thomas Gleixner 2019-03-22 16:52 ` Joe Perches [this message] 2019-03-25 10:06 ` Rafael J. Wysocki 2019-03-22 16:27 ` Thomas Renninger 2019-03-22 16:43 ` Borislav Petkov 2019-03-25 11:31 ` Borislav Petkov 2019-03-21 22:20 ` [PATCH 2/2] PM / arch: x86: MSR_IA32_ENERGY_PERF_BIAS sysfs interface Rafael J. Wysocki 2019-03-22 9:03 ` Hannes Reinecke 2019-03-22 14:46 ` Borislav Petkov 2019-03-25 10:01 ` Rafael J. Wysocki 2019-03-22 15:00 ` Peter Zijlstra 2019-03-25 9:56 ` Rafael J. Wysocki 2019-03-25 11:32 ` Borislav Petkov 2019-05-09 10:23 ` Ido Schimmel 2019-05-09 17:18 ` Rafael J. Wysocki 2019-05-09 17:43 ` Ido Schimmel 2019-05-09 21:28 ` [PATCH] x86: intel_epb: Take CONFIG_PM into account Rafael J. Wysocki 2019-05-10 6:01 ` Ingo Molnar 2019-05-27 10:56 ` [PATCH] x86: intel_epb: Do not build when CONFIG_PM is unset Rafael J. Wysocki 2019-05-30 7:47 ` Ingo Molnar
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=aa5e2a093bf1c2d7ef024348065249bb6e4518b2.camel@perches.com \ --to=joe@perches.com \ --cc=bp@alien8.de \ --cc=hare@suse.de \ --cc=labbott@fedoraproject.org \ --cc=len.brown@intel.com \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-pm@vger.kernel.org \ --cc=mingo@kernel.org \ --cc=peterz@infradead.org \ --cc=rjw@rjwysocki.net \ --cc=srinivas.pandruvada@linux.intel.com \ --cc=sschricker@suse.de \ --cc=tglx@linutronix.de \ --cc=x86@kernel.org \ --subject='Re: [PATCH 1/2] PM / arch: x86: Rework the MSR_IA32_ENERGY_PERF_BIAS handling' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).