public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 2.4.18-pre6
@ 2002-01-22 18:06 Marcelo Tosatti
  2002-01-22 22:00 ` Russell King
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marcelo Tosatti @ 2002-01-22 18:06 UTC (permalink / raw)
  To: lkml


Well, I ended up including a wrong patch in pre5. Do not use it.

Here is pre6 to fix that mistake.

pre6:

- Removed patch in icmp code: its not needed 
  and causes problems				(me)

pre5:

- Include missing radeonfb defines		(Erik Andersen)
- Fix fs/buffer.c thinko introduced in pre4	(Andrew Morton)
- USB bugfixes					(Greg KH)
- Make fat work correctly with gcc-3.0.x 	(Tom Rini)
- Avoid overusage of the vmalloc area by 
  NTFS						(Anton Altaparmakov)
- atyfb: Decrease clock rate for 3d RAGE XL 	(David S. Miller)
- Sungem driver bugfixes			(David S. Miller)
- More networking updates			(David S. Miller)
- More SPARC updates				(David S. Miller)
- devfs update 					(Richard Gooch)
- Reiserfs expanding truncate fix		(Chris Mason)
- ext3 update					(Andrew Morton/Stephen Tweedie)
- Add support to WDIOC_SETTIMEOUT on several
  watchdog drivers				(Joel Becker)
- dl2k driver update				(Jeff Garzik)
- Orinoco driver update				(David Gibson)
- Radeonfb driver update			(Ani Joshi)
- Avoid free_swap_and_cache() from leaving 
  freeable pages on the cache			(Hugh Dickins)
- Add workarounds for AMD Elan processors	(Robert Schwebel)
- Random pmac driver bugfixing			(Benjamin Herrenschmidt)
- emu10k1 driver update				(Rui Sousa)

pre4:

- Networking updates				(David S. Miller)
- clgenfb update				(Jeff Garzik)
- 8139cp: make it faster			(Jeff Garzik)
- 8139too: fix bugs, add experimental RX reset	(Jeff Garzik)
- Add MII ethtool interface and change 
  several drivers to support that		(Jeff Garzik)
- Fix ramdisk corruption problems		(Andrea Arcangeli) 	
- Correct in-kernel MS_ASYNC behaviour 
  on msync/fsync()				(Andrew Morton)
- Fix PLIP problems 				(Niels Jensen)
- Fix problems triggered by the "fsx test" 
  on smbfs					(Urban Widmark)
- Turn on OOSTORE for IDT winchip		(from -ac tree)
- Fix iphase crash				(from -ac tree)
- Fix crash with two mxser cards		(from -ac tree)
- Fix tty write block bug			(from -ac tree)
- Add mono/stereo detect to gemtek pci radio	(from -ac tree)
- Fix sf16fmi crash on load			(from -ac tree)
- add CP1250 (windows eastern european) 
  translation table				(from -ac tree)
- cs46xx driver update				(from -ac tree)
- Fix rare data loss case with RAID-1		(Ingo Molnar)
- Add 2.5.x compatibility for the kdev_t
  changes					(me)
- SPARC updates					(David S. Miller)

pre3:

- Cris arch merge				(Bjorn Wesen)
- Finish PPC merge				(Benjamin Herrenschmidt)
- Add Dell PowerEdge 2400 to 
  "use BIOS to reboot" blacklist		(Arjan van de Ven)
- Avoid potential oops at module unload with 
  cyclades driver				(Andrew Morton)
- Gracefully handle SCSI initialization 
  failures					(Pete Zaitcev)
- USB update					(Greg KH)
- Fix potential oops while ejecting ide cds 	(Zwane Mwaikambo)
- Unify page freeing codepaths 			(Benjamin LaHaise)
- Miata dma corruption workaround 		(Richard Henderson)
- Fix vmalloc corruption problem on machines 
  with virtual dcaches				(Ralf Baechle)
- Reiserfs fixes				(Oleg Drokin)
- DiskOnChip driver update			(David Woodhouse)
- Do not inherit page locking rules across 
  fork/exec					(Dave Anderson)
- Add DRM 4.0 for XFree 4.0 users convenience	(Christoph Hellwig)
- Replace .text.lock with .subsection 		(Keith Owens)
- IrDA bugfixes					(Jean Tourrilhes)

pre2: 

- APIC LVTERR fixes				(Mikael Pettersson)
- Fix ppdev ioctl oops and deadlock		(Tim Waugh)
- parport fixes					(Tim Waugh)
- orinoco wireless driver update		(David Gibson)
- Fix oopsable race in binfmt_elf.c 		(Alexander Viro)
- Small sx16 driver bugfix			(Heinz-Ado Arnolds)
- sbp2 deadlock fix 				(Andrew Morton)
- Fix JFFS2 write error handling		(David Woodhouse)
- Intermezzo update				(Peter J. Braam)
- Proper AGP support for Intel 830MP chipsets	(Nicolas Aspert)
- Alpha fixes					(Jay Estabrook)
- 53c700 SCSI driver update			(James Bottomley)
- Fix coredump mmap_sem deadlock on IA64	(David Mosberger)
- 3ware driver update				(Adam Radford)
- Fix elevator insertion point on failed 
  request merge					(Jens Axboe)
- Remove bogus rpciod_tcp_dispatcher definition (David Woodhouse)
- Reiserfs fixes				(Oleg Drokin)
- de4x5 endianess fixes				(Kip Walker)
- ISDN CAPI cleanup				(Kai Germaschewski)
- Make refill_inactive() correctly account 
  progress					(me)

pre1:

- S390 merge					(IBM)
- SuperH merge					(SuperH team)
- PPC merge					(Benjamin Herrenschmidt)
- PCI DMA update				(David S. Miller)
- radeonfb update 				(Ani Joshi)
- aty128fb update				(Ani Joshi)
- Add nVidia GeForce3 support to rivafb		(Ani Joshi)
- Add PM support to opl3sa2			(Zwane Mwaikambo)
- Basic ethtool support for 3com, starfire
  and pcmcia net drivers			(Jeff Garzik)
- Add MII ethtool interface			(Jeff Garzik)
- starfire,sundance,dl2k,sis900,8139{too,cp},
  natsemi driver updates			(Jeff Garzik)
- ufs/minix: mark inodes as bad in case of read
  failure					(Christoph Hellwig)
- ReiserFS fixes				(Oleg Drokin)
- sonypi update					(Stelian Pop)
- n_hdlc update					(Paul Fulghum)
- Fix compile error on aty_base.c		(Tobias Ringstrom)
- Document cpu_to_xxxx() on kernel-hacking doc  (Rusty Russell)
- USB update					(Greg KH)
- Fix sysctl console loglevel bug on 
  IA64 (and possibly other archs)		(Jesper Juhl) 
- Update Athlon/VIA PCI quirks			(Calin A. Culianu)
- blkmtd update					(Simon Evans)
- boot protocol update (makes the highest 
  possible initrd address available to the 
  bootloader)					(H. Peter Anvin)
- NFS fixes					(Trond Myklebust)


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

* Re: Linux 2.4.18-pre6
  2002-01-22 22:00 ` Russell King
@ 2002-01-22 21:03   ` Marcelo Tosatti
  2002-01-23  6:17     ` David S. Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Marcelo Tosatti @ 2002-01-22 21:03 UTC (permalink / raw)
  To: Russell King; +Cc: lkml, David S. Miller



On Tue, 22 Jan 2002, Russell King wrote:

> On Tue, Jan 22, 2002 at 04:06:38PM -0200, Marcelo Tosatti wrote:
> > pre6:
> > 
> > - Removed patch in icmp code: its not needed 
> >   and causes problems				(me)
> 
> Can you enlighten us as to why it is "not needed" ?  I haven't seen any
> followups from Andi nor Davem to saying that.

David told me the patch is not needed and only 2.2.x and 2.4.0-pre are
affected.

 David? 


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

* Re: Linux 2.4.18-pre6
  2002-01-22 18:06 Linux 2.4.18-pre6 Marcelo Tosatti
@ 2002-01-22 22:00 ` Russell King
  2002-01-22 21:03   ` Marcelo Tosatti
  2002-01-22 22:32 ` Erik Andersen
  2002-01-22 23:07 ` Linux 2.4.18-pre6 - unresolved symbols Eyal Lebedinsky
  2 siblings, 1 reply; 6+ messages in thread
From: Russell King @ 2002-01-22 22:00 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: lkml

On Tue, Jan 22, 2002 at 04:06:38PM -0200, Marcelo Tosatti wrote:
> pre6:
> 
> - Removed patch in icmp code: its not needed 
>   and causes problems				(me)

Can you enlighten us as to why it is "not needed" ?  I haven't seen any
followups from Andi nor Davem to saying that.

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


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

* Re: Linux 2.4.18-pre6
  2002-01-22 18:06 Linux 2.4.18-pre6 Marcelo Tosatti
  2002-01-22 22:00 ` Russell King
@ 2002-01-22 22:32 ` Erik Andersen
  2002-01-22 23:07 ` Linux 2.4.18-pre6 - unresolved symbols Eyal Lebedinsky
  2 siblings, 0 replies; 6+ messages in thread
From: Erik Andersen @ 2002-01-22 22:32 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: lkml

On Tue Jan 22, 2002 at 04:06:38PM -0200, Marcelo Tosatti wrote:
> pre5:
> 
> - Include missing radeonfb defines		(Erik Andersen)

Credit for this patch really belongs to Ani Joshi.  I just 
resent it when I saw it was missing,

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--

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

* Re: Linux 2.4.18-pre6 - unresolved symbols
  2002-01-22 18:06 Linux 2.4.18-pre6 Marcelo Tosatti
  2002-01-22 22:00 ` Russell King
  2002-01-22 22:32 ` Erik Andersen
@ 2002-01-22 23:07 ` Eyal Lebedinsky
  2 siblings, 0 replies; 6+ messages in thread
From: Eyal Lebedinsky @ 2002-01-22 23:07 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: lkml

Marcelo Tosatti wrote:
> 
> Well, I ended up including a wrong patch in pre5. Do not use it.
> 
> Here is pre6 to fix that mistake.
> 
> pre6:

FYI:

depmod: *** Unresolved symbols in
/lib/modules/2.4.18-pre6/kernel/drivers/net/acenic.o
depmod:         pci_unmap_addr_set
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-pre6/kernel/drivers/net/wan/comx.o
depmod:         proc_get_inode

And I still needed to manually add
	EXPORT_SYMBOL(waitfor_one_page);
in kernel/ksyms.c

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

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

* Re: Linux 2.4.18-pre6
  2002-01-22 21:03   ` Marcelo Tosatti
@ 2002-01-23  6:17     ` David S. Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David S. Miller @ 2002-01-23  6:17 UTC (permalink / raw)
  To: marcelo; +Cc: rmk, linux-kernel

   From: Marcelo Tosatti <marcelo@conectiva.com.br>
   Date: Tue, 22 Jan 2002 19:03:04 -0200 (BRST)

   On Tue, 22 Jan 2002, Russell King wrote:
   
   > Can you enlighten us as to why it is "not needed" ?  I haven't seen any
   > followups from Andi nor Davem to saying that.
   
   David told me the patch is not needed and only 2.2.x and 2.4.0-pre are
   affected.
   
    David? 
   
Correct.  The 2.3.x/2.4.x branch of the code had the fix made in
revision 1.71 of net/ipv4/icmp.c which equates to August 8th, 2000
which equates to 2.4.0-test6-pre2 or -pre3. :-)

On the 2.2.x side, 2.2.18 has the fix.  There is one, and only one
change, in that patch, to the file net/ipv4/icmp.c and it is the
fix in question.

It is really unfortunate that the bugtraq reporter failed to even
bother to mention what kernel he was using.  It could have avoided a
lot of the confusion surrounding this (already fixed) bug.

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

end of thread, other threads:[~2002-01-23  6:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-22 18:06 Linux 2.4.18-pre6 Marcelo Tosatti
2002-01-22 22:00 ` Russell King
2002-01-22 21:03   ` Marcelo Tosatti
2002-01-23  6:17     ` David S. Miller
2002-01-22 22:32 ` Erik Andersen
2002-01-22 23:07 ` Linux 2.4.18-pre6 - unresolved symbols Eyal Lebedinsky

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