The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* 2.4.15-final
@ 2001-11-23  8:14 Rob Radez
  2001-11-23  8:36 ` 2.4.15-final Frank Davis
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Radez @ 2001-11-23  8:14 UTC (permalink / raw)
  To: linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; charset=X-UNKNOWN, Size: 2852 bytes --]

Didn't see Linus post the final ChangeLog, so here it is:

final:
 - Jan Kara: fix quota SMP races with BKL

pre9:
 - David Brownell: usbnet update
 - Greg KH: USB and PCI hotplug update
 - Ingo/me: fix SCHED_FIFO for UP/SMP for good (flw).
 - Add back direct_IO now that it works again.

pre8:
 - Richard Henderson: alpha update
 - Andrew Morton: fix ext3/minix/sysv fsync behaviour.

pre7:
 - Jeff Garzik: network driver updates
 - Christoph Hellwig: UFS filesystem byteorder cleanups
 - me: modified Andrea VM page allocator tuning

pre6:
 - Russell King: /proc/cpuinfo for ARM
 - Paul Mackerras: PPC update (cpuinfo etc)
 - Nicolas Aspert: fix Intel 8xx agptlb flush
 - Marko Myllynen: "Lindent" doesn't really need bash ;)
 - Alexander Viro: /proc/cpuinfo for s390/s390x/sh, /proc/pci cleanup
 - Alexander Viro: make lseek work on seqfiles

pre5:
 - Greg KH: enable hotplug driver support
 - Andrea Arcangeli: remove bogus sanity check
 - David Mosberger: /proc/cpuinfo and scsi scatter-gather for ia64
 - David Hinds: 16-bit pcmcia network driver updates/cleanups
 - Hugh Dickins: remove some stale code from VM
 - David Miller: /proc/cpuinfo for sparc, sparc fork bug fix, network
   fixes, warning fixes
 - Peter Braam: intermezzo update
 - Greg KH: USB updates
 - Ivan Kokshaysky: /proc/cpuinfo for alpha
 - David Woodhouse: jffs2 - remove dead code, remove gcc3 warning
 - Hugh Dickins: fix kiobuf page allocation/deallocation

pre4:
 - Mikael Pettersson: make proc_misc happy without modules
 - Arjan van de Ven: clean up acpitable implementation ("micro-acpi")
 - Anton Altaparmakov: LDM partition code update
 - Alan Cox: final (yeah, sure) small missing pieces
 - Andrey Savochkin/Andrew Morton: eepro100 config space save/restore over suspend
 - Arjan van de Ven: remove power from pcmcia socket on card remove
 - Greg KH: USB updates
 - Neil Brown: multipath updates
 - Martin Dalecki: fix up some "asmlinkage" routine markings

pre3:
 - Alan Cox: more driver merging
 - Al Viro: make ext2 group allocation more readable

pre2:
 - Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry
 - Kai Germaschewski: ISDN updates
 - Jeff Garzik: network driver updates, sysv fs update
 - Kai Mäkisara: SCSI tape update
 - Alan Cox: large drivers merge
 - Nikita Danilov: reiserfs procfs information
 - Andrew Morton: ext3 merge
 - Christoph Hellwig: vxfs livelock fix
 - Trond Myklebust: NFS updates
 - Jens Axboe: cpqarray + cciss dequeue fix
 - Tim Waugh: parport_serial base_baud setting
 - Matthew Dharm: usb-storage Freecom driver fixes
 - Dave McCracken: wait4() thread group race fix

pre1:
 - me: fix page flags race condition Andrea found
 - David Miller: sparc and network updates
 - various: fix loop driver that thought it was part of the VM system
 - me: teach DRM about VM_RESERVED
 - Alan Cox: more merging


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

* Re: 2.4.15-final
  2001-11-23  8:14 2.4.15-final Rob Radez
@ 2001-11-23  8:36 ` Frank Davis
  2001-11-23  8:49   ` 2.4.15-final Pozsar Balazs
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Davis @ 2001-11-23  8:36 UTC (permalink / raw)
  To: rob, linux-kernel

  Nor did I see an official announcement of Linux 2.5.0 from Linus on 
lkml. :)
Regards,
-Frank

Rob Radez wrote:

> Didn't see Linus post the final ChangeLog, so here it is:
> 
> final:
>  - Jan Kara: fix quota SMP races with BKL
> 
> pre9:
>  - David Brownell: usbnet update
>  - Greg KH: USB and PCI hotplug update
>  - Ingo/me: fix SCHED_FIFO for UP/SMP for good (flw).
>  - Add back direct_IO now that it works again.
> 
> pre8:
>  - Richard Henderson: alpha update
>  - Andrew Morton: fix ext3/minix/sysv fsync behaviour.
> 
> pre7:
>  - Jeff Garzik: network driver updates
>  - Christoph Hellwig: UFS filesystem byteorder cleanups
>  - me: modified Andrea VM page allocator tuning
> 
> pre6:
>  - Russell King: /proc/cpuinfo for ARM
>  - Paul Mackerras: PPC update (cpuinfo etc)
>  - Nicolas Aspert: fix Intel 8xx agptlb flush
>  - Marko Myllynen: "Lindent" doesn't really need bash ;)
>  - Alexander Viro: /proc/cpuinfo for s390/s390x/sh, /proc/pci cleanup
>  - Alexander Viro: make lseek work on seqfiles
> 
> pre5:
>  - Greg KH: enable hotplug driver support
>  - Andrea Arcangeli: remove bogus sanity check
>  - David Mosberger: /proc/cpuinfo and scsi scatter-gather for ia64
>  - David Hinds: 16-bit pcmcia network driver updates/cleanups
>  - Hugh Dickins: remove some stale code from VM
>  - David Miller: /proc/cpuinfo for sparc, sparc fork bug fix, network
>    fixes, warning fixes
>  - Peter Braam: intermezzo update
>  - Greg KH: USB updates
>  - Ivan Kokshaysky: /proc/cpuinfo for alpha
>  - David Woodhouse: jffs2 - remove dead code, remove gcc3 warning
>  - Hugh Dickins: fix kiobuf page allocation/deallocation
> 
> pre4:
>  - Mikael Pettersson: make proc_misc happy without modules
>  - Arjan van de Ven: clean up acpitable implementation ("micro-acpi")
>  - Anton Altaparmakov: LDM partition code update
>  - Alan Cox: final (yeah, sure) small missing pieces
>  - Andrey Savochkin/Andrew Morton: eepro100 config space save/restore over suspend
>  - Arjan van de Ven: remove power from pcmcia socket on card remove
>  - Greg KH: USB updates
>  - Neil Brown: multipath updates
>  - Martin Dalecki: fix up some "asmlinkage" routine markings
> 
> pre3:
>  - Alan Cox: more driver merging
>  - Al Viro: make ext2 group allocation more readable
> 
> pre2:
>  - Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry
>  - Kai Germaschewski: ISDN updates
>  - Jeff Garzik: network driver updates, sysv fs update
>  - Kai Mäkisara: SCSI tape update
>  - Alan Cox: large drivers merge
>  - Nikita Danilov: reiserfs procfs information
>  - Andrew Morton: ext3 merge
>  - Christoph Hellwig: vxfs livelock fix
>  - Trond Myklebust: NFS updates
>  - Jens Axboe: cpqarray + cciss dequeue fix
>  - Tim Waugh: parport_serial base_baud setting
>  - Matthew Dharm: usb-storage Freecom driver fixes
>  - Dave McCracken: wait4() thread group race fix
> 
> pre1:
>  - me: fix page flags race condition Andrea found
>  - David Miller: sparc and network updates
>  - various: fix loop driver that thought it was part of the VM system
>  - me: teach DRM about VM_RESERVED
>  - Alan Cox: more merging
> 
> -
> 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] 3+ messages in thread

* Re: 2.4.15-final
  2001-11-23  8:36 ` 2.4.15-final Frank Davis
@ 2001-11-23  8:49   ` Pozsar Balazs
  0 siblings, 0 replies; 3+ messages in thread
From: Pozsar Balazs @ 2001-11-23  8:49 UTC (permalink / raw)
  To: Frank Davis; +Cc: rob, linux-kernel


Well, real men just upload their stuff and let the world announce it :)))


On Fri, 23 Nov 2001, Frank Davis wrote:

>   Nor did I see an official announcement of Linux 2.5.0 from Linus on
> lkml. :)
> Regards,
> -Frank
>
> Rob Radez wrote:
>
> > Didn't see Linus post the final ChangeLog, so here it is:
> >
> > final:
> >  - Jan Kara: fix quota SMP races with BKL
> >
> > pre9:
> >  - David Brownell: usbnet update
> >  - Greg KH: USB and PCI hotplug update
> >  - Ingo/me: fix SCHED_FIFO for UP/SMP for good (flw).
> >  - Add back direct_IO now that it works again.
> >
> > pre8:
> >  - Richard Henderson: alpha update
> >  - Andrew Morton: fix ext3/minix/sysv fsync behaviour.
> >
> > pre7:
> >  - Jeff Garzik: network driver updates
> >  - Christoph Hellwig: UFS filesystem byteorder cleanups
> >  - me: modified Andrea VM page allocator tuning
> >
> > pre6:
> >  - Russell King: /proc/cpuinfo for ARM
> >  - Paul Mackerras: PPC update (cpuinfo etc)
> >  - Nicolas Aspert: fix Intel 8xx agptlb flush
> >  - Marko Myllynen: "Lindent" doesn't really need bash ;)
> >  - Alexander Viro: /proc/cpuinfo for s390/s390x/sh, /proc/pci cleanup
> >  - Alexander Viro: make lseek work on seqfiles
> >
> > pre5:
> >  - Greg KH: enable hotplug driver support
> >  - Andrea Arcangeli: remove bogus sanity check
> >  - David Mosberger: /proc/cpuinfo and scsi scatter-gather for ia64
> >  - David Hinds: 16-bit pcmcia network driver updates/cleanups
> >  - Hugh Dickins: remove some stale code from VM
> >  - David Miller: /proc/cpuinfo for sparc, sparc fork bug fix, network
> >    fixes, warning fixes
> >  - Peter Braam: intermezzo update
> >  - Greg KH: USB updates
> >  - Ivan Kokshaysky: /proc/cpuinfo for alpha
> >  - David Woodhouse: jffs2 - remove dead code, remove gcc3 warning
> >  - Hugh Dickins: fix kiobuf page allocation/deallocation
> >
> > pre4:
> >  - Mikael Pettersson: make proc_misc happy without modules
> >  - Arjan van de Ven: clean up acpitable implementation ("micro-acpi")
> >  - Anton Altaparmakov: LDM partition code update
> >  - Alan Cox: final (yeah, sure) small missing pieces
> >  - Andrey Savochkin/Andrew Morton: eepro100 config space save/restore over suspend
> >  - Arjan van de Ven: remove power from pcmcia socket on card remove
> >  - Greg KH: USB updates
> >  - Neil Brown: multipath updates
> >  - Martin Dalecki: fix up some "asmlinkage" routine markings
> >
> > pre3:
> >  - Alan Cox: more driver merging
> >  - Al Viro: make ext2 group allocation more readable
> >
> > pre2:
> >  - Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry
> >  - Kai Germaschewski: ISDN updates
> >  - Jeff Garzik: network driver updates, sysv fs update
> >  - Kai Mäkisara: SCSI tape update
> >  - Alan Cox: large drivers merge
> >  - Nikita Danilov: reiserfs procfs information
> >  - Andrew Morton: ext3 merge
> >  - Christoph Hellwig: vxfs livelock fix
> >  - Trond Myklebust: NFS updates
> >  - Jens Axboe: cpqarray + cciss dequeue fix
> >  - Tim Waugh: parport_serial base_baud setting
> >  - Matthew Dharm: usb-storage Freecom driver fixes
> >  - Dave McCracken: wait4() thread group race fix
> >
> > pre1:
> >  - me: fix page flags race condition Andrea found
> >  - David Miller: sparc and network updates
> >  - various: fix loop driver that thought it was part of the VM system
> >  - me: teach DRM about VM_RESERVED
> >  - Alan Cox: more merging
> >
> > -
> > 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/
>

-- 
pozsy


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

end of thread, other threads:[~2001-11-23  8:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-23  8:14 2.4.15-final Rob Radez
2001-11-23  8:36 ` 2.4.15-final Frank Davis
2001-11-23  8:49   ` 2.4.15-final Pozsar Balazs

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