diff mbox series

[v2] tools/power/x86/intel-speed-select: Add .gitignore file

Message ID 20190708231725.11353-1-prarit@redhat.com (mailing list archive)
State Not Applicable, archived
Headers show
Series [v2] tools/power/x86/intel-speed-select: Add .gitignore file | expand

Commit Message

Prarit Bhargava July 8, 2019, 11:17 p.m. UTC
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

Comments

Rafael J. Wysocki July 9, 2019, 8:17 a.m. UTC | #1
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
>
srinivas pandruvada July 9, 2019, 4:18 p.m. UTC | #2
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
> >
srinivas pandruvada July 9, 2019, 4:27 p.m. UTC | #3
+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
> > > 
> 
>
Andy Shevchenko July 9, 2019, 4:39 p.m. UTC | #4
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
>
Prarit Bhargava July 10, 2019, 12:21 p.m. UTC | #5
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
>>
> 
>
srinivas pandruvada July 10, 2019, 3:52 p.m. UTC | #6
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
> > > 
> > 
> >
diff mbox series

Patch

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