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 |
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 >
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 > >
+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 > > > > >
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 >
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 >> > >
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 --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
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