public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* new gerneric kfifo API
       [not found] <201005132135.o4DLZ9WI021613@imap1.linux-foundation.org>
@ 2010-08-04  7:10 ` Stefani Seibold
  2010-08-04  7:16   ` Andrew Morton
  2010-08-04 19:46   ` Greg KH
  0 siblings, 2 replies; 9+ messages in thread
From: Stefani Seibold @ 2010-08-04  7:10 UTC (permalink / raw)
  To: linux-kernel, akpm, Ira W. Snyder, Andi Kleen, Greg Kroah-Hartman,
	Alan Cox, tytso

Hi,

once again. Kernel 2.6.35 is out and i want to know if there is play plan to
merge the generic kfifo API. All complains was fixed, so there is no
reason to shift the merge again. Please gibe me a short answer.

Greetings,
Stefani




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

* Re: new gerneric kfifo API
  2010-08-04  7:10 ` new gerneric kfifo API Stefani Seibold
@ 2010-08-04  7:16   ` Andrew Morton
  2010-08-04 19:46   ` Greg KH
  1 sibling, 0 replies; 9+ messages in thread
From: Andrew Morton @ 2010-08-04  7:16 UTC (permalink / raw)
  To: Stefani Seibold
  Cc: linux-kernel, Ira W. Snyder, Andi Kleen, Greg Kroah-Hartman,
	Alan Cox, tytso

On Wed, 04 Aug 2010 09:10:54 +0200 Stefani Seibold <stefani@seibold.net> wrote:

> Hi,
> 
> once again. Kernel 2.6.35 is out and i want to know if there is play plan to
> merge the generic kfifo API. All complains was fixed, so there is no
> reason to shift the merge again. Please gibe me a short answer.
> 

Sorry, I didn't get around to looking at it.  Like those 100
checkpoint/restart patches.

We'll get there.

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

* Re: new gerneric kfifo API
  2010-08-04  7:10 ` new gerneric kfifo API Stefani Seibold
  2010-08-04  7:16   ` Andrew Morton
@ 2010-08-04 19:46   ` Greg KH
  2010-08-04 20:09     ` Stefani Seibold
  2010-08-05  9:04     ` Andi Kleen
  1 sibling, 2 replies; 9+ messages in thread
From: Greg KH @ 2010-08-04 19:46 UTC (permalink / raw)
  To: Stefani Seibold
  Cc: linux-kernel, akpm, Ira W. Snyder, Andi Kleen, Alan Cox, tytso

On Wed, Aug 04, 2010 at 09:10:54AM +0200, Stefani Seibold wrote:
> Hi,
> 
> once again. Kernel 2.6.35 is out and i want to know if there is play plan to
> merge the generic kfifo API. All complains was fixed, so there is no
> reason to shift the merge again. Please gibe me a short answer.

These have been in the -mm tree for a few major kernel releases now,
right?  And they are API safe, and only change the internals, right?

If so, I see no objection to merging them now, especially as you will be
around to fix up any problems that people have, right?  :)

thanks,

greg k-h

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

* Re: new gerneric kfifo API
  2010-08-04 19:46   ` Greg KH
@ 2010-08-04 20:09     ` Stefani Seibold
  2010-08-04 20:17       ` Greg KH
  2010-08-05  9:04     ` Andi Kleen
  1 sibling, 1 reply; 9+ messages in thread
From: Stefani Seibold @ 2010-08-04 20:09 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, akpm, Ira W. Snyder, Andi Kleen, Alan Cox, tytso

Am Mittwoch, den 04.08.2010, 12:46 -0700 schrieb Greg KH:
> On Wed, Aug 04, 2010 at 09:10:54AM +0200, Stefani Seibold wrote:
> > Hi,
> > 
> > once again. Kernel 2.6.35 is out and i want to know if there is play plan to
> > merge the generic kfifo API. All complains was fixed, so there is no
> > reason to shift the merge again. Please gibe me a short answer.
> 
> These have been in the -mm tree for a few major kernel releases now,
> right?  And they are API safe, and only change the internals, right?
> 
> If so, I see no objection to merging them now, especially as you will be
> around to fix up any problems that people have, right?  :)
> 

right!




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

* Re: new gerneric kfifo API
  2010-08-04 20:09     ` Stefani Seibold
@ 2010-08-04 20:17       ` Greg KH
  2010-08-04 21:52         ` Andrew Morton
  0 siblings, 1 reply; 9+ messages in thread
From: Greg KH @ 2010-08-04 20:17 UTC (permalink / raw)
  To: Stefani Seibold
  Cc: linux-kernel, akpm, Ira W. Snyder, Andi Kleen, Alan Cox, tytso

On Wed, Aug 04, 2010 at 10:09:11PM +0200, Stefani Seibold wrote:
> Am Mittwoch, den 04.08.2010, 12:46 -0700 schrieb Greg KH:
> > On Wed, Aug 04, 2010 at 09:10:54AM +0200, Stefani Seibold wrote:
> > > Hi,
> > > 
> > > once again. Kernel 2.6.35 is out and i want to know if there is play plan to
> > > merge the generic kfifo API. All complains was fixed, so there is no
> > > reason to shift the merge again. Please gibe me a short answer.
> > 
> > These have been in the -mm tree for a few major kernel releases now,
> > right?  And they are API safe, and only change the internals, right?
> > 
> > If so, I see no objection to merging them now, especially as you will be
> > around to fix up any problems that people have, right?  :)
> > 
> 
> right!

Great.  As Andrew doesn't have the time to send them on, want me to?  If
so, care to point me at them in his tree, or resend them to me?

thanks,

greg k-h

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

* Re: new gerneric kfifo API
  2010-08-04 20:17       ` Greg KH
@ 2010-08-04 21:52         ` Andrew Morton
  2010-08-04 22:02           ` stefani
  0 siblings, 1 reply; 9+ messages in thread
From: Andrew Morton @ 2010-08-04 21:52 UTC (permalink / raw)
  To: Greg KH
  Cc: Stefani Seibold, linux-kernel, Ira W. Snyder, Andi Kleen,
	Alan Cox, tytso

On Wed, 4 Aug 2010 13:17:24 -0700
Greg KH <gregkh@suse.de> wrote:

> On Wed, Aug 04, 2010 at 10:09:11PM +0200, Stefani Seibold wrote:
> > Am Mittwoch, den 04.08.2010, 12:46 -0700 schrieb Greg KH:
> > > On Wed, Aug 04, 2010 at 09:10:54AM +0200, Stefani Seibold wrote:
> > > > Hi,
> > > > 
> > > > once again. Kernel 2.6.35 is out and i want to know if there is play plan to
> > > > merge the generic kfifo API. All complains was fixed, so there is no
> > > > reason to shift the merge again. Please gibe me a short answer.
> > > 
> > > These have been in the -mm tree for a few major kernel releases now,
> > > right?  And they are API safe, and only change the internals, right?
> > > 
> > > If so, I see no objection to merging them now, especially as you will be
> > > around to fix up any problems that people have, right?  :)
> > > 
> > 
> > right!
> 
> Great.  As Andrew doesn't have the time to send them on, want me to?  If
> so, care to point me at them in his tree, or resend them to me?
> 

One does a little more than "send things on"...

I have a little pile of kfifo changes queud for 2.6.36.  The "generic
kfifo" patches are a large rotorooting of the whole facility, based on
that work (I hope).

There's also the abandoned
kfifo-replace-the-old-non-generic-api-kfifo-fix-scatterlist-usage.patch
which never got resolved with the originator.


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

* Re: new gerneric kfifo API
  2010-08-04 21:52         ` Andrew Morton
@ 2010-08-04 22:02           ` stefani
  2010-08-04 23:01             ` Ira W. Snyder
  0 siblings, 1 reply; 9+ messages in thread
From: stefani @ 2010-08-04 22:02 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Greg KH, linux-kernel, Ira W. Snyder, Andi Kleen, Alan Cox, tytso


Zitat von Andrew Morton <akpm@linux-foundation.org>:

> On Wed, 4 Aug 2010 13:17:24 -0700
> Greg KH <gregkh@suse.de> wrote:
>
>> On Wed, Aug 04, 2010 at 10:09:11PM +0200, Stefani Seibold wrote:
>> > Am Mittwoch, den 04.08.2010, 12:46 -0700 schrieb Greg KH:
>> > > On Wed, Aug 04, 2010 at 09:10:54AM +0200, Stefani Seibold wrote:
>> > > > Hi,
>> > > >
>> > > > once again. Kernel 2.6.35 is out and i want to know if there  
>> is play plan to
>> > > > merge the generic kfifo API. All complains was fixed, so there is no
>> > > > reason to shift the merge again. Please gibe me a short answer.
>> > >
>> > > These have been in the -mm tree for a few major kernel releases now,
>> > > right?  And they are API safe, and only change the internals, right?
>> > >
>> > > If so, I see no objection to merging them now, especially as you will be
>> > > around to fix up any problems that people have, right?  :)
>> > >
>> >
>> > right!
>>
>> Great.  As Andrew doesn't have the time to send them on, want me to?  If
>> so, care to point me at them in his tree, or resend them to me?
>>
>
> One does a little more than "send things on"...
>
> I have a little pile of kfifo changes queud for 2.6.36.  The "generic
> kfifo" patches are a large rotorooting of the whole facility, based on
> that work (I hope).
>
> There's also the abandoned
> kfifo-replace-the-old-non-generic-api-kfifo-fix-scatterlist-usage.patch
> which never got resolved with the originator.
>
>

This patch was included in the latest version i had posted last week.




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

* Re: new gerneric kfifo API
  2010-08-04 22:02           ` stefani
@ 2010-08-04 23:01             ` Ira W. Snyder
  0 siblings, 0 replies; 9+ messages in thread
From: Ira W. Snyder @ 2010-08-04 23:01 UTC (permalink / raw)
  To: stefani; +Cc: Andrew Morton, Greg KH, linux-kernel, Andi Kleen, Alan Cox, tytso

On Thu, Aug 05, 2010 at 12:02:46AM +0200, stefani@seibold.net wrote:
> 
> Zitat von Andrew Morton <akpm@linux-foundation.org>:
> 
> > On Wed, 4 Aug 2010 13:17:24 -0700
> > Greg KH <gregkh@suse.de> wrote:
> >
> >> On Wed, Aug 04, 2010 at 10:09:11PM +0200, Stefani Seibold wrote:
> >> > Am Mittwoch, den 04.08.2010, 12:46 -0700 schrieb Greg KH:
> >> > > On Wed, Aug 04, 2010 at 09:10:54AM +0200, Stefani Seibold wrote:
> >> > > > Hi,
> >> > > >
> >> > > > once again. Kernel 2.6.35 is out and i want to know if there  
> >> is play plan to
> >> > > > merge the generic kfifo API. All complains was fixed, so there is no
> >> > > > reason to shift the merge again. Please gibe me a short answer.
> >> > >
> >> > > These have been in the -mm tree for a few major kernel releases now,
> >> > > right?  And they are API safe, and only change the internals, right?
> >> > >
> >> > > If so, I see no objection to merging them now, especially as you will be
> >> > > around to fix up any problems that people have, right?  :)
> >> > >
> >> >
> >> > right!
> >>
> >> Great.  As Andrew doesn't have the time to send them on, want me to?  If
> >> so, care to point me at them in his tree, or resend them to me?
> >>
> >
> > One does a little more than "send things on"...
> >
> > I have a little pile of kfifo changes queud for 2.6.36.  The "generic
> > kfifo" patches are a large rotorooting of the whole facility, based on
> > that work (I hope).
> >
> > There's also the abandoned
> > kfifo-replace-the-old-non-generic-api-kfifo-fix-scatterlist-usage.patch
> > which never got resolved with the originator.
> >
> >
> 
> This patch was included in the latest version i had posted last week.
> 

Hello Stefani, Andrew,

I've reviewed the updated patch from Stefani which has incorporated the
fixes I suggested into the DMA routines. The DMA routines have my ack,
though I have not ported any code to them yet.

Thanks,
Ira

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

* Re: new gerneric kfifo API
  2010-08-04 19:46   ` Greg KH
  2010-08-04 20:09     ` Stefani Seibold
@ 2010-08-05  9:04     ` Andi Kleen
  1 sibling, 0 replies; 9+ messages in thread
From: Andi Kleen @ 2010-08-05  9:04 UTC (permalink / raw)
  To: Greg KH
  Cc: Stefani Seibold, linux-kernel, akpm, Ira W. Snyder, Andi Kleen,
	Alan Cox, tytso

On Wed, Aug 04, 2010 at 12:46:17PM -0700, Greg KH wrote:
> On Wed, Aug 04, 2010 at 09:10:54AM +0200, Stefani Seibold wrote:
> > Hi,
> > 
> > once again. Kernel 2.6.35 is out and i want to know if there is play plan to
> > merge the generic kfifo API. All complains was fixed, so there is no
> > reason to shift the merge again. Please gibe me a short answer.
> 
> These have been in the -mm tree for a few major kernel releases now,
> right?  And they are API safe, and only change the internals, right?

I thought they changed the API. But generally to the better.

The newer version seemed ok to me last time I looked.
The older version it replaced had some issues.

-Andi
-- 
ak@linux.intel.com -- Speaking for myself only.

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

end of thread, other threads:[~2010-08-05  9:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <201005132135.o4DLZ9WI021613@imap1.linux-foundation.org>
2010-08-04  7:10 ` new gerneric kfifo API Stefani Seibold
2010-08-04  7:16   ` Andrew Morton
2010-08-04 19:46   ` Greg KH
2010-08-04 20:09     ` Stefani Seibold
2010-08-04 20:17       ` Greg KH
2010-08-04 21:52         ` Andrew Morton
2010-08-04 22:02           ` stefani
2010-08-04 23:01             ` Ira W. Snyder
2010-08-05  9:04     ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox