public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Re: Re: loop back broken in 2.2.14
@ 2001-11-14 18:17 joeja
  2001-11-15 21:37 ` Michael Peddemors
  0 siblings, 1 reply; 13+ messages in thread
From: joeja @ 2001-11-14 18:17 UTC (permalink / raw)
  To: Michael Peddemors; +Cc: John Alvord, linux-kernel

I think that was suggested a while ago, in the 2.2 days.  It didn't fly! There was however a general consensus that for small bugs that are found in a 'stable' release there should be fixes for just the bug as the next release.  I.E. 2.2.15 should be released with just the one fix.  Linus didn't seem to go for that as well as some other developers .

If 2.5 was open this kind of thing would probably not happen, but that is not to say that there would not be other issues in 2.4

If someone has the web space, they could as you say, post these 2.4.14.fixme kernels and then also maintain the patches between the official Linus kernel and the fixme kernels.  

J  

Michael Peddemors <michael@wizard.ca> wrote:
> 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] 13+ messages in thread
* Re: loop back broken in 2.2.14
@ 2001-11-15 23:38 Mr R A Mercer
  0 siblings, 0 replies; 13+ messages in thread
From: Mr R A Mercer @ 2001-11-15 23:38 UTC (permalink / raw)
  To: linux-kernel

Michael Peddemors wrote:

 > Yes, I seriously considered the feasibility of having 2.4.14-fixed
 > kernels around, but I could just imagine trying to deal with millions of
 > people trying to download known good kernels on our bandwidth...

As has been mentioned before I think that the best way to avoid little
problems like this is to have a 2.4.x-rc1 kernel around for a day, if no
problems are found then that tree becomes 2.4.x if a problem is found
then is becomes 2.4.x-rc2 etc...

Cheers

Adam



^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: Re: loop back broken in 2.2.14
@ 2001-11-12 17:40 joeja
  2001-11-12 20:41 ` J Sloan
  0 siblings, 1 reply; 13+ messages in thread
From: joeja @ 2001-11-12 17:40 UTC (permalink / raw)
  To: jjs; +Cc: jgarzik, linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 533 bytes --]

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] 13+ messages in thread
* loop back broken in 2.2.14
@ 2001-11-11 21:27 Joe
  2001-11-11 21:35 ` François Cami
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Joe @ 2001-11-11 21:27 UTC (permalink / raw)
  To: linux-kernel

compile 2.2.14.

Then

# modprobe -a loop
/lib/modules/2.4.14/kernel/drivers/block/loop.o: unresolved symbol
deactivate_page
/lib/modules/2.4.14/kernel/drivers/block/loop.o: insmod
/lib/modules/2.4.14/kernel/drivers/block/loop.o failed
/lib/modules/2.4.14/kernel/drivers/block/loop.o: insmod loop failed

do recursive grep through kernel tree:

# rgrep -rl  deactivate_page *
drivers/block/loop.c
drivers/block/loop.o

Is there a fix for this?

Joe


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

end of thread, other threads:[~2001-11-16  4:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-14 18:17 Re: Re: loop back broken in 2.2.14 joeja
2001-11-15 21:37 ` Michael Peddemors
2001-11-15 23:31   ` J.A. Magallon
2001-11-16  4:52     ` Joe
  -- strict thread matches above, loose matches on Subject: below --
2001-11-15 23:38 Mr R A Mercer
2001-11-12 17:40 joeja
2001-11-12 20:41 ` J Sloan
2001-11-11 21:27 Joe
2001-11-11 21:35 ` François Cami
2001-11-11 21:38   ` Jeff Garzik
2001-11-11 22:28     ` J Sloan
2001-11-11 22:55       ` J Sloan
2001-11-11 21:36 ` elko
2001-11-11 21:55 ` Adrian Bunk

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