From: Andrew Morton on 4 Aug 2010 03:20 On Wed, 04 Aug 2010 09:10:54 +0200 Stefani Seibold <stefani(a)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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on 4 Aug 2010 15:50 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Stefani Seibold on 4 Aug 2010 16:10 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! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on 4 Aug 2010 17:50 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Andrew Morton on 4 Aug 2010 18:00 On Wed, 4 Aug 2010 13:17:24 -0700 Greg KH <gregkh(a)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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Next
|
Last
Pages: 1 2 Prev: [PATCH] kvm: make mmu_shrink() fit shrinker's requirement Next: new gerneric kfifo API |