* Re: Re: loop back broken in 2.2.14 @ 2001-11-12 20:27 joeja 2001-11-12 23:36 ` Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) Sean Elble 2001-11-14 6:31 ` Re: loop back broken in 2.2.14 Michael Peddemors 0 siblings, 2 replies; 11+ messages in thread From: joeja @ 2001-11-12 20:27 UTC (permalink / raw) To: John Alvord; +Cc: linux-kernel [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: Type: text/plain, Size: 2541 bytes --] I thought that the -pre would be the developer kernels, and that an actual release (2.4.14) would have been somewhat tested. I fully understand that a 'runtime' bug in the vm or some other system could arrise and that is one thing. I also understand when a 'less used' driver like NTFS or VFAT breaks, but to see bugs in the loop device in a 'stabilizing' kernel is something that I thought I'd never see. Hmm anyone working on a regression testing tool for the kernel compilation options?? Also new features DO go into stable trees, there are many times when 2.3.x was open that stuff was backported to 2.2.x. I also heard that ext3 might end up in 2.4.15, which I'd love to see happen (that and lm_sensors) I DO think that there needs to be a better way of handling some of these small bugs. Like maybe where the kernel is posted (in my case obtaining from ftp.kernel.org) there should be a readme.first.2.4.14 for every version of the kernel and in there things like this could be stated. Simple one line in loop.c commment out the two lines or remove the two lines with deactivate_page. I don't mind 'testing', but how can you test what wont compile or what compiles but does not run? Joe John Alvord <jalvo@mbay.net> wrote: > In developer-speak, stable == stablizing, which means that fixes go in but no new features. That can include monstrous fixes like the VM cleanup. When you are running developer kernels, you are on the kernel test team whether you know it or not, whether you think thats OK or hate it. For "stable" kernels, wait for the distributors like red hat/suse/etc. There is no way around serious testing which they perform. john On Mon, 12 Nov 2001 12:40:43 -0500, joeja@mindspring.com wrote: >Okay, I can delete out those two lines to get loop working. > >Is 2.4.x really a stable tree? Or should I wait for 2.4.25 before I consider it really stable? > >> > François Cami wrote: >> > >> > > yes, see 2.4.15pre1 >> > > warning, the iptables code in 2.4.15pre1 and pre2 seems broken. >> > >> > and further it is likely that pre3 fixes iptables code :) >> > (it looks like the patch got reverted) >> >> Actually it doesn't seem to be reverted, >> just reworked - > >hmm, spoke too soon - > >looks like they were reverted after all... > >cu > >jjs > > >- >To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html >Please read the FAQ at http://www.tux.org/lkml/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) 2001-11-12 20:27 Re: loop back broken in 2.2.14 joeja @ 2001-11-12 23:36 ` Sean Elble 2001-11-13 0:37 ` François Cami 2001-11-14 6:31 ` Re: loop back broken in 2.2.14 Michael Peddemors 1 sibling, 1 reply; 11+ messages in thread From: Sean Elble @ 2001-11-12 23:36 UTC (permalink / raw) To: joeja, John Alvord; +Cc: linux-kernel Something definitely should be done to help "stabilize" the tree; it's not really a big deal for most of us if something is broken, as you know there will be a fix posted very soon after the release, _but_ bugs like these don't exactly make Linux "look good" to the rest of the UNIX community. A FreeBSD advocate might say "well, FreeBSD never does _that_". My suggestion to help fix the problem would be to do what SGI does; have two seperate trees that strive to stay as close to each other as possible, but one becomes part of the "maintaince stream", where only bug fixes and the such are added, and a "features stream", where actual new features are added in. Take a look at some of the IRIX web pages at http://www.sgi.com/ for a better idea of how that works, but believe me, it works. This would be in addition to some sort of testing suite that each official kernel must pass before it is released. With the growing number of (important/big) Linux users, we must make sure each kernel is rock-solid before being released. This is definitely more of a political topic than a technical one, but it has to be addressed nonetheless. ----------------------------------------------- Sean P. Elble Editor, Writer, Co-Webmaster ReactiveLinux.com (Formerly MaximumLinux.org) http://www.reactivelinux.com/ elbles@reactivelinux.com ----------------------------------------------- ----- Original Message ----- From: <joeja@mindspring.com> To: "John Alvord" <jalvo@mbay.net> Cc: <linux-kernel@vger.kernel.org> Sent: Monday, November 12, 2001 3:27 PM Subject: Re: Re: loop back broken in 2.2.14 > I thought that the -pre would be the developer kernels, and that an actual release (2.4.14) would have been somewhat tested. I fully understand that a 'runtime' bug in the vm or some other system could arrise and that is one thing. I also understand when a 'less used' driver like NTFS or VFAT breaks, but to see bugs in the loop device in a 'stabilizing' kernel is something that I thought I'd never see. > > Hmm anyone working on a regression testing tool for the kernel compilation options?? > > Also new features DO go into stable trees, there are many times when 2.3.x was open that stuff was backported to 2.2.x. I also heard that ext3 might end up in 2.4.15, which I'd love to see happen (that and lm_sensors) > > I DO think that there needs to be a better way of handling some of these small bugs. Like maybe where the kernel is posted (in my case obtaining from ftp.kernel.org) there should be a readme.first.2.4.14 for every version of the kernel and in there things like this could be stated. Simple one line in loop.c commment out the two lines or remove the two lines with deactivate_page. > > I don't mind 'testing', but how can you test what wont compile or what compiles but does not run? > > Joe > John Alvord <jalvo@mbay.net> wrote: > > In developer-speak, stable == stablizing, which means that fixes go in > but no new features. That can include monstrous fixes like the VM > cleanup. > > When you are running developer kernels, you are on the kernel test > team whether you know it or not, whether you think thats OK or hate > it. > > For "stable" kernels, wait for the distributors like red hat/suse/etc. > There is no way around serious testing which they perform. > > john > > > On Mon, 12 Nov 2001 12:40:43 -0500, joeja@mindspring.com wrote: > > >Okay, I can delete out those two lines to get loop working. > > > >Is 2.4.x really a stable tree? Or should I wait for 2.4.25 before I consider it really stable? > > > >> > François Cami wrote: > >> > > >> > > yes, see 2.4.15pre1 > >> > > warning, the iptables code in 2.4.15pre1 and pre2 seems broken. > >> > > >> > and further it is likely that pre3 fixes iptables code :) > >> > (it looks like the patch got reverted) > >> > >> Actually it doesn't seem to be reverted, > >> just reworked - > > > >hmm, spoke too soon - > > > >looks like they were reverted after all... > > > >cu > > > >jjs > > > > > >- > >To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > >the body of a message to majordomo@vger.kernel.org > >More majordomo info at http://vger.kernel.org/majordomo-info.html > >Please read the FAQ at http://www.tux.org/lkml/ > > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) 2001-11-12 23:36 ` Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) Sean Elble @ 2001-11-13 0:37 ` François Cami 2001-11-13 0:48 ` Sean Elble 0 siblings, 1 reply; 11+ messages in thread From: François Cami @ 2001-11-13 0:37 UTC (permalink / raw) To: Sean Elble; +Cc: joeja, John Alvord, linux-kernel I guess the way I'd do it would be to actually freeze [in which I mean no more 'testing' patch are applied] a pre something, say 2.4.XpreY for example, see if there are any obvious bugs in it (like the loopback in 2.4.14), correct them, test again, and if it's okay, release 2.4.X. Of course, I've never done much kernel work except testing, so I'm not exactly the one who should talk about it. Still, I think that from the user point of view (and there was a post in LKML yesterday, about Linux being used by UN*X experienced sysadmins only... or going mainstream instead) the releases should be tested a bit more thoroughly and actually *frozen* for some time (a day or two should suffice I guess) before being labelled 2.4.X. Just the two cents from a newbie - I hope/mean to offense noone with that François Cami Sean Elble wrote: > Something definitely should be done to help "stabilize" the tree; it's not > really a big deal for most of us if something is broken, as you know there > will be a fix posted very soon after the release, _but_ bugs like these > don't exactly make Linux "look good" to the rest of the UNIX community. A > FreeBSD advocate might say "well, FreeBSD never does _that_". My suggestion > to help fix the problem would be to do what SGI does; have two seperate > trees that strive to stay as close to each other as possible, but one > becomes part of the "maintaince stream", where only bug fixes and the such > are added, and a "features stream", where actual new features are added in. > Take a look at some of the IRIX web pages at http://www.sgi.com/ for a > better idea of how that works, but believe me, it works. This would be in > addition to some sort of testing suite that each official kernel must pass > before it is released. With the growing number of (important/big) Linux > users, we must make sure each kernel is rock-solid before being released. > This is definitely more of a political topic than a technical one, but it > has to be addressed nonetheless. > > ----------------------------------------------- > Sean P. Elble > Editor, Writer, Co-Webmaster > ReactiveLinux.com (Formerly MaximumLinux.org) > http://www.reactivelinux.com/ > elbles@reactivelinux.com > ----------------------------------------------- > > ----- Original Message ----- > From: <joeja@mindspring.com> > To: "John Alvord" <jalvo@mbay.net> > Cc: <linux-kernel@vger.kernel.org> > Sent: Monday, November 12, 2001 3:27 PM > Subject: Re: Re: loop back broken in 2.2.14 > > > >>I thought that the -pre would be the developer kernels, and that an actual >> > release (2.4.14) would have been somewhat tested. I fully understand that a > 'runtime' bug in the vm or some other system could arrise and that is one > thing. I also understand when a 'less used' driver like NTFS or VFAT breaks, > but to see bugs in the loop device in a 'stabilizing' kernel is something > that I thought I'd never see. > >>Hmm anyone working on a regression testing tool for the kernel compilation >> > options?? > >>Also new features DO go into stable trees, there are many times when 2.3.x >> > was open that stuff was backported to 2.2.x. I also heard that ext3 might > end up in 2.4.15, which I'd love to see happen (that and lm_sensors) > >>I DO think that there needs to be a better way of handling some of these >> > small bugs. Like maybe where the kernel is posted (in my case obtaining > from ftp.kernel.org) there should be a readme.first.2.4.14 for every version > of the kernel and in there things like this could be stated. Simple one > line in loop.c commment out the two lines or remove the two lines with > deactivate_page. > >>I don't mind 'testing', but how can you test what wont compile or what >> > compiles but does not run? > >>Joe >>John Alvord <jalvo@mbay.net> wrote: >> >>>In developer-speak, stable == stablizing, which means that fixes go in >>> >>but no new features. That can include monstrous fixes like the VM >>cleanup. >> >>When you are running developer kernels, you are on the kernel test >>team whether you know it or not, whether you think thats OK or hate >>it. >> >>For "stable" kernels, wait for the distributors like red hat/suse/etc. >>There is no way around serious testing which they perform. >> >>john >> >> >>On Mon, 12 Nov 2001 12:40:43 -0500, joeja@mindspring.com wrote: >> >> >>>Okay, I can delete out those two lines to get loop working. >>> >>>Is 2.4.x really a stable tree? Or should I wait for 2.4.25 before I >>> > consider it really stable? > >>>>>François Cami wrote: >>>>> >>>>> >>>>>>yes, see 2.4.15pre1 >>>>>>warning, the iptables code in 2.4.15pre1 and pre2 seems broken. >>>>>> >>>>>and further it is likely that pre3 fixes iptables code :) >>>>>(it looks like the patch got reverted) >>>>> >>>>Actually it doesn't seem to be reverted, >>>>just reworked - >>>> >>>hmm, spoke too soon - >>> >>>looks like they were reverted after all... >>> >>>cu >>> >>>jjs >>> >>> >>>- ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) 2001-11-13 0:37 ` François Cami @ 2001-11-13 0:48 ` Sean Elble 2001-11-13 1:03 ` François Cami 0 siblings, 1 reply; 11+ messages in thread From: Sean Elble @ 2001-11-13 0:48 UTC (permalink / raw) To: François Cami; +Cc: joeja, John Alvord, linux-kernel Can't argue with you on the respect that kernels should be tested, but I _can_ argue with you on your method. :-) The main problem that I see there is that you are then limiting yourself (well not you, but just making things hypothetical) to a certain number of test kernels. What if another problem is found after the freeze? Testing should be done any time Linus gets ready to release a kernel, though a feature freeze wouldn't be a bad idea. I'm still wondering what the best solution is though . . . ----------------------------------------------- Sean P. Elble Editor, Writer, Co-Webmaster ReactiveLinux.com (Formerly MaximumLinux.org) http://www.reactivelinux.com/ elbles@reactivelinux.com ----------------------------------------------- ----- Original Message ----- From: "François Cami" <stilgar2k@wanadoo.fr> To: "Sean Elble" <S_Elble@yahoo.com> Cc: <joeja@mindspring.com>; "John Alvord" <jalvo@mbay.net>; <linux-kernel@vger.kernel.org> Sent: Monday, November 12, 2001 7:37 PM Subject: Re: Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) I guess the way I'd do it would be to actually freeze [in which I mean no more 'testing' patch are applied] a pre something, say 2.4.XpreY for example, see if there are any obvious bugs in it (like the loopback in 2.4.14), correct them, test again, and if it's okay, release 2.4.X. Of course, I've never done much kernel work except testing, so I'm not exactly the one who should talk about it. Still, I think that from the user point of view (and there was a post in LKML yesterday, about Linux being used by UN*X experienced sysadmins only... or going mainstream instead) the releases should be tested a bit more thoroughly and actually *frozen* for some time (a day or two should suffice I guess) before being labelled 2.4.X. Just the two cents from a newbie - I hope/mean to offense noone with that François Cami Sean Elble wrote: > Something definitely should be done to help "stabilize" the tree; it's not > really a big deal for most of us if something is broken, as you know there > will be a fix posted very soon after the release, _but_ bugs like these > don't exactly make Linux "look good" to the rest of the UNIX community. A > FreeBSD advocate might say "well, FreeBSD never does _that_". My suggestion > to help fix the problem would be to do what SGI does; have two seperate > trees that strive to stay as close to each other as possible, but one > becomes part of the "maintaince stream", where only bug fixes and the such > are added, and a "features stream", where actual new features are added in. > Take a look at some of the IRIX web pages at http://www.sgi.com/ for a > better idea of how that works, but believe me, it works. This would be in > addition to some sort of testing suite that each official kernel must pass > before it is released. With the growing number of (important/big) Linux > users, we must make sure each kernel is rock-solid before being released. > This is definitely more of a political topic than a technical one, but it > has to be addressed nonetheless. > > ----------------------------------------------- > Sean P. Elble > Editor, Writer, Co-Webmaster > ReactiveLinux.com (Formerly MaximumLinux.org) > http://www.reactivelinux.com/ > elbles@reactivelinux.com > ----------------------------------------------- > > ----- Original Message ----- > From: <joeja@mindspring.com> > To: "John Alvord" <jalvo@mbay.net> > Cc: <linux-kernel@vger.kernel.org> > Sent: Monday, November 12, 2001 3:27 PM > Subject: Re: Re: loop back broken in 2.2.14 > > > >>I thought that the -pre would be the developer kernels, and that an actual >> > release (2.4.14) would have been somewhat tested. I fully understand that a > 'runtime' bug in the vm or some other system could arrise and that is one > thing. I also understand when a 'less used' driver like NTFS or VFAT breaks, > but to see bugs in the loop device in a 'stabilizing' kernel is something > that I thought I'd never see. > >>Hmm anyone working on a regression testing tool for the kernel compilation >> > options?? > >>Also new features DO go into stable trees, there are many times when 2.3.x >> > was open that stuff was backported to 2.2.x. I also heard that ext3 might > end up in 2.4.15, which I'd love to see happen (that and lm_sensors) > >>I DO think that there needs to be a better way of handling some of these >> > small bugs. Like maybe where the kernel is posted (in my case obtaining > from ftp.kernel.org) there should be a readme.first.2.4.14 for every version > of the kernel and in there things like this could be stated. Simple one > line in loop.c commment out the two lines or remove the two lines with > deactivate_page. > >>I don't mind 'testing', but how can you test what wont compile or what >> > compiles but does not run? > >>Joe >>John Alvord <jalvo@mbay.net> wrote: >> >>>In developer-speak, stable == stablizing, which means that fixes go in >>> >>but no new features. That can include monstrous fixes like the VM >>cleanup. >> >>When you are running developer kernels, you are on the kernel test >>team whether you know it or not, whether you think thats OK or hate >>it. >> >>For "stable" kernels, wait for the distributors like red hat/suse/etc. >>There is no way around serious testing which they perform. >> >>john >> >> >>On Mon, 12 Nov 2001 12:40:43 -0500, joeja@mindspring.com wrote: >> >> >>>Okay, I can delete out those two lines to get loop working. >>> >>>Is 2.4.x really a stable tree? Or should I wait for 2.4.25 before I >>> > consider it really stable? > >>>>>François Cami wrote: >>>>> >>>>> >>>>>>yes, see 2.4.15pre1 >>>>>>warning, the iptables code in 2.4.15pre1 and pre2 seems broken. >>>>>> >>>>>and further it is likely that pre3 fixes iptables code :) >>>>>(it looks like the patch got reverted) >>>>> >>>>Actually it doesn't seem to be reverted, >>>>just reworked - >>>> >>>hmm, spoke too soon - >>> >>>looks like they were reverted after all... >>> >>>cu >>> >>>jjs >>> >>> >>>- ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) 2001-11-13 0:48 ` Sean Elble @ 2001-11-13 1:03 ` François Cami 2001-11-13 1:35 ` Matthew D. Pitts ` (2 more replies) 0 siblings, 3 replies; 11+ messages in thread From: François Cami @ 2001-11-13 1:03 UTC (permalink / raw) To: Sean Elble; +Cc: joeja, John Alvord, linux-kernel I am wondering too... Anyone got ideas on this ? I would like to avoid some specific problems... especially bugs that show up when compiling a certain module / feature of the kernel, like the loopback in 2.4.14. Those should be very easy to get rid of [it only takes some kernel testers to debug that early, if only there actually were a feature freeze that last for one day...]. François Sean Elble wrote: > Can't argue with you on the respect that kernels should be tested, but I > _can_ argue with you on your method. :-) The main problem that I see there > is that you are then limiting yourself (well not you, but just making things > hypothetical) to a certain number of test kernels. What if another problem > is found after the freeze? Testing should be done any time Linus gets ready > to release a kernel, though a feature freeze wouldn't be a bad idea. I'm > still wondering what the best solution is though . . . > > ----------------------------------------------- > Sean P. Elble > Editor, Writer, Co-Webmaster > ReactiveLinux.com (Formerly MaximumLinux.org) > http://www.reactivelinux.com/ > elbles@reactivelinux.com > ----------------------------------------------- > > ----- Original Message ----- > From: "François Cami" <stilgar2k@wanadoo.fr> > To: "Sean Elble" <S_Elble@yahoo.com> > Cc: <joeja@mindspring.com>; "John Alvord" <jalvo@mbay.net>; > <linux-kernel@vger.kernel.org> > Sent: Monday, November 12, 2001 7:37 PM > Subject: Re: Testing Kernel Releases Before Being Released (Was Re: Re: loop > back broken in 2.2.14) > > > > I guess the way I'd do it would be to actually freeze [in which I mean > no more 'testing' patch are applied] a pre something, say 2.4.XpreY for > example, see if there are any obvious bugs in it (like the loopback in > 2.4.14), correct them, test again, and if it's okay, > release 2.4.X. > > Of course, I've never done much kernel work except testing, so I'm not > exactly the one who should talk about it. > > Still, I think that from the user point of view (and there was a post in > LKML yesterday, about Linux being used by UN*X experienced sysadmins > only... or going mainstream instead) the releases should be tested a bit > more thoroughly and actually *frozen* for some time (a day or two should > suffice I guess) before being labelled 2.4.X. > > Just the two cents from a newbie - I hope/mean to offense noone with that > > François Cami > > > > Sean Elble wrote: > > >>Something definitely should be done to help "stabilize" the tree; it's not >>really a big deal for most of us if something is broken, as you know there >>will be a fix posted very soon after the release, _but_ bugs like these >>don't exactly make Linux "look good" to the rest of the UNIX community. A >>FreeBSD advocate might say "well, FreeBSD never does _that_". My >> > suggestion > >>to help fix the problem would be to do what SGI does; have two seperate >>trees that strive to stay as close to each other as possible, but one >>becomes part of the "maintaince stream", where only bug fixes and the such >>are added, and a "features stream", where actual new features are added >> > in. > >>Take a look at some of the IRIX web pages at http://www.sgi.com/ for a >>better idea of how that works, but believe me, it works. This would be in >>addition to some sort of testing suite that each official kernel must pass >>before it is released. With the growing number of (important/big) Linux >>users, we must make sure each kernel is rock-solid before being released. >>This is definitely more of a political topic than a technical one, but it >>has to be addressed nonetheless. >> >>----------------------------------------------- >>Sean P. Elble >>Editor, Writer, Co-Webmaster >>ReactiveLinux.com (Formerly MaximumLinux.org) >>http://www.reactivelinux.com/ >>elbles@reactivelinux.com >>----------------------------------------------- >> ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) 2001-11-13 1:03 ` François Cami @ 2001-11-13 1:35 ` Matthew D. Pitts 2001-11-13 1:44 ` François Cami 2001-11-13 2:32 ` Sean Elble 2001-11-13 9:39 ` Christian Bornträger 2 siblings, 1 reply; 11+ messages in thread From: Matthew D. Pitts @ 2001-11-13 1:35 UTC (permalink / raw) To: François Cami, Sean Elble; +Cc: joeja, John Alvord, linux-kernel Umm... Linus, when are you going to open the 2.5.x development cycle? That is how we used to catch this kind of thing. Matthew D. Pitts Pitts Computer Services mpitts@suite224.net ----- Original Message ----- From: "François Cami" <stilgar2k@wanadoo.fr> To: "Sean Elble" <S_Elble@yahoo.com> Cc: <joeja@mindspring.com>; "John Alvord" <jalvo@mbay.net>; <linux-kernel@vger.kernel.org> Sent: Monday, November 12, 2001 8:03 PM Subject: Re: Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) > > I am wondering too... Anyone got ideas on this ? > > I would like to avoid some specific problems... especially > bugs that show up when compiling a certain module / feature > of the kernel, like the loopback in 2.4.14. > > Those should be very easy to get rid of > [it only takes some kernel testers to debug that early, if only > there actually were a feature freeze that last for one day...]. > > François ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) 2001-11-13 1:35 ` Matthew D. Pitts @ 2001-11-13 1:44 ` François Cami 0 siblings, 0 replies; 11+ messages in thread From: François Cami @ 2001-11-13 1:44 UTC (permalink / raw) To: Matthew D. Pitts; +Cc: Sean Elble, joeja, John Alvord, linux-kernel Matthew D. Pitts wrote: > Umm... Linus, when are you going to open the 2.5.x development cycle? That > is how we used to catch this kind of thing. *eager to test 2.5* I guess that's one good idea, yes... less 'beta' in the current 'stable' tree means that there actually is a dev tree. And we're back at what Sean Elble wrote about SGI having two trees for IRIX. François > Matthew D. Pitts > Pitts Computer Services > mpitts@suite224.net > ----- Original Message ----- > From: "François Cami" <stilgar2k@wanadoo.fr> > To: "Sean Elble" <S_Elble@yahoo.com> > Cc: <joeja@mindspring.com>; "John Alvord" <jalvo@mbay.net>; > <linux-kernel@vger.kernel.org> > Sent: Monday, November 12, 2001 8:03 PM > Subject: Re: Testing Kernel Releases Before Being Released (Was Re: Re: loop > back broken in 2.2.14) > > > >>I am wondering too... Anyone got ideas on this ? >> >>I would like to avoid some specific problems... especially >>bugs that show up when compiling a certain module / feature >>of the kernel, like the loopback in 2.4.14. >> >>Those should be very easy to get rid of >>[it only takes some kernel testers to debug that early, if only >>there actually were a feature freeze that last for one day...]. >> >>François >> > > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > > ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) 2001-11-13 1:03 ` François Cami 2001-11-13 1:35 ` Matthew D. Pitts @ 2001-11-13 2:32 ` Sean Elble 2001-11-13 9:39 ` Christian Bornträger 2 siblings, 0 replies; 11+ messages in thread From: Sean Elble @ 2001-11-13 2:32 UTC (permalink / raw) To: François Cami; +Cc: joeja, John Alvord, linux-kernel The feature freeze certainly seems to be an important part of things . . . now we just need to determine what we want to happen during and after the feature freeze. :-) I certainly think Linus' Linux should be in a CVS tree, and he should patch to that; in addition, other developers, like Alan Cox, should have commit access to the tree, but Linus has already shown that he doesn't want that. Either way, I say "testing, testing, testing!". :-) ----------------------------------------------- Sean P. Elble Editor, Writer, Co-Webmaster ReactiveLinux.com (Formerly MaximumLinux.org) http://www.reactivelinux.com/ elbles@reactivelinux.com ----------------------------------------------- ----- Original Message ----- From: "François Cami" <stilgar2k@wanadoo.fr> To: "Sean Elble" <S_Elble@yahoo.com> Cc: <joeja@mindspring.com>; "John Alvord" <jalvo@mbay.net>; <linux-kernel@vger.kernel.org> Sent: Monday, November 12, 2001 8:03 PM ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) 2001-11-13 1:03 ` François Cami 2001-11-13 1:35 ` Matthew D. Pitts 2001-11-13 2:32 ` Sean Elble @ 2001-11-13 9:39 ` Christian Bornträger 2 siblings, 0 replies; 11+ messages in thread From: Christian Bornträger @ 2001-11-13 9:39 UTC (permalink / raw) To: François Cami, Sean Elble; +Cc: joeja, John Alvord, linux-kernel > I am wondering too... Anyone got ideas on this ? > > I would like to avoid some specific problems... especially > bugs that show up when compiling a certain module / feature > of the kernel, like the loopback in 2.4.14. Why not introduce a linux-2.4.xx-rc? If there is no compile error or huge problem it will become linux-2.4.xx __without__ any change after 1 day. If there is a problem, only a patch for this problem is applied. Just an idea greetings Christian ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Re: loop back broken in 2.2.14 2001-11-12 20:27 Re: loop back broken in 2.2.14 joeja 2001-11-12 23:36 ` Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) Sean Elble @ 2001-11-14 6:31 ` Michael Peddemors 1 sibling, 0 replies; 11+ messages in thread From: Michael Peddemors @ 2001-11-14 6:31 UTC (permalink / raw) To: joeja; +Cc: John Alvord, linux-kernel Well, the loopback bug is a pain.. but we have had these pains on quite a few releases in the 2.4.x series... I wonder if maybe a new method of distributing kernels should happen.. 2.4.14 should become 2.4.14-stable meaning that it never ever changes after release, and 2.4.14-fixed means that these tiny typos, gotchas, and backport driver fixes can get into 2.4.14-fixed which may change from day to day, but not get any enhancements, only minor fixes.. People could try 2.4.14-stable, and if they have a problem, they could just try the 2.4.14-fixed to see if their problem is already addressed... The idea is that at least every major release kernel should compile, and it would reduce the noise levels from people trying out *stable* kernel versions.. Just a thought.. On Mon, 2001-11-12 at 12:27, joeja@mindspring.com wrote: > I thought that the -pre would be the developer kernels, and that an actual release (2.4.14) would have been somewhat tested. I fully understand that a 'runtime' bug in the vm or some other system could arrise and that is one thing. I also understand when a 'less used' driver like NTFS or VFAT breaks, but to see bugs in the loop device in a 'stabilizing' kernel is something that I thought I'd never see. > -- "Catch the Magic of Linux..." -------------------------------------------------------- Michael Peddemors - Senior Consultant LinuxAdministration - Internet Services NetworkServices - Programming - Security Wizard IT Services http://www.wizard.ca Linux Support Specialist - http://www.linuxmagic.com -------------------------------------------------------- (604)589-0037 Beautiful British Columbia, Canada ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) @ 2001-11-13 1:43 victor1 torres 0 siblings, 0 replies; 11+ messages in thread From: victor1 torres @ 2001-11-13 1:43 UTC (permalink / raw) To: mpitts; +Cc: linux-kernel Be patient Linus will open up the 2.5.x tree as soon as he thinks that the 2.4.x tree is done and ready to say his good bye´s to. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2001-11-14 6:26 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2001-11-12 20:27 Re: loop back broken in 2.2.14 joeja 2001-11-12 23:36 ` Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) Sean Elble 2001-11-13 0:37 ` François Cami 2001-11-13 0:48 ` Sean Elble 2001-11-13 1:03 ` François Cami 2001-11-13 1:35 ` Matthew D. Pitts 2001-11-13 1:44 ` François Cami 2001-11-13 2:32 ` Sean Elble 2001-11-13 9:39 ` Christian Bornträger 2001-11-14 6:31 ` Re: loop back broken in 2.2.14 Michael Peddemors -- strict thread matches above, loose matches on Subject: below -- 2001-11-13 1:43 Testing Kernel Releases Before Being Released (Was Re: Re: loop back broken in 2.2.14) victor1 torres
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox