All of lore.kernel.org
 help / color / mirror / Atom feed
* [Announcement] patch-2.0.40-rc4
@ 2002-03-17 12:53 David Weinehall
  2002-03-17 17:24 ` Alan Cox
  2002-03-26 20:55 ` Eyal Lebedinsky
  0 siblings, 2 replies; 5+ messages in thread
From: David Weinehall @ 2002-03-17 12:53 UTC (permalink / raw)
  To: Linux-Kernel Mailing List

I'm releasing another -rc with this change, just to stick to my
promise that the last pre-patch will be identical with the final
release.

2.0.40-rc4

o	Commented out a printk in fs/buffer.c   (Michael Deutschmann)
	that complains about mismatching
	blocksizes

2.0.40-rc3

o	Fix memory-leak in af_unix		(Jon Nelson,
						 Alan Cox, me)

2.0.40-rc2

o	Fix ICMP bug				(David S. Miller)
o	Add autodetection for wd1002s-wx2	(Paul, who appears to
	in the xd-driver			 have no last name =])
o	Fix path MTU discovery for		(Kirk Petersen)
	transparent TCP sockets
o	Revert array-size change in		(me, on advise from
	include/linux/module.h			 Jari Ruusu)
o	Remove workaround for gcc-2.4.5		(Adrian Bunk)
	| This is basically a whitespace-
	| change, since it removes code
	| inside an #ifdef #endif clause

2.0.40-rc1

o	Fix possible vmalloc bug for		(Ralf Baechle)
	architectures with virtually
	indexed caches
o	Micro-optimization in vmalloc		(Ralf Baechle)
o	Fix group descriptor corruption		(Daniel Phillips,
	in ext2fs				 Ville Herva,
						 Samuli Kärkkäinen)
o	Fix some missing includes		(me)
o	Change array-size from 0 to 1 for	(me)
	two arrays in the symbol-table
	in include/linux/module.h
o	Fix type of struct timeval xtime in	(me)
	include/linux/sched.h
o	Fix warnings in include/linux/skbuff.h	(me)
o	Fix a few typos in Configure.help	(me)
o	Various small whitespace changes	(me)
	and fixes of strange indentation
	| I know some of you won't like this
	| and I don't give a damn ;-)

2.0.40-pre3

o	Fix typo in sched.c			(Tim Sutherland)
	| this time for real; I applied this
	| patch to the wrong kernel-tree last
	| time, hence the reject
o	IDE probe patch for some ATAPI drives	(Geert Van der Plas)

2.0.40-pre2

o	Make pci2000 compile			(Joseph Martin)
o	Use KERNELRELEASE in module		(me)
	installpath as well
o	Removed unused variable in		(me)
	ext2/super.c
o	Fixed warning in ext2/dir.c		(me)
o	Fix a blunder of my own in		(me)
	arch/kernel/i386/traps.c
o	Fix typo in sched.c			(Tim Sutherland)
o	Fix bug in mkdep.c			(Tim Sutherland)
o	Fix bug in autoirq.c			(Michael Deutschmann)
o	Add allocation debugging code		(Michael Deutschmann)
o	Fix bugs in the math-emu code		(Bill Metzenthen,
						 Michael Deutschmann)

2.0.40-pre1

o	Fixed the ordering of			(Philipp Rumpf)
	watchdog initialising, to make sure
	hardware watchdogs takes precedence
	over the softdog driver
o	Fix the CREDITS-entry for		(Kai Petzke)
	Kai Petzke
o	Updated the MAINTAINERS-file a little	(me)
o	Fix "dumpable"-race			(Solar Designer)
o	Fix theoretical exploit in printk	(Solar Designer)
o	Backported checkconfig.pl,		(me)
	checkhelp.pl and checkincludes.pl
	from v2.4
o	Backported support for tags and		(me)
	TAGS
o	Added an extra-version entry to		(me)
	the version#, to keep track of
	the prepatches etc.
o	Fix all occurences of			(me)
	#endif BLABLA type; don't forget
	that it should be /* BLABLA */ !!!


/David Weinehall
  _                                                                 _
 // David Weinehall <tao@acc.umu.se> /> Northern lights wander      \\
//  Maintainer of the v2.0 kernel   //  Dance across the winter sky //
\>  http://www.acc.umu.se/~tao/    </   Full colour fire           </

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

* Re: [Announcement] patch-2.0.40-rc4
  2002-03-17 12:53 [Announcement] patch-2.0.40-rc4 David Weinehall
@ 2002-03-17 17:24 ` Alan Cox
  2002-03-26 10:14   ` David Weinehall
  2002-03-26 20:55 ` Eyal Lebedinsky
  1 sibling, 1 reply; 5+ messages in thread
From: Alan Cox @ 2002-03-17 17:24 UTC (permalink / raw)
  To: David Weinehall; +Cc: Linux-Kernel Mailing List

> o	Commented out a printk in fs/buffer.c   (Michael Deutschmann)
> 	that complains about mismatching
> 	blocksizes

Erm.. why ?? It seems to be correctly complaining for a reason

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

* Re: [Announcement] patch-2.0.40-rc4
  2002-03-17 17:24 ` Alan Cox
@ 2002-03-26 10:14   ` David Weinehall
  2002-03-26 11:28     ` Paul Gortmaker
  0 siblings, 1 reply; 5+ messages in thread
From: David Weinehall @ 2002-03-26 10:14 UTC (permalink / raw)
  To: Alan Cox; +Cc: Linux-Kernel Mailing List

On Sun, Mar 17, 2002 at 05:24:57PM +0000, Alan Cox wrote:
> > o	Commented out a printk in fs/buffer.c   (Michael Deutschmann)
> > 	that complains about mismatching
> > 	blocksizes
> 
> Erm.. why ?? It seems to be correctly complaining for a reason

According to Michael Deutschmann, who still uses v2.0 actively (and gets
this message a lot), the code seems to do the right thing despite the
complaint; hence the message seemed unnecessary.


Regards: David Weinehall
  _                                                                 _
 // David Weinehall <tao@acc.umu.se> /> Northern lights wander      \\
//  Maintainer of the v2.0 kernel   //  Dance across the winter sky //
\>  http://www.acc.umu.se/~tao/    </   Full colour fire           </

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

* Re: [Announcement] patch-2.0.40-rc4
  2002-03-26 10:14   ` David Weinehall
@ 2002-03-26 11:28     ` Paul Gortmaker
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Gortmaker @ 2002-03-26 11:28 UTC (permalink / raw)
  To: David Weinehall; +Cc: Alan Cox, Linux-Kernel Mailing List

David Weinehall wrote:
> 
> On Sun, Mar 17, 2002 at 05:24:57PM +0000, Alan Cox wrote:
> > > o   Commented out a printk in fs/buffer.c   (Michael Deutschmann)
> > >     that complains about mismatching
> > >     blocksizes
> >
> > Erm.. why ?? It seems to be correctly complaining for a reason
> 
> According to Michael Deutschmann, who still uses v2.0 actively (and gets
> this message a lot), the code seems to do the right thing despite the
> complaint; hence the message seemed unnecessary.

Assuming the message is meaningful, rate limit the number of
times the user sees it.  Or rate limit on time, which ever seems 
more appropriate.

Paul.



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

* Re: [Announcement] patch-2.0.40-rc4
  2002-03-17 12:53 [Announcement] patch-2.0.40-rc4 David Weinehall
  2002-03-17 17:24 ` Alan Cox
@ 2002-03-26 20:55 ` Eyal Lebedinsky
  1 sibling, 0 replies; 5+ messages in thread
From: Eyal Lebedinsky @ 2002-03-26 20:55 UTC (permalink / raw)
  To: Linux-Kernel Mailing List

David Weinehall wrote:
> 
> I'm releasing another -rc with this change, just to stick to my
> promise that the last pre-patch will be identical with the final
> release.
> 
> 2.0.40-rc4

I am trying to build on Debian, which is on gcc 2.95.4. I get some
asm errrors regarding illegal registers.

I did apply a patch linux-2.0.x.patch to fix some other errors.

Is there a patch to fix this or do I have to use an older gcc?

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>

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

end of thread, other threads:[~2002-03-26 20:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-17 12:53 [Announcement] patch-2.0.40-rc4 David Weinehall
2002-03-17 17:24 ` Alan Cox
2002-03-26 10:14   ` David Weinehall
2002-03-26 11:28     ` Paul Gortmaker
2002-03-26 20:55 ` Eyal Lebedinsky

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.