* Linux 2.4.10-pre12
@ 2001-09-19 0:39 Linus Torvalds
2001-09-19 1:10 ` Alexander Viro
2001-09-19 6:54 ` Geert Uytterhoeven
0 siblings, 2 replies; 6+ messages in thread
From: Linus Torvalds @ 2001-09-19 0:39 UTC (permalink / raw)
To: Kernel Mailing List
Lots more merging - it almost looks like there's a light at the end of the
tunnel.
VM tweaks, notably OOM handling.
And a nasty ptrace bug fixed.
Linus
------
pre12:
- Alan Cox: much more merging
- Pete Zaitcev: ymfpci race fixes
- Andrea Arkangeli: VM race fix and OOM tweak.
- Arjan Van de Ven: merge RH kernel fixes
- Andi Kleen: use more readable 'likely()/unlikely()' instead of __builtin_expect()
- Keith Owens: fix 64-bit ELF types
- Gerd Knorr: mark more broken PCI bridges, update btaudio driver
- Paul Mackerras: powermac driver update
- me: clean up PTRACE_DETACH to use common infrastructure
pre11:
- Neil Brown: md cleanups/fixes
- Andrew Morton: console locking merge
- Andrea Arkangeli: major VM merge
pre10:
- Alan Cox: continued merging
- Mingming Cao: make msgrcv/shmat check the queue/segment ID's properly
- Greg KH: USB serial init failure fix, Xircom serial converter driver
- Neil Brown: nsfd/raid/md/lockd cleanups
- Ingo Molnar: multipath RAID personality, raid xor update
- Hugh Dickins/Marcelo Tosatti: swapin read-ahead race fix
- Vojtech Pavlik: fix up some of the infrastructure for x86-64
- Robert Love: AMD 761 AGP GART support
- Jens Axboe: fix SCSI-generic queue handling race
- me: be sane about page reference bits
pre9:
- Greg KH: start migration to new "min()/max()"
- Roman Zippel: move affs over to "min()/max()".
- Vojtech Pavlik: VIA update (make sure not to IRQ-unmask a vt82c576)
- Jan Kara: quota bug-fix (don't decrement quota for non-counted inode)
- Anton Altaparmakov: more NTFS updates
- Al Viro: make nosuid/noexec/nodev be per-mount flags, not per-filesystem
- Alan Cox: merge input/joystick layer differences, driver and alpha merge
- Keith Owens: scsi Makefile cleanup
- Trond Myklebust: fix oopsable race in locking code
- Jean Tourrilhes: IrDA update
pre8:
- Christoph Hellwig: clean up personality handling a bit
- Robert Love: update sysctl/vm documentation
- make the three-argument (that everybody hates) "min()" be "min_t()",
and introduce a type-anal "min()" that complains about arguments of
different types.
pre7:
- Alan Cox: big driver/mips sync
- Andries Brouwer, Christoph Hellwig: more gendisk fixups
- Tobias Ringstrom: tulip driver workaround for DC21143 erratum
pre6:
- Jens Axboe: remove trivially dead io_request_lock usage
- Andrea Arcangeli: softirq cleanup and ARM fixes. Slab cleanups
- Christoph Hellwig: gendisk handling helper functions/cleanups
- Nikita Danilov: reiserfs dead code pruning
- Anton Altaparmakov: NTFS update to 1.1.18
- firestream network driver: patch reverted on authors request
- NIIBE Yutaka: SH architecture update
- Paul Mackerras: PPC cleanups, PPC8xx update.
- me: reverse broken bootdata allocation patch that went into pre5
pre5:
- Merge with Alan
- Trond Myklebust: NFS fixes - kmap and root inode special case
- Al Viro: more superblock cleanups, inode leak in rd.c, minix
directories in page cache
- Paul Mackerras: clean up rubbish from sl82c105.c
- Neil Brown: md/raid cleanups, NFS filehandles
- Johannes Erdfelt: USB update (usb-2.0 support, visor fix, Clie fix,
pl2303 driver update)
- David Miller: sparc and net update
- Eric Biederman: simplify and correct bootdata allocation - don't
overwrite ramdisks
- Tim Waugh: support multiple SuperIO devices, parport doc updates
pre4:
- Hugh Dickins: swapoff cleanups and speedups
- Matthew Dharm: USB storage update
- Keith Owens: Makefile fixes
- Tom Rini: MPC8xx build fix
- Nikita Danilov: reiserfs update
- Jakub Jelinek: ELF loader fix for ET_DYN
- Andrew Morton: reparent_to_init() for kernel threads
- Christoph Hellwig: VxFS and SysV updates, vfs_permission fix
pre3:
- Johannes Erdfelt, Oliver Neukum: USB printer driver race fix
- John Byrne: fix stupid i386-SMP irq stack layout bug
- Andreas Bombe, me: yenta IO window fix
- Neil Brown: raid1 buffer state fix
- David Miller, Paul Mackerras: fix up sparc and ppc respectively for kmap/kbd_rate
- Matija Nalis: umsdos fixes, and make it possible to boot up with umsdos
- Francois Romieu: fix bugs in dscc4 driver
- Andy Grover: new PCI config space access functions (eventually for ACPI)
- Albert Cranford: fix incorrect e2fsprog data from ver_linux script
- Dave Jones: re-sync x86 setup code, fix macsonic kmalloc use
- Johannes Erdfelt: remove obsolete plusb USB driver
- Andries Brouwer: fix USB compact flash version info, add blksize ioctls
pre2:
- Al Viro: block device cleanups
- Marcelo Tosatti: make bounce buffer allocations more robust (it's ok
for them to do IO, just not cause recursive bounce IO. So allow them)
- Anton Altaparmakov: NTFS update (1.1.17)
- Paul Mackerras: PPC update (big re-org)
- Petko Manolov: USB pegasus driver fixes
- David Miller: networking and sparc updates
- Trond Myklebust: Export atomic_dec_and_lock
- OGAWA Hirofumi: find and fix umsdos "filldir" users that were broken
by the 64-bit-cleanups. Fix msdos warnings.
- Al Viro: superblock handling cleanups and race fixes
- Johannes Erdfelt++: USB updates
pre1:
- Jeff Hartmann: DRM AGP/alpha cleanups
- Ben LaHaise: highmem user pagecopy/clear optimization
- Vojtech Pavlik: VIA IDE driver update
- Herbert Xu: make cramfs work with HIGHMEM pages
- David Fennell: awe32 ram size detection improvement
- Istvan Varadi: umsdos EMD filename bug fix
- Keith Owens: make min/max work for pointers too
- Jan Kara: quota initialization fix
- Brad Hards: Kaweth USB driver update (enable, and fix endianness)
- Ralf Baechle: MIPS updates
- David Gibson: airport driver update
- Rogier Wolff: firestream ATM driver multi-phy support
- Daniel Phillips: swap read page referenced set - avoid swap thrashing
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Linux 2.4.10-pre12
2001-09-19 0:39 Linux 2.4.10-pre12 Linus Torvalds
@ 2001-09-19 1:10 ` Alexander Viro
2001-09-19 3:09 ` Linus Torvalds
2001-09-19 6:54 ` Geert Uytterhoeven
1 sibling, 1 reply; 6+ messages in thread
From: Alexander Viro @ 2001-09-19 1:10 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Kernel Mailing List
On Tue, 18 Sep 2001, Linus Torvalds wrote:
>
> Lots more merging - it almost looks like there's a light at the end of the
> tunnel.
Dunno about the light, but patch is definitely not there...
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Linux 2.4.10-pre12
2001-09-19 1:10 ` Alexander Viro
@ 2001-09-19 3:09 ` Linus Torvalds
2001-09-19 6:09 ` Jens Axboe
0 siblings, 1 reply; 6+ messages in thread
From: Linus Torvalds @ 2001-09-19 3:09 UTC (permalink / raw)
To: Alexander Viro; +Cc: Kernel Mailing List
On Tue, 18 Sep 2001, Alexander Viro wrote:
> >
> > Lots more merging - it almost looks like there's a light at the end of the
> > tunnel.
>
> Dunno about the light, but patch is definitely not there...
Hmm... It does seem like the mirroring from the master site isn't working.
Probably due to the kernel.org domain move (which I _thought_ that was
supposed to be tomorrow, oh, well).
Do dumm.. I'll have to find another site in the meantime, it seems.
Linus
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Linux 2.4.10-pre12
2001-09-19 3:09 ` Linus Torvalds
@ 2001-09-19 6:09 ` Jens Axboe
0 siblings, 0 replies; 6+ messages in thread
From: Jens Axboe @ 2001-09-19 6:09 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Alexander Viro, Kernel Mailing List
On Tue, Sep 18 2001, Linus Torvalds wrote:
> On Tue, 18 Sep 2001, Alexander Viro wrote:
> > >
> > > Lots more merging - it almost looks like there's a light at the end of the
> > > tunnel.
> >
> > Dunno about the light, but patch is definitely not there...
>
> Hmm... It does seem like the mirroring from the master site isn't working.
> Probably due to the kernel.org domain move (which I _thought_ that was
> supposed to be tomorrow, oh, well).
>
> Do dumm.. I'll have to find another site in the meantime, it seems.
I've put them on http://kernel.dk/testing until the mirroring works
again in case anyone else wants to get ahold of them.
--
Jens Axboe
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Linux 2.4.10-pre12
2001-09-19 0:39 Linux 2.4.10-pre12 Linus Torvalds
2001-09-19 1:10 ` Alexander Viro
@ 2001-09-19 6:54 ` Geert Uytterhoeven
2001-09-19 19:51 ` Alan Cox
1 sibling, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2001-09-19 6:54 UTC (permalink / raw)
To: Linux Kernel Development; +Cc: Linux/m68k
On Tue, 18 Sep 2001, Linus Torvalds wrote:
> pre12:
> - Alan Cox: much more merging
Anybody with an idea where this comes from?!?
- There should be a test for a failed kmalloc()
- sun3fb_init_fb() returns void (it returns int in the m68k tree)
diff -u --recursive --new-file v2.4.9/linux/drivers/video/sun3fb.c linux/drivers/video/sun3fb.c
--- v2.4.9/linux/drivers/video/sun3fb.c Thu Apr 26 22:17:27 2001
+++ linux/drivers/video/sun3fb.c Mon Sep 17 22:52:35 2001
@@ -586,9 +586,11 @@
fb->cursor.hwsize.fbx = 32;
fb->cursor.hwsize.fby = 32;
- if (depth > 1 && !fb->color_map)
+ if (depth > 1 && !fb->color_map) {
fb->color_map = kmalloc(256 * 3, GFP_ATOMIC);
-
+ return -ENOMEM;
+ }
+
switch(fbtype) {
#ifdef CONFIG_FB_CGSIX
case FBTYPE_SUNFAST_COLOR:
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Linux 2.4.10-pre12
2001-09-19 6:54 ` Geert Uytterhoeven
@ 2001-09-19 19:51 ` Alan Cox
0 siblings, 0 replies; 6+ messages in thread
From: Alan Cox @ 2001-09-19 19:51 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Linux Kernel Development, Linux/m68k
> - There should be a test for a failed kmalloc()
> - sun3fb_init_fb() returns void (it returns int in the m68k tree)
>
> diff -u --recursive --new-file v2.4.9/linux/drivers/video/sun3fb.c linux/drivers/video/sun3fb.c
> --- v2.4.9/linux/drivers/video/sun3fb.c Thu Apr 26 22:17:27 2001
> +++ linux/drivers/video/sun3fb.c Mon Sep 17 22:52:35 2001
> @@ -586,9 +586,11 @@
> fb->cursor.hwsize.fbx = 32;
> fb->cursor.hwsize.fby = 32;
>
> - if (depth > 1 && !fb->color_map)
> + if (depth > 1 && !fb->color_map) {
> fb->color_map = kmalloc(256 * 3, GFP_ATOMIC);
> -
> + return -ENOMEM;
> + }
> +
its a weird corruption of the patch that I had. Im not quite sure what
has happened there. Lower down there is a random -ENODEV without a return
too.
I'll dig out the originals and send Linus something sane
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-09-19 19:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-19 0:39 Linux 2.4.10-pre12 Linus Torvalds
2001-09-19 1:10 ` Alexander Viro
2001-09-19 3:09 ` Linus Torvalds
2001-09-19 6:09 ` Jens Axboe
2001-09-19 6:54 ` Geert Uytterhoeven
2001-09-19 19:51 ` Alan Cox
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.