All of lore.kernel.org
 help / color / mirror / Atom feed
* Deprecating ipath
@ 2015-06-26 16:17 Marciniszyn, Mike
       [not found] ` <32E1700B9017364D9B60AED9960492BC257567C3-RjuIdWtd+YbTXloPLtfHfbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Marciniszyn, Mike @ 2015-06-26 16:17 UTC (permalink / raw)
  To: Doug Ledford; +Cc: Luis R. Rodriguez, linux-rdma-u79uwXL29TY76Z2rM5mHXA

Doug,

We have been given the go ahead to start the deprecation process for thie ipath driver.

What do I need to do to get that done?

Mike
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: Deprecating ipath
  2015-06-26 16:17 Deprecating ipath Marciniszyn, Mike
@ 2015-06-26 16:23     ` Luis R. Rodriguez
  0 siblings, 0 replies; 12+ messages in thread
From: Luis R. Rodriguez @ 2015-06-26 16:23 UTC (permalink / raw)
  To: Marciniszyn, Mike, Borislav Petkov, Ingo Molnar,
	Greg Kroah-Hartman, One Thousand Gnomes
  Cc: Doug Ledford, linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On Fri, Jun 26, 2015 at 9:17 AM, Marciniszyn, Mike
<mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote:
> Doug,
>
> We have been given the go ahead to start the deprecation process for thie ipath driver.

That's great! Do you mean removal from Linux?

> What do I need to do to get that done?

Feature removal txt file was removed from the kernel so there is no
"schedule" per se, not sure what the process these days is for driver
removal. How about punting it to staging for a release or two and then
remove it? Not sure if that would be frowned upon or welcomed. That
would have the cost of moving history through directories but git
--follow helps with that these days. The gain of moving it to staging
IMHO would be that if anyone who might care would need to complain may
do so for a directory change for 1-2 release may spot this easily and
the issues would be much less than an immediate removal.

  Luis
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: Deprecating ipath
@ 2015-06-26 16:23     ` Luis R. Rodriguez
  0 siblings, 0 replies; 12+ messages in thread
From: Luis R. Rodriguez @ 2015-06-26 16:23 UTC (permalink / raw)
  To: Marciniszyn, Mike, Borislav Petkov, Ingo Molnar,
	Greg Kroah-Hartman, One Thousand Gnomes
  Cc: Doug Ledford, linux-rdma, linux-kernel

On Fri, Jun 26, 2015 at 9:17 AM, Marciniszyn, Mike
<mike.marciniszyn@intel.com> wrote:
> Doug,
>
> We have been given the go ahead to start the deprecation process for thie ipath driver.

That's great! Do you mean removal from Linux?

> What do I need to do to get that done?

Feature removal txt file was removed from the kernel so there is no
"schedule" per se, not sure what the process these days is for driver
removal. How about punting it to staging for a release or two and then
remove it? Not sure if that would be frowned upon or welcomed. That
would have the cost of moving history through directories but git
--follow helps with that these days. The gain of moving it to staging
IMHO would be that if anyone who might care would need to complain may
do so for a directory change for 1-2 release may spot this easily and
the issues would be much less than an immediate removal.

  Luis

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

* Re: Deprecating ipath
  2015-06-26 16:23     ` Luis R. Rodriguez
@ 2015-06-26 16:54         ` Greg Kroah-Hartman
  -1 siblings, 0 replies; 12+ messages in thread
From: Greg Kroah-Hartman @ 2015-06-26 16:54 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: Marciniszyn, Mike, Borislav Petkov, Ingo Molnar,
	One Thousand Gnomes, Doug Ledford,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On Fri, Jun 26, 2015 at 09:23:27AM -0700, Luis R. Rodriguez wrote:
> On Fri, Jun 26, 2015 at 9:17 AM, Marciniszyn, Mike
> <mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote:
> > Doug,
> >
> > We have been given the go ahead to start the deprecation process for thie ipath driver.
> 
> That's great! Do you mean removal from Linux?
> 
> > What do I need to do to get that done?
> 
> Feature removal txt file was removed from the kernel so there is no
> "schedule" per se, not sure what the process these days is for driver
> removal. How about punting it to staging for a release or two and then
> remove it? Not sure if that would be frowned upon or welcomed.

That is the process for driver removal, so of course it is welcomed :)

> That would have the cost of moving history through directories but git
> --follow helps with that these days. The gain of moving it to staging
> IMHO would be that if anyone who might care would need to complain may
> do so for a directory change for 1-2 release may spot this easily and
> the issues would be much less than an immediate removal.

Yes, that's why we do it this way.

Mike, feel free to send me a patch for this if you want me to queue it
up for 4.3.  For 4.2 it's too late.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: Deprecating ipath
@ 2015-06-26 16:54         ` Greg Kroah-Hartman
  0 siblings, 0 replies; 12+ messages in thread
From: Greg Kroah-Hartman @ 2015-06-26 16:54 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: Marciniszyn, Mike, Borislav Petkov, Ingo Molnar,
	One Thousand Gnomes, Doug Ledford, linux-rdma, linux-kernel

On Fri, Jun 26, 2015 at 09:23:27AM -0700, Luis R. Rodriguez wrote:
> On Fri, Jun 26, 2015 at 9:17 AM, Marciniszyn, Mike
> <mike.marciniszyn@intel.com> wrote:
> > Doug,
> >
> > We have been given the go ahead to start the deprecation process for thie ipath driver.
> 
> That's great! Do you mean removal from Linux?
> 
> > What do I need to do to get that done?
> 
> Feature removal txt file was removed from the kernel so there is no
> "schedule" per se, not sure what the process these days is for driver
> removal. How about punting it to staging for a release or two and then
> remove it? Not sure if that would be frowned upon or welcomed.

That is the process for driver removal, so of course it is welcomed :)

> That would have the cost of moving history through directories but git
> --follow helps with that these days. The gain of moving it to staging
> IMHO would be that if anyone who might care would need to complain may
> do so for a directory change for 1-2 release may spot this easily and
> the issues would be much less than an immediate removal.

Yes, that's why we do it this way.

Mike, feel free to send me a patch for this if you want me to queue it
up for 4.3.  For 4.2 it's too late.

thanks,

greg k-h

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

* RE: Deprecating ipath
  2015-06-26 16:54         ` Greg Kroah-Hartman
@ 2015-07-03 13:25             ` Dalessandro, Dennis
  -1 siblings, 0 replies; 12+ messages in thread
From: Dalessandro, Dennis @ 2015-07-03 13:25 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Luis R. Rodriguez
  Cc: Marciniszyn, Mike, Borislav Petkov, Ingo Molnar,
	One Thousand Gnomes, Doug Ledford,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

> -----Original Message-----
> From: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org [mailto:linux-rdma-
> owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org] On Behalf Of Greg Kroah-Hartman
> Sent: Friday, June 26, 2015 12:54 PM
> To: Luis R. Rodriguez
> Cc: Marciniszyn, Mike; Borislav Petkov; Ingo Molnar; One Thousand Gnomes;
> Doug Ledford; linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> Subject: Re: Deprecating ipath
> 
> On Fri, Jun 26, 2015 at 09:23:27AM -0700, Luis R. Rodriguez wrote:
> > On Fri, Jun 26, 2015 at 9:17 AM, Marciniszyn, Mike
> > <mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote:
> > > Doug,
> > >
> > > We have been given the go ahead to start the deprecation process for
> thie ipath driver.
> >
> > That's great! Do you mean removal from Linux?
> >
> > > What do I need to do to get that done?
> >
> > Feature removal txt file was removed from the kernel so there is no
> > "schedule" per se, not sure what the process these days is for driver
> > removal. How about punting it to staging for a release or two and then
> > remove it? Not sure if that would be frowned upon or welcomed.
> 
> That is the process for driver removal, so of course it is welcomed :)
> 
> > That would have the cost of moving history through directories but git
> > --follow helps with that these days. The gain of moving it to staging
> > IMHO would be that if anyone who might care would need to complain
> may
> > do so for a directory change for 1-2 release may spot this easily and
> > the issues would be much less than an immediate removal.
> 
> Yes, that's why we do it this way.
> 
> Mike, feel free to send me a patch for this if you want me to queue it up for
> 4.3.  For 4.2 it's too late.
> 
> thanks,
> 
> greg k-h
> --

Greg, how would you like to consume that patch? There are a number of large
files. We can break things up into a series and send through email. We could
also post a repo somewhere that you can do a pull from. Something else?

Thanks

-Denny

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* RE: Deprecating ipath
@ 2015-07-03 13:25             ` Dalessandro, Dennis
  0 siblings, 0 replies; 12+ messages in thread
From: Dalessandro, Dennis @ 2015-07-03 13:25 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Luis R. Rodriguez
  Cc: Marciniszyn, Mike, Borislav Petkov, Ingo Molnar,
	One Thousand Gnomes, Doug Ledford, linux-rdma, linux-kernel

> -----Original Message-----
> From: linux-rdma-owner@vger.kernel.org [mailto:linux-rdma-
> owner@vger.kernel.org] On Behalf Of Greg Kroah-Hartman
> Sent: Friday, June 26, 2015 12:54 PM
> To: Luis R. Rodriguez
> Cc: Marciniszyn, Mike; Borislav Petkov; Ingo Molnar; One Thousand Gnomes;
> Doug Ledford; linux-rdma@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: Re: Deprecating ipath
> 
> On Fri, Jun 26, 2015 at 09:23:27AM -0700, Luis R. Rodriguez wrote:
> > On Fri, Jun 26, 2015 at 9:17 AM, Marciniszyn, Mike
> > <mike.marciniszyn@intel.com> wrote:
> > > Doug,
> > >
> > > We have been given the go ahead to start the deprecation process for
> thie ipath driver.
> >
> > That's great! Do you mean removal from Linux?
> >
> > > What do I need to do to get that done?
> >
> > Feature removal txt file was removed from the kernel so there is no
> > "schedule" per se, not sure what the process these days is for driver
> > removal. How about punting it to staging for a release or two and then
> > remove it? Not sure if that would be frowned upon or welcomed.
> 
> That is the process for driver removal, so of course it is welcomed :)
> 
> > That would have the cost of moving history through directories but git
> > --follow helps with that these days. The gain of moving it to staging
> > IMHO would be that if anyone who might care would need to complain
> may
> > do so for a directory change for 1-2 release may spot this easily and
> > the issues would be much less than an immediate removal.
> 
> Yes, that's why we do it this way.
> 
> Mike, feel free to send me a patch for this if you want me to queue it up for
> 4.3.  For 4.2 it's too late.
> 
> thanks,
> 
> greg k-h
> --

Greg, how would you like to consume that patch? There are a number of large
files. We can break things up into a series and send through email. We could
also post a repo somewhere that you can do a pull from. Something else?

Thanks

-Denny


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

* Re: Deprecating ipath
  2015-07-03 13:25             ` Dalessandro, Dennis
@ 2015-07-03 15:36                 ` Greg Kroah-Hartman
  -1 siblings, 0 replies; 12+ messages in thread
From: Greg Kroah-Hartman @ 2015-07-03 15:36 UTC (permalink / raw)
  To: Dalessandro, Dennis
  Cc: Luis R. Rodriguez, Marciniszyn, Mike, Borislav Petkov,
	Ingo Molnar, One Thousand Gnomes, Doug Ledford,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On Fri, Jul 03, 2015 at 01:25:25PM +0000, Dalessandro, Dennis wrote:
> > -----Original Message-----
> > From: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org [mailto:linux-rdma-
> > owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org] On Behalf Of Greg Kroah-Hartman
> > Sent: Friday, June 26, 2015 12:54 PM
> > To: Luis R. Rodriguez
> > Cc: Marciniszyn, Mike; Borislav Petkov; Ingo Molnar; One Thousand Gnomes;
> > Doug Ledford; linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> > Subject: Re: Deprecating ipath
> > 
> > On Fri, Jun 26, 2015 at 09:23:27AM -0700, Luis R. Rodriguez wrote:
> > > On Fri, Jun 26, 2015 at 9:17 AM, Marciniszyn, Mike
> > > <mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote:
> > > > Doug,
> > > >
> > > > We have been given the go ahead to start the deprecation process for
> > thie ipath driver.
> > >
> > > That's great! Do you mean removal from Linux?
> > >
> > > > What do I need to do to get that done?
> > >
> > > Feature removal txt file was removed from the kernel so there is no
> > > "schedule" per se, not sure what the process these days is for driver
> > > removal. How about punting it to staging for a release or two and then
> > > remove it? Not sure if that would be frowned upon or welcomed.
> > 
> > That is the process for driver removal, so of course it is welcomed :)
> > 
> > > That would have the cost of moving history through directories but git
> > > --follow helps with that these days. The gain of moving it to staging
> > > IMHO would be that if anyone who might care would need to complain
> > may
> > > do so for a directory change for 1-2 release may spot this easily and
> > > the issues would be much less than an immediate removal.
> > 
> > Yes, that's why we do it this way.
> > 
> > Mike, feel free to send me a patch for this if you want me to queue it up for
> > 4.3.  For 4.2 it's too late.
> > 
> > thanks,
> > 
> > greg k-h
> > --
> 
> Greg, how would you like to consume that patch? There are a number of large
> files. We can break things up into a series and send through email. We could
> also post a repo somewhere that you can do a pull from. Something else?

If you use -M to 'git format-patch' when generating a patch, it will
show that you just moved the files around the directory tree, and the
patch should be quite small and easy to email and review.

In fact, you should use that as a default for all patches, as it's now a
standard that normal patch can use to consume, I have this in my
.gitalias file:
	[alias]
		fp = format-patch -M

and just use 'git fp' all the time.

try that and see what the results are.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: Deprecating ipath
@ 2015-07-03 15:36                 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 12+ messages in thread
From: Greg Kroah-Hartman @ 2015-07-03 15:36 UTC (permalink / raw)
  To: Dalessandro, Dennis
  Cc: Luis R. Rodriguez, Marciniszyn, Mike, Borislav Petkov,
	Ingo Molnar, One Thousand Gnomes, Doug Ledford, linux-rdma,
	linux-kernel

On Fri, Jul 03, 2015 at 01:25:25PM +0000, Dalessandro, Dennis wrote:
> > -----Original Message-----
> > From: linux-rdma-owner@vger.kernel.org [mailto:linux-rdma-
> > owner@vger.kernel.org] On Behalf Of Greg Kroah-Hartman
> > Sent: Friday, June 26, 2015 12:54 PM
> > To: Luis R. Rodriguez
> > Cc: Marciniszyn, Mike; Borislav Petkov; Ingo Molnar; One Thousand Gnomes;
> > Doug Ledford; linux-rdma@vger.kernel.org; linux-kernel@vger.kernel.org
> > Subject: Re: Deprecating ipath
> > 
> > On Fri, Jun 26, 2015 at 09:23:27AM -0700, Luis R. Rodriguez wrote:
> > > On Fri, Jun 26, 2015 at 9:17 AM, Marciniszyn, Mike
> > > <mike.marciniszyn@intel.com> wrote:
> > > > Doug,
> > > >
> > > > We have been given the go ahead to start the deprecation process for
> > thie ipath driver.
> > >
> > > That's great! Do you mean removal from Linux?
> > >
> > > > What do I need to do to get that done?
> > >
> > > Feature removal txt file was removed from the kernel so there is no
> > > "schedule" per se, not sure what the process these days is for driver
> > > removal. How about punting it to staging for a release or two and then
> > > remove it? Not sure if that would be frowned upon or welcomed.
> > 
> > That is the process for driver removal, so of course it is welcomed :)
> > 
> > > That would have the cost of moving history through directories but git
> > > --follow helps with that these days. The gain of moving it to staging
> > > IMHO would be that if anyone who might care would need to complain
> > may
> > > do so for a directory change for 1-2 release may spot this easily and
> > > the issues would be much less than an immediate removal.
> > 
> > Yes, that's why we do it this way.
> > 
> > Mike, feel free to send me a patch for this if you want me to queue it up for
> > 4.3.  For 4.2 it's too late.
> > 
> > thanks,
> > 
> > greg k-h
> > --
> 
> Greg, how would you like to consume that patch? There are a number of large
> files. We can break things up into a series and send through email. We could
> also post a repo somewhere that you can do a pull from. Something else?

If you use -M to 'git format-patch' when generating a patch, it will
show that you just moved the files around the directory tree, and the
patch should be quite small and easy to email and review.

In fact, you should use that as a default for all patches, as it's now a
standard that normal patch can use to consume, I have this in my
.gitalias file:
	[alias]
		fp = format-patch -M

and just use 'git fp' all the time.

try that and see what the results are.

thanks,

greg k-h

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

* Re: Deprecating ipath
  2015-07-03 15:36                 ` Greg Kroah-Hartman
  (?)
@ 2015-07-03 17:18                 ` Luis R. Rodriguez
       [not found]                   ` <CAB=NE6WL_ezUGaAqqmVHtyw28Cw5LZ5Qs6C5sKuEi9j=om_MBA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  -1 siblings, 1 reply; 12+ messages in thread
From: Luis R. Rodriguez @ 2015-07-03 17:18 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Dalessandro, Dennis, Marciniszyn, Mike, Borislav Petkov,
	Ingo Molnar, One Thousand Gnomes, Doug Ledford, linux-rdma,
	linux-kernel

On Fri, Jul 3, 2015 at 8:36 AM, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
> On Fri, Jul 03, 2015 at 01:25:25PM +0000, Dalessandro, Dennis wrote:
>> > -----Original Message-----
>> > From: linux-rdma-owner@vger.kernel.org [mailto:linux-rdma-
>> > owner@vger.kernel.org] On Behalf Of Greg Kroah-Hartman
>> > Sent: Friday, June 26, 2015 12:54 PM
>> > To: Luis R. Rodriguez
>> > Cc: Marciniszyn, Mike; Borislav Petkov; Ingo Molnar; One Thousand Gnomes;
>> > Doug Ledford; linux-rdma@vger.kernel.org; linux-kernel@vger.kernel.org
>> > Subject: Re: Deprecating ipath
>> >
>> > On Fri, Jun 26, 2015 at 09:23:27AM -0700, Luis R. Rodriguez wrote:
>> > > On Fri, Jun 26, 2015 at 9:17 AM, Marciniszyn, Mike
>> > > <mike.marciniszyn@intel.com> wrote:
>> > > > Doug,
>> > > >
>> > > > We have been given the go ahead to start the deprecation process for
>> > thie ipath driver.
>> > >
>> > > That's great! Do you mean removal from Linux?
>> > >
>> > > > What do I need to do to get that done?
>> > >
>> > > Feature removal txt file was removed from the kernel so there is no
>> > > "schedule" per se, not sure what the process these days is for driver
>> > > removal. How about punting it to staging for a release or two and then
>> > > remove it? Not sure if that would be frowned upon or welcomed.
>> >
>> > That is the process for driver removal, so of course it is welcomed :)
>> >
>> > > That would have the cost of moving history through directories but git
>> > > --follow helps with that these days. The gain of moving it to staging
>> > > IMHO would be that if anyone who might care would need to complain
>> > may
>> > > do so for a directory change for 1-2 release may spot this easily and
>> > > the issues would be much less than an immediate removal.
>> >
>> > Yes, that's why we do it this way.
>> >
>> > Mike, feel free to send me a patch for this if you want me to queue it up for
>> > 4.3.  For 4.2 it's too late.
>> >
>> > thanks,
>> >
>> > greg k-h
>> > --
>>
>> Greg, how would you like to consume that patch? There are a number of large
>> files. We can break things up into a series and send through email. We could
>> also post a repo somewhere that you can do a pull from. Something else?
>
> If you use -M to 'git format-patch' when generating a patch, it will
> show that you just moved the files around the directory tree, and the
> patch should be quite small and easy to email and review.
>
> In fact, you should use that as a default for all patches, as it's now a
> standard that normal patch can use to consume, I have this in my
> .gitalias file:
>         [alias]
>                 fp = format-patch -M
>
> and just use 'git fp' all the time.

And if you still want to use default regular commands then you can use:

[diff]
        renamelimit=0

  Luis

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

* Re: Deprecating ipath
  2015-07-03 17:18                 ` Luis R. Rodriguez
@ 2015-07-03 17:19                       ` Luis R. Rodriguez
  0 siblings, 0 replies; 12+ messages in thread
From: Luis R. Rodriguez @ 2015-07-03 17:19 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Dalessandro, Dennis, Marciniszyn, Mike, Borislav Petkov,
	Ingo Molnar, One Thousand Gnomes, Doug Ledford,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On Fri, Jul 3, 2015 at 10:18 AM, Luis R. Rodriguez <mcgrof-IBi9RG/b67k@public.gmane.org> wrote:
> On Fri, Jul 3, 2015 at 8:36 AM, Greg Kroah-Hartman
> <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> wrote:
>> On Fri, Jul 03, 2015 at 01:25:25PM +0000, Dalessandro, Dennis wrote:
>>> > -----Original Message-----
>>> > From: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org [mailto:linux-rdma-
>>> > owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org] On Behalf Of Greg Kroah-Hartman
>>> > Sent: Friday, June 26, 2015 12:54 PM
>>> > To: Luis R. Rodriguez
>>> > Cc: Marciniszyn, Mike; Borislav Petkov; Ingo Molnar; One Thousand Gnomes;
>>> > Doug Ledford; linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>>> > Subject: Re: Deprecating ipath
>>> >
>>> > On Fri, Jun 26, 2015 at 09:23:27AM -0700, Luis R. Rodriguez wrote:
>>> > > On Fri, Jun 26, 2015 at 9:17 AM, Marciniszyn, Mike
>>> > > <mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote:
>>> > > > Doug,
>>> > > >
>>> > > > We have been given the go ahead to start the deprecation process for
>>> > thie ipath driver.
>>> > >
>>> > > That's great! Do you mean removal from Linux?
>>> > >
>>> > > > What do I need to do to get that done?
>>> > >
>>> > > Feature removal txt file was removed from the kernel so there is no
>>> > > "schedule" per se, not sure what the process these days is for driver
>>> > > removal. How about punting it to staging for a release or two and then
>>> > > remove it? Not sure if that would be frowned upon or welcomed.
>>> >
>>> > That is the process for driver removal, so of course it is welcomed :)
>>> >
>>> > > That would have the cost of moving history through directories but git
>>> > > --follow helps with that these days. The gain of moving it to staging
>>> > > IMHO would be that if anyone who might care would need to complain
>>> > may
>>> > > do so for a directory change for 1-2 release may spot this easily and
>>> > > the issues would be much less than an immediate removal.
>>> >
>>> > Yes, that's why we do it this way.
>>> >
>>> > Mike, feel free to send me a patch for this if you want me to queue it up for
>>> > 4.3.  For 4.2 it's too late.
>>> >
>>> > thanks,
>>> >
>>> > greg k-h
>>> > --
>>>
>>> Greg, how would you like to consume that patch? There are a number of large
>>> files. We can break things up into a series and send through email. We could
>>> also post a repo somewhere that you can do a pull from. Something else?
>>
>> If you use -M to 'git format-patch' when generating a patch, it will
>> show that you just moved the files around the directory tree, and the
>> patch should be quite small and easy to email and review.
>>
>> In fact, you should use that as a default for all patches, as it's now a
>> standard that normal patch can use to consume, I have this in my
>> .gitalias file:
>>         [alias]
>>                 fp = format-patch -M
>>
>> and just use 'git fp' all the time.
>
> And if you still want to use default regular commands then you can use:
>
> [diff]
>         renamelimit=0

Actually this is to help trigger rename detection to be a bit more
greedy, you still need -M.

 Luis
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: Deprecating ipath
@ 2015-07-03 17:19                       ` Luis R. Rodriguez
  0 siblings, 0 replies; 12+ messages in thread
From: Luis R. Rodriguez @ 2015-07-03 17:19 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Dalessandro, Dennis, Marciniszyn, Mike, Borislav Petkov,
	Ingo Molnar, One Thousand Gnomes, Doug Ledford, linux-rdma,
	linux-kernel

On Fri, Jul 3, 2015 at 10:18 AM, Luis R. Rodriguez <mcgrof@suse.com> wrote:
> On Fri, Jul 3, 2015 at 8:36 AM, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
>> On Fri, Jul 03, 2015 at 01:25:25PM +0000, Dalessandro, Dennis wrote:
>>> > -----Original Message-----
>>> > From: linux-rdma-owner@vger.kernel.org [mailto:linux-rdma-
>>> > owner@vger.kernel.org] On Behalf Of Greg Kroah-Hartman
>>> > Sent: Friday, June 26, 2015 12:54 PM
>>> > To: Luis R. Rodriguez
>>> > Cc: Marciniszyn, Mike; Borislav Petkov; Ingo Molnar; One Thousand Gnomes;
>>> > Doug Ledford; linux-rdma@vger.kernel.org; linux-kernel@vger.kernel.org
>>> > Subject: Re: Deprecating ipath
>>> >
>>> > On Fri, Jun 26, 2015 at 09:23:27AM -0700, Luis R. Rodriguez wrote:
>>> > > On Fri, Jun 26, 2015 at 9:17 AM, Marciniszyn, Mike
>>> > > <mike.marciniszyn@intel.com> wrote:
>>> > > > Doug,
>>> > > >
>>> > > > We have been given the go ahead to start the deprecation process for
>>> > thie ipath driver.
>>> > >
>>> > > That's great! Do you mean removal from Linux?
>>> > >
>>> > > > What do I need to do to get that done?
>>> > >
>>> > > Feature removal txt file was removed from the kernel so there is no
>>> > > "schedule" per se, not sure what the process these days is for driver
>>> > > removal. How about punting it to staging for a release or two and then
>>> > > remove it? Not sure if that would be frowned upon or welcomed.
>>> >
>>> > That is the process for driver removal, so of course it is welcomed :)
>>> >
>>> > > That would have the cost of moving history through directories but git
>>> > > --follow helps with that these days. The gain of moving it to staging
>>> > > IMHO would be that if anyone who might care would need to complain
>>> > may
>>> > > do so for a directory change for 1-2 release may spot this easily and
>>> > > the issues would be much less than an immediate removal.
>>> >
>>> > Yes, that's why we do it this way.
>>> >
>>> > Mike, feel free to send me a patch for this if you want me to queue it up for
>>> > 4.3.  For 4.2 it's too late.
>>> >
>>> > thanks,
>>> >
>>> > greg k-h
>>> > --
>>>
>>> Greg, how would you like to consume that patch? There are a number of large
>>> files. We can break things up into a series and send through email. We could
>>> also post a repo somewhere that you can do a pull from. Something else?
>>
>> If you use -M to 'git format-patch' when generating a patch, it will
>> show that you just moved the files around the directory tree, and the
>> patch should be quite small and easy to email and review.
>>
>> In fact, you should use that as a default for all patches, as it's now a
>> standard that normal patch can use to consume, I have this in my
>> .gitalias file:
>>         [alias]
>>                 fp = format-patch -M
>>
>> and just use 'git fp' all the time.
>
> And if you still want to use default regular commands then you can use:
>
> [diff]
>         renamelimit=0

Actually this is to help trigger rename detection to be a bit more
greedy, you still need -M.

 Luis

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

end of thread, other threads:[~2015-07-03 17:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-26 16:17 Deprecating ipath Marciniszyn, Mike
     [not found] ` <32E1700B9017364D9B60AED9960492BC257567C3-RjuIdWtd+YbTXloPLtfHfbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-06-26 16:23   ` Luis R. Rodriguez
2015-06-26 16:23     ` Luis R. Rodriguez
     [not found]     ` <CAB=NE6WTPKUF3EUVk6Z91pd+PYTjLdrLHr0Gn=n9+Z98cVdPWg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-26 16:54       ` Greg Kroah-Hartman
2015-06-26 16:54         ` Greg Kroah-Hartman
     [not found]         ` <20150626165401.GA14699-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2015-07-03 13:25           ` Dalessandro, Dennis
2015-07-03 13:25             ` Dalessandro, Dennis
     [not found]             ` <D2F193D21ECD8C45917AD3D5B26513300C48DAD5-8k97q/ur5Z2krb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-07-03 15:36               ` Greg Kroah-Hartman
2015-07-03 15:36                 ` Greg Kroah-Hartman
2015-07-03 17:18                 ` Luis R. Rodriguez
     [not found]                   ` <CAB=NE6WL_ezUGaAqqmVHtyw28Cw5LZ5Qs6C5sKuEi9j=om_MBA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-07-03 17:19                     ` Luis R. Rodriguez
2015-07-03 17:19                       ` Luis R. Rodriguez

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.