public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux-2.4.1-pre11
@ 2001-01-28 18:31 Linus Torvalds
  2001-01-29  0:55 ` Linux-2.4.1-pre11 David D.W. Downey
                   ` (3 more replies)
  0 siblings, 4 replies; 30+ messages in thread
From: Linus Torvalds @ 2001-01-28 18:31 UTC (permalink / raw)
  To: Kernel Mailing List


I just uploaded it to kernel.org, and I expect that I'll do the final
2.4.1 tomorrow, before leaving for NY and LinuxWorld. Please test that the
pre-kernel works for you..

The main noticeable things in pre11 are fixing some bugs that crept in
after 2.4.0 - the block device queuing improvements could lose wakeups
under extreme load by multiple clients, and the vmscanning "get rid of
special return codes for shared memory" thing had missed a bit.

This should also fix the VIA IDE driver issues (if you want safe, do NOT
enable auto-dma), and the reported problems with hpt366 controllers and
IBM drives. Hopefully these were the last major IDE issues for a while.

Also, can people who have had unhappy relationships with their eepro100
please try to cuddle and make up again? The eepro100 changes should fix
the problem of having posted writes that basically made some of the timing
not work out.

		Linus

-----
pre11:
 - Trond Myklebust: NFS/RPC client SMP fixes
 - rth: alpha pyxis and cabriolet fixes
 - remove broken sys_wait4() declarations
 - disable radeon debugging code
 - VIA IDE driver should not enable autodma unless asked for
 - Andrey Savochkin: eepro100 update. Should fix the resource timing problems.
 - Jeff Garzik: via82cxxx_audio update
 - YMF7xx PCI audio update: get rid of old broken driver, make new
   driver handle legacy control too. 
 - fix missed wakeup on block device request list
 - hpt366 controller doesn't play nice with some IBM harddisks
 - remove inode pages from the page cache only after having removed them
   from the page tables.
 - shared memory out-of-swap writepage() fixup (no more magic return)

pre10:
 - got a few too-new R128 #defines in the Radeon merge. Fix.
 - tulip driver update from Jeff Garzik
 - more cpq and DAC elevator fixes from Jens. Looks good.
 - Petr Vandrovec: nicer ncpfs behaviour
 - Andy Grover: APCI update
 - Cort Dougan: PPC update
 - David Miller: sparc updates
 - David Miller: networking updates
 - Neil Brown: RAID5 fixes

pre9:
 - cpq array driver elevator fixes 
 - merge radeon driver from X CVS tree
 - ispnp cleanups
 - emu10k unlock on error fixes
 - hpfs doesn't allow truncate to larger

pre8:
 - Don't drop a megabyte off the old-style memory size detection
 - remember to UnlockPage() in ramfs_writepage()
 - 3c59x driver update from Andrew Morton
 - egcs-1.1.2 miscompiles depca: workaround by Andrew Morton
 - dmfe.c module init fix: Andrew Morton
 - dynamic XMM support. Andrea Arkangeli.
 - ReiserFS merge
 - USB hotplug updates/fixes
 - boots on real i386 machines
 - blk-14 from Jens Axboe
 - fix DRM R128/AGP dependency
 - fix n_tty "canon" mode SMP race
 - ISDN fixes
 - ppp UP deadlock attack fix
 - FAT fat_cache SMP race fix
 - VM balancing tuning
 - Locked SHM segment deadlock fix
 - fork() page table copy race fix

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 30+ messages in thread
* Re:  Linux-2.4.1-pre11
@ 2001-01-28 19:23 Dieter Nützel
  2001-01-28 21:46 ` Linux-2.4.1-pre11 Linus Torvalds
  0 siblings, 1 reply; 30+ messages in thread
From: Dieter Nützel @ 2001-01-28 19:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Grover, Linux Kernel List

> I just uploaded it to kernel.org, and I expect that I'll do the final
> 2.4.1 tomorrow, before leaving for NY and LinuxWorld. Please test that the
> pre-kernel works for you..

Hello Linus,

can we please see Andrew's latest ACPI fixes ([Acpi] ACPI source release 
updated: 1-25-2001)  in 2.4.1 final?
ftp://download.intel.com/technology/iapc/acpi/downloads/acpica-linux-20010125.tar.gz)

Thanks,	
	Dieter

BTW Have a nice trip.
-- 
Dieter Nützel
Graduate Student, Computer Science

University of Hamburg
Department of Computer Science
Cognitive Systems Group
Vogt-Kölln-Straße 30
D-22527 Hamburg, Germany

email: nuetzel@kogs.informatik.uni-hamburg.de
@home: Dieter.Nuetzel@hamburg.de
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 30+ messages in thread
* linux-2.4.1-pre11
@ 2001-01-28 23:55 Louis Garcia
  2001-01-28 22:37 ` linux-2.4.1-pre11 Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 30+ messages in thread
From: Louis Garcia @ 2001-01-28 23:55 UTC (permalink / raw)
  To: linux-kernel

I am getting messages everytime I use the network from my RH7 + 
kernel-2.4.1-pre11 system:

modprobe: modprobe: Can't locate module net-pf-10

I have checked my .config  and can't find that modules. This does not 
happen with 2.4.0 kernel, only with the latest pre series maybe pre7 on.

Lou

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 30+ messages in thread
[parent not found: <Pine.LNX.4.31.0101281845420.6761-100000@argo.starforce.com>]
* RE: Linux-2.4.1-pre11
@ 2001-01-29 18:07 Grover, Andrew
  0 siblings, 0 replies; 30+ messages in thread
From: Grover, Andrew @ 2001-01-29 18:07 UTC (permalink / raw)
  To: 'Linus Torvalds', Dieter Nützel; +Cc: Linux Kernel List

> On Sun, 28 Jan 2001, Dieter Nützel wrote:
> 
> > > I just uploaded it to kernel.org, and I expect that I'll 
> do the final
> > > 2.4.1 tomorrow, before leaving for NY and LinuxWorld. 
> Please test that the
> > > pre-kernel works for you..
> > 
> > Hello Linus,
> > 
> > can we please see Andrew's latest ACPI fixes ([Acpi] ACPI 
> source release 
> > updated: 1-25-2001)  in 2.4.1 final?
> 
> Does it fix stuff? Andrew?

This fixes VAIO and power down. I've sent the patch separately, so please
apply it when you get the chance.

Thanks -- Regards -- Andy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2001-01-31 18:16 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-28 18:31 Linux-2.4.1-pre11 Linus Torvalds
2001-01-29  0:55 ` Linux-2.4.1-pre11 David D.W. Downey
2001-01-29  0:59   ` Linux-2.4.1-pre11 Michael H. Warfield
2001-01-29  1:03     ` Linux-2.4.1-pre11 David D.W. Downey
2001-01-29  1:17       ` Linux-2.4.1-pre11 Bob Chiodini
2001-01-29  1:10     ` Linux-2.4.1-pre11 David D.W. Downey
2001-01-29  1:10     ` Linux-2.4.1-pre11 Michael H. Warfield
2001-01-28 23:59       ` Linux-2.4.1-pre11 Arnaldo Carvalho de Melo
2001-01-29  2:36   ` Linux-2.4.1-pre11 Linus Torvalds
2001-01-29  1:10 ` Linux-2.4.1-pre11 Luc de Louw
2001-01-29  2:43 ` [PATCH] Making Cyrix III boot Ingo Oeser
2001-01-31 18:16   ` Alan Cox
2001-01-29 10:02 ` Linux-2.4.1-pre11 Meelis Roos
2001-01-29 10:26   ` Linux-2.4.1-pre11 Harold Oga
2001-01-29 10:55     ` Linux-2.4.1-pre11 Ondrej Sury
2001-01-29 23:33       ` Linux-2.4.1-pre11 Harold Oga
  -- strict thread matches above, loose matches on Subject: below --
2001-01-28 19:23 Linux-2.4.1-pre11 Dieter Nützel
2001-01-28 21:46 ` Linux-2.4.1-pre11 Linus Torvalds
2001-01-28 21:52   ` Linux-2.4.1-pre11 Jeff Garzik
2001-01-28 22:53     ` Linux-2.4.1-pre11 Drew Bertola
2001-01-28 23:39       ` Linux-2.4.1-pre11 Drew Bertola
2001-01-29  0:09         ` Linux-2.4.1-pre11 Drew Bertola
2001-01-29  3:48         ` Linux-2.4.1-pre11 Jeff Garzik
2001-01-28 22:08   ` Linux-2.4.1-pre11 Derek Wildstar
2001-01-29  2:20   ` Linux-2.4.1-pre11 Dieter Nützel
2001-01-28 23:55 linux-2.4.1-pre11 Louis Garcia
2001-01-28 22:37 ` linux-2.4.1-pre11 Arnaldo Carvalho de Melo
2001-01-29  2:17   ` linux-2.4.1-pre11 Louis Garcia
     [not found] <Pine.LNX.4.31.0101281845420.6761-100000@argo.starforce.com>
2001-01-29  1:22 ` Linux-2.4.1-pre11 Derek Wildstar
2001-01-29 18:07 Linux-2.4.1-pre11 Grover, Andrew

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