All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] tools/power/x86/intel-speed-select: Add .gitignore file
@ 2019-07-08 23:17 Prarit Bhargava
  2019-07-09  8:17 ` Rafael J. Wysocki
  2019-07-09 16:39 ` Andy Shevchenko
  0 siblings, 2 replies; 7+ messages in thread
From: Prarit Bhargava @ 2019-07-08 23:17 UTC (permalink / raw)
  To: linux-pm
  Cc: Prarit Bhargava, Srinivas Pandruvada, Andy Shevchenko, David Arcari

Add a .gitignore file for build include/ and final binary.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: David Arcari <darcari@redhat.com>
---
 tools/power/x86/intel-speed-select/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 tools/power/x86/intel-speed-select/.gitignore

diff --git a/tools/power/x86/intel-speed-select/.gitignore b/tools/power/x86/intel-speed-select/.gitignore
new file mode 100644
index 000000000000..f61145925ce9
--- /dev/null
+++ b/tools/power/x86/intel-speed-select/.gitignore
@@ -0,0 +1,2 @@
+include/
+intel-speed-select
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] tools/power/x86/intel-speed-select: Add .gitignore file
  2019-07-08 23:17 [PATCH v2] tools/power/x86/intel-speed-select: Add .gitignore file Prarit Bhargava
@ 2019-07-09  8:17 ` Rafael J. Wysocki
  2019-07-09 16:18   ` Srinivas Pandruvada
  2019-07-09 16:39 ` Andy Shevchenko
  1 sibling, 1 reply; 7+ messages in thread
From: Rafael J. Wysocki @ 2019-07-09  8:17 UTC (permalink / raw)
  To: Prarit Bhargava
  Cc: Linux PM, Srinivas Pandruvada, Andy Shevchenko, David Arcari

On Tue, Jul 9, 2019 at 1:17 AM Prarit Bhargava <prarit@redhat.com> wrote:
>
> Add a .gitignore file for build include/ and final binary.
>
> Signed-off-by: Prarit Bhargava <prarit@redhat.com>
> Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
> Cc: David Arcari <darcari@redhat.com>

Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

> ---
>  tools/power/x86/intel-speed-select/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 tools/power/x86/intel-speed-select/.gitignore
>
> diff --git a/tools/power/x86/intel-speed-select/.gitignore b/tools/power/x86/intel-speed-select/.gitignore
> new file mode 100644
> index 000000000000..f61145925ce9
> --- /dev/null
> +++ b/tools/power/x86/intel-speed-select/.gitignore
> @@ -0,0 +1,2 @@
> +include/
> +intel-speed-select
> --
> 2.21.0
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] tools/power/x86/intel-speed-select: Add .gitignore file
  2019-07-09  8:17 ` Rafael J. Wysocki
@ 2019-07-09 16:18   ` Srinivas Pandruvada
  2019-07-09 16:27     ` Srinivas Pandruvada
  0 siblings, 1 reply; 7+ messages in thread
From: Srinivas Pandruvada @ 2019-07-09 16:18 UTC (permalink / raw)
  To: Rafael J. Wysocki, Prarit Bhargava
  Cc: Linux PM, Andy Shevchenko, David Arcari

On Tue, 2019-07-09 at 10:17 +0200, Rafael J. Wysocki wrote:
> On Tue, Jul 9, 2019 at 1:17 AM Prarit Bhargava <prarit@redhat.com>
> wrote:
> > 
> > Add a .gitignore file for build include/ and final binary.
> > 
> > Signed-off-by: Prarit Bhargava <prarit@redhat.com>
> > Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> > Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
> > Cc: David Arcari <darcari@redhat.com>
> 
> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>

> 
> > ---
> >  tools/power/x86/intel-speed-select/.gitignore | 2 ++
> >  1 file changed, 2 insertions(+)
> >  create mode 100644 tools/power/x86/intel-speed-select/.gitignore
> > 
> > diff --git a/tools/power/x86/intel-speed-select/.gitignore
> > b/tools/power/x86/intel-speed-select/.gitignore
> > new file mode 100644
> > index 000000000000..f61145925ce9
> > --- /dev/null
> > +++ b/tools/power/x86/intel-speed-select/.gitignore
> > @@ -0,0 +1,2 @@
> > +include/
> > +intel-speed-select
> > --
> > 2.21.0
> > 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] tools/power/x86/intel-speed-select: Add .gitignore file
  2019-07-09 16:18   ` Srinivas Pandruvada
@ 2019-07-09 16:27     ` Srinivas Pandruvada
  0 siblings, 0 replies; 7+ messages in thread
From: Srinivas Pandruvada @ 2019-07-09 16:27 UTC (permalink / raw)
  To: Rafael J. Wysocki, Prarit Bhargava
  Cc: Linux PM, Andy Shevchenko, David Arcari, platform-driver-x86

+platform-driver-x86@vger.kernel.org

On Tue, 2019-07-09 at 09:18 -0700, Srinivas Pandruvada wrote:
> On Tue, 2019-07-09 at 10:17 +0200, Rafael J. Wysocki wrote:
> > On Tue, Jul 9, 2019 at 1:17 AM Prarit Bhargava <prarit@redhat.com>
> > wrote:
> > > 
> > > Add a .gitignore file for build include/ and final binary.
> > > 
> > > Signed-off-by: Prarit Bhargava <prarit@redhat.com>
> > > Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> > > Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
> > > Cc: David Arcari <darcari@redhat.com>
> > 
> > Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> 
> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> 
> > 
> > > ---
> > >  tools/power/x86/intel-speed-select/.gitignore | 2 ++
> > >  1 file changed, 2 insertions(+)
> > >  create mode 100644 tools/power/x86/intel-speed-select/.gitignore
> > > 
> > > diff --git a/tools/power/x86/intel-speed-select/.gitignore
> > > b/tools/power/x86/intel-speed-select/.gitignore
> > > new file mode 100644
> > > index 000000000000..f61145925ce9
> > > --- /dev/null
> > > +++ b/tools/power/x86/intel-speed-select/.gitignore
> > > @@ -0,0 +1,2 @@
> > > +include/
> > > +intel-speed-select
> > > --
> > > 2.21.0
> > > 
> 
> 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] tools/power/x86/intel-speed-select: Add .gitignore file
  2019-07-08 23:17 [PATCH v2] tools/power/x86/intel-speed-select: Add .gitignore file Prarit Bhargava
  2019-07-09  8:17 ` Rafael J. Wysocki
@ 2019-07-09 16:39 ` Andy Shevchenko
  2019-07-10 12:21   ` Prarit Bhargava
  1 sibling, 1 reply; 7+ messages in thread
From: Andy Shevchenko @ 2019-07-09 16:39 UTC (permalink / raw)
  To: Prarit Bhargava; +Cc: Linux PM, Srinivas Pandruvada, David Arcari

On Tue, Jul 9, 2019 at 2:17 AM Prarit Bhargava <prarit@redhat.com> wrote:
>
> Add a .gitignore file for build include/ and final binary.
>

It has improper Cc list (No PDx86, no its maintainers, no LKML, which
is also requirement to send patches to PDx86).
Please, gather the tags you got and send v2 with properly formed Cc list.

> Signed-off-by: Prarit Bhargava <prarit@redhat.com>
> Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
> Cc: David Arcari <darcari@redhat.com>
> ---
>  tools/power/x86/intel-speed-select/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 tools/power/x86/intel-speed-select/.gitignore
>
> diff --git a/tools/power/x86/intel-speed-select/.gitignore b/tools/power/x86/intel-speed-select/.gitignore
> new file mode 100644
> index 000000000000..f61145925ce9
> --- /dev/null
> +++ b/tools/power/x86/intel-speed-select/.gitignore
> @@ -0,0 +1,2 @@
> +include/
> +intel-speed-select
> --
> 2.21.0
>


-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] tools/power/x86/intel-speed-select: Add .gitignore file
  2019-07-09 16:39 ` Andy Shevchenko
@ 2019-07-10 12:21   ` Prarit Bhargava
  2019-07-10 15:52     ` Srinivas Pandruvada
  0 siblings, 1 reply; 7+ messages in thread
From: Prarit Bhargava @ 2019-07-10 12:21 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Linux PM, Srinivas Pandruvada, David Arcari



On 7/9/19 12:39 PM, Andy Shevchenko wrote:
> On Tue, Jul 9, 2019 at 2:17 AM Prarit Bhargava <prarit@redhat.com> wrote:
>>
>> Add a .gitignore file for build include/ and final binary.
>>
> 
> It has improper Cc list (No PDx86, no its maintainers, no LKML, which
> is also requirement to send patches to PDx86).
> Please, gather the tags you got and send v2 with properly formed Cc list.
> 

The problem is that get_maintainer.pl is throwing an error when I run it on this
patch so I had to make a guess at the cc list.

ie) Bad divisor in main::vcs_assign: 0

I'll backup a couple of versions of get_maintainer.pl and see if that works.  If
not, should I just copy the cc list from Srinivas' original patchset?

P.

>> Signed-off-by: Prarit Bhargava <prarit@redhat.com>
>> Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
>> Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
>> Cc: David Arcari <darcari@redhat.com>
>> ---
>>  tools/power/x86/intel-speed-select/.gitignore | 2 ++
>>  1 file changed, 2 insertions(+)
>>  create mode 100644 tools/power/x86/intel-speed-select/.gitignore
>>
>> diff --git a/tools/power/x86/intel-speed-select/.gitignore b/tools/power/x86/intel-speed-select/.gitignore
>> new file mode 100644
>> index 000000000000..f61145925ce9
>> --- /dev/null
>> +++ b/tools/power/x86/intel-speed-select/.gitignore
>> @@ -0,0 +1,2 @@
>> +include/
>> +intel-speed-select
>> --
>> 2.21.0
>>
> 
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] tools/power/x86/intel-speed-select: Add .gitignore file
  2019-07-10 12:21   ` Prarit Bhargava
@ 2019-07-10 15:52     ` Srinivas Pandruvada
  0 siblings, 0 replies; 7+ messages in thread
From: Srinivas Pandruvada @ 2019-07-10 15:52 UTC (permalink / raw)
  To: Prarit Bhargava, Andy Shevchenko; +Cc: Linux PM, David Arcari

Let me send this patch on your behalf.

Thanks,
Srinivas

On Wed, 2019-07-10 at 08:21 -0400, Prarit Bhargava wrote:
> 
> On 7/9/19 12:39 PM, Andy Shevchenko wrote:
> > On Tue, Jul 9, 2019 at 2:17 AM Prarit Bhargava <prarit@redhat.com>
> > wrote:
> > > 
> > > Add a .gitignore file for build include/ and final binary.
> > > 
> > 
> > It has improper Cc list (No PDx86, no its maintainers, no LKML,
> > which
> > is also requirement to send patches to PDx86).
> > Please, gather the tags you got and send v2 with properly formed Cc
> > list.
> > 
> 
> The problem is that get_maintainer.pl is throwing an error when I run
> it on this
> patch so I had to make a guess at the cc list.
> 
> ie) Bad divisor in main::vcs_assign: 0
> 
> I'll backup a couple of versions of get_maintainer.pl and see if that
> works.  If
> not, should I just copy the cc list from Srinivas' original patchset?
> 
> P.
> 
> > > Signed-off-by: Prarit Bhargava <prarit@redhat.com>
> > > Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> > > Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
> > > Cc: David Arcari <darcari@redhat.com>
> > > ---
> > >  tools/power/x86/intel-speed-select/.gitignore | 2 ++
> > >  1 file changed, 2 insertions(+)
> > >  create mode 100644 tools/power/x86/intel-speed-select/.gitignore
> > > 
> > > diff --git a/tools/power/x86/intel-speed-select/.gitignore
> > > b/tools/power/x86/intel-speed-select/.gitignore
> > > new file mode 100644
> > > index 000000000000..f61145925ce9
> > > --- /dev/null
> > > +++ b/tools/power/x86/intel-speed-select/.gitignore
> > > @@ -0,0 +1,2 @@
> > > +include/
> > > +intel-speed-select
> > > --
> > > 2.21.0
> > > 
> > 
> > 


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-07-10 15:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-08 23:17 [PATCH v2] tools/power/x86/intel-speed-select: Add .gitignore file Prarit Bhargava
2019-07-09  8:17 ` Rafael J. Wysocki
2019-07-09 16:18   ` Srinivas Pandruvada
2019-07-09 16:27     ` Srinivas Pandruvada
2019-07-09 16:39 ` Andy Shevchenko
2019-07-10 12:21   ` Prarit Bhargava
2019-07-10 15:52     ` Srinivas Pandruvada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.