public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Linux 2.4.17-pre5
@ 2001-12-06 20:44 Luca Montecchiani
  2001-12-07  0:12 ` Stephan von Krawczynski
  0 siblings, 1 reply; 51+ messages in thread
From: Luca Montecchiani @ 2001-12-06 20:44 UTC (permalink / raw)
  To: marcelo; +Cc: Linux Kernel

Hisax compile fix :

--- drivers/isdn/hisax/config.c.orig    Thu Dec  6 21:34:23 2001
+++ drivers/isdn/hisax/config.c Thu Dec  6 21:34:31 2001
@@ -485,7 +485,7 @@
                if (strlen(str) < HISAX_IDSIZE)
                        strcpy(HiSaxID, str);
                else
-                       printk(KERN_WARNING "HiSax: ID too long!")
+                       printk(KERN_WARNING "HiSax: ID too long!");
        } else
                strcpy(HiSaxID, "HiSax");


ciao,
luca
-- 
----------------------------------------------------------
Luca Montecchiani <m.luca@iname.com>
http://www.geocities.com/montecchiani
SpeakFreely:sflwl -hlwl.fourmilab.ch luca@    ICQ:17655604
-------------------=(Linux since 1995)=-------------------

^ permalink raw reply	[flat|nested] 51+ messages in thread
* Linux 2.4.17-pre5
@ 2001-12-06 17:39 Marcelo Tosatti
  2001-12-06 19:07 ` Alan Cox
  2001-12-06 19:18 ` Matthias Andree
  0 siblings, 2 replies; 51+ messages in thread
From: Marcelo Tosatti @ 2001-12-06 17:39 UTC (permalink / raw)
  To: lkml; +Cc: Linus Torvalds, Alan Cox


I'm going to release -pre versions more often from now on so people can
"see" what I'm doing with less latency: I hope that can make developer's
life easier.

So here goes pre5 with quite some changes... 

pre5:

- 8139too fixes					(Andreas Dilger)
- sym53c8xx_2 update				(Gerard Roudier)
- loopback deadlock bugfix			(Jan Kara)
- Yet another devfs update			(Richard Gooch)	
- Enable K7 SSE					(John Clemens)
- Make grab_cache_page return NULL instead 
  ERR_PTR: callers expect NULL on failure	(Christoph Hellwig)
- Make ide-{disk-floppy} compile without 
  PROCFS support				(Robert Love)
- Another ymfpci update				(Pete Zaitcev)
- indent NCR5380.{c,h}, g_NCR5380.{c,h}, plus 
  NCR5380 fix					(Alan Cox)
- SPARC32/64 update				(David S. Miller)
- Fix atyfb warnings				(David S. Miller)
- Make bootmem init code correctly align 
  bootmem data					(David S. Miller)
- Networking updates				(David S. Miller)
- Fix scanning luns > 7 on SCSI-3 devices 	(Michael Clark)
- Add sparse lun hint for Chaparral G8324 
	Fibre-SCSI controller			(Michael Clark)
- Really apply sg changes			(me)
- Parport updates				(Tim Waugh)
- ReiserFS updates				(Vladimir V. Saveliev)
- Make AGP code scan all kinds of devices:
  they are not always video ones		(Alan Cox)
- EXPORT_NO_SYMBOLS in floppy.c			(Alan Cox)
- Pentium IV Hyperthreading support		(Alan Cox)

pre4:

- Added missing tcp_diag.c and tcp_diag.h	(me)

pre3:

- Enable ppro errata workaround                 (Dave Jones)
- Update tmpfs documentation                    (Christoph Rohland)
- Fritz!PCIv2 ISDN card support                 (Kai Germaschewski)
- Really apply ymfpci changes                   (Pete Zaitcev)
- USB update                                    (Greg KH)
- Adds detection of more eepro100 cards         (Troy A. Griffitts)
- Make ftruncate64() compliant with SuS         (Andrew Morton)
- ATI64 fb driver update                        (Geert Uytterhoeven)
- Coda fixes                                    (Jan Harkes)
- devfs update                                  (Richard Gooch)
- Fix ad1848 breakage in -pre2                  (Alan Cox)
- Network updates                               (David S. Miller)
- Add cramfs locking                            (Christoph Hellwig)
- Move locking of page_table_lock on expand_stack
  before accessing any vma field                (Manfred Spraul)
- Make time monotonous with gettimeofday        (Andi Kleen)
- Add MODULE_LICENSE(GPL) to ide-tape.c         (Mikael Pettersson)
- Minor cs46xx ioctl fix                        (Thomas Woller)

pre2:

- Remove userland header from bonding driver	(David S. Miller)
- Create a SLAB for page tables on i386		(Christoph Hellwig)
- Unregister devices at shaper unload time	(David S. Miller)
- Remove several unused variables from various
  places in the kernel				(David S. Miller)
- Fix slab code to not blindly trust cc_data():
  it may be not valid on some platforms		(David S. Miller)
- Fix RTC driver bug				(David S. Miller)
- SPARC 32/64 update				(David S. Miller)
- W9966 V4L driver update			(Jakob Jemi)
- ad1848 driver fixes				(Alan Cox/Daniel T. Cobra)
- PCMCIA update					(David Hinds)
- Fix PCMCIA problem with multiple PCI busses 	(Paul Mackerras)
- Correctly free per-process signal struct	(Dave McCracken)
- IA64 PAL/signal headers cleanup		(Nathan Myers)
- ymfpci driver cleanup 			(Pete Zaitcev)
- Change NLS "licenses" to be "GPL/BSD" instead 
  only BSD.					(Robert Love)
- Fix serial module use count			(Russell King)
- Update sg to 3.1.22				(Douglas Gilbert)
- ieee1394 update				(Ben Collins)
- ReiserFS fixes				(Nikita Danilov)
- Update ACPI documentantion			(Patrick Mochel)
- Smarter atime update				(Andrew Morton)
- Correctly mark ext2 sb as dirty and sync it	(Andrew Morton) 
- IrDA update					(Jean Tourrilhes)
- Count locked buffers at
  balance_dirty_state(): Helps interactivity under
  heavy IO workloads				(Andrew Morton)
- USB update					(Greg KH)
- ide-scsi locking fix                          (Christoph Hellwig)

pre1:

- Change USB maintainer 			(Greg Kroah-Hartman)
- Speeling fix for rd.c				(From Ralf Baechle's tree)
- Updated URL for bigphysmem patch in v4l docs  (Adrian Bunk)
- Add buggy 440GX to broken pirq blacklist 	(Arjan Van de Ven)
- Add new entry to Sound blaster ISAPNP list	(Arjan Van de Ven)
- Remove crap character from Configure.help	(Niels Kristian Bech Jensen)
- Backout erroneous change to lookup_exec_domain (Christoph Hellwig)
- Update osst sound driver to 1.65		(Willem Riede)
- Fix i810 sound driver problems		(Andris Pavenis)
- Add AF_LLC define in network headers		(Arnaldo Carvalho de Melo)
- block_size cleanup on some SCSI drivers	(Erik Andersen)
- Added missing MODULE_LICENSE("GPL") in some   (Andreas Krennmair)
  modules
- Add ->show_options() to super_ops and 
  implement NFS method				(Alexander Viro)
- Updated i8k driver				(Massimo Dal Zoto)
- devfs update  				(Richard Gooch)



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

end of thread, other threads:[~2001-12-20 19:07 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-06 20:44 Linux 2.4.17-pre5 Luca Montecchiani
2001-12-07  0:12 ` Stephan von Krawczynski
2001-12-07  3:43   ` Keith Owens
2001-12-07 11:55     ` Stephan von Krawczynski
2001-12-07 13:35       ` Keith Owens
2001-12-07 14:25         ` Stephan von Krawczynski
2001-12-07 16:39         ` Linux 2.4.17-pre5 / Have fun with make Stephan von Krawczynski
2001-12-07 22:21           ` Keith Owens
  -- strict thread matches above, loose matches on Subject: below --
2001-12-06 17:39 Linux 2.4.17-pre5 Marcelo Tosatti
2001-12-06 19:07 ` Alan Cox
2001-12-06 23:38   ` Dave Jones
2001-12-07  0:09     ` Alan Cox
2001-12-08 10:46       ` Rusty Russell
2001-12-09  0:31         ` Alan Cox
2001-12-09  1:58           ` Rusty Russell
2001-12-09  2:35             ` Davide Libenzi
2001-12-09  6:20               ` Rusty Russell
2001-12-09 16:24               ` Alan Cox
2001-12-09 19:48                 ` Davide Libenzi
2001-12-09 22:44                 ` Mike Kravetz
2001-12-09 23:50                   ` Davide Libenzi
2001-12-09 23:57                   ` Alan Cox
2001-12-19 22:16                 ` Pavel Machek
2001-12-20 19:10                   ` Davide Libenzi
2001-12-09 16:16             ` Alan Cox
2001-12-10  0:21               ` Rusty Russell
2001-12-10  0:41                 ` Alan Cox
2001-12-10  2:10                   ` Martin J. Bligh
2001-12-10  5:40                     ` Rusty Russell
2001-12-10  5:31                   ` Rusty Russell
2001-12-10  8:28                     ` Alan Cox
2001-12-10 23:12                       ` James Cleverdon
2001-12-10 23:30                         ` Alan Cox
2001-12-11  9:16                           ` Robert Varga
2001-12-11  9:23                             ` David Weinehall
2001-12-11  9:00                   ` Eric W. Biederman
2001-12-11 23:14                     ` Alan Cox
2001-12-09 19:38             ` Marcelo Tosatti
2001-12-09  9:47         ` arjan
2001-12-07 16:07     ` Marcelo Tosatti
2001-12-06 19:18 ` Matthias Andree
2001-12-06 19:05   ` Marcelo Tosatti
2001-12-06 21:14     ` Ben Greear
2001-12-06 21:58       ` David S. Miller
2001-12-06 22:24         ` Matthias Andree
2001-12-09 10:10         ` Eran Man
2001-12-06 20:14   ` Rik van Riel
2001-12-06 20:22     ` Jeff Garzik
2001-12-06 20:58     ` David S. Miller
2001-12-08  4:56       ` M. Edward Borasky
2001-12-08  5:41         ` David S. Miller

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