* Linux 2.5.24-dj1
@ 2002-06-21 2:59 Dave Jones
2002-06-24 5:42 ` Ben Clifford
0 siblings, 1 reply; 3+ messages in thread
From: Dave Jones @ 2002-06-21 2:59 UTC (permalink / raw)
To: Linux Kernel
Probably the last before I join the cabal^Wothers in Ottawa,
so it flushes everything of importance I had pending, and
resyncs with Linus' latest and greatest.
I'll try and keep up with anything that turns up during the
following week (time & network connection permitting), but
with 99% of the regulars otherwise occupied at KS/OLS,
I imagine it'll be a quiet week.
As usual,..
Patch against 2.5.24 vanilla is available from:
ftp://ftp.kernel.org/pub/linux/kernel/people/davej/patches/2.5/
Merged patch archive: http://www.codemonkey.org.uk/patches/merged/
Check http://www.codemonkey.org.uk/Linux-2.5.html before reporting
known bugs that are also in mainline.
-- Davej.
2.5.24-dj1
o Fix broken config.in that made xconfig barf.
o Drop some ISDN bits.
o Updated SAA7110 i2c patch. (Frank Davis)
o Allow x86 cpufreq to be built modular. (Dominik Brodowski)
o Make modular builds of agpgart work again. (Kai Germaschewski)
o Fix MTRR compile on SMP. (Patrick Mochel)
o Various SCSI generic driver janitor items. (William Stinson)
o Fix oops in UHCI driver unload function. (Andries Brouwer)
o Fix various missing includes (tqueue.h & init.h). (Adrian Bunk)
o Make max number of CPUs compile time configurable. (Robert Love)
o Various pidhash cleanups. (William Lee Irwin)
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Linux 2.5.24-dj1
2002-06-21 2:59 Linux 2.5.24-dj1 Dave Jones
@ 2002-06-24 5:42 ` Ben Clifford
2002-06-24 5:56 ` Ben Clifford
0 siblings, 1 reply; 3+ messages in thread
From: Ben Clifford @ 2002-06-24 5:42 UTC (permalink / raw)
To: Dave Jones; +Cc: Linux Kernel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
When I tried to copy around 500Mb of files between two filesystems on the
same hard-drive, I got the following message on the console:
hda: error: DMA in progress...
and the system seems to get stuck - I can't kill the cp with ctrl-c, nor
can I get getty to let me log in on another console.
However, the kernel still forwards IP traffic and I presume is managing to
tickle my hardware watchdog as the system doesn't automatically reboot.
Hopefully, the relevant part of my boot output follows.
ATA/ATAPI device driver v7.0.0
ATA: PCI bus speed 33.3MHz
ATA: Intel Corp. 82801BA IDE U100, PCI slot 00:1f.1
ATA: chipset rev.: 17
ATA: non-legacy mode: IRQ probe delayed
PIIX: Intel Corp. 82801BA IDE U100 UDMA100 controller on pci00:1f.1
PCI: Setting latency timer of device 00:1f.1 to 64
ide0: BM-DMA at 0x2480-0x2487, BIOS settings: hda:DMA, hdb:pio
PCI: Setting latency timer of device 00:1f.1 to 64
ide1: BM-DMA at 0x2488-0x248f, BIOS settings: hdc:DMA, hdd:pio
hda: WDC WD200EB-11CSF0, DISK drive
hdc: Compaq CRD-8402B, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 39102336 sectors w/2048KiB Cache, CHS=38792/16/63, UDMA(100)
/dev/ide/host0/bus0/target0/lun0: [PTBL] [2586/240/63] p1 p2 < p5 p6 p7
p8 p9 p
10 p11 >
When I am not doing intensive disk activity, it seems to last longer - it
has been up one and a half hours so far and hasn't crashed yet, doing a
mixture of mail reading and running distributed.net.
Ben
- --
Ben Clifford benc@hawaga.org.uk GPG: 30F06950
http://www.hawaga.org.uk/ben/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9FrFOsYXoezDwaVARApuEAJ9+35KZHMBjLQ53ZPFqLPL+0R5hdACcCOpL
XRiiRiHA6aueKTat0LsHCfE=
=avqK
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Linux 2.5.24-dj1
2002-06-24 5:42 ` Ben Clifford
@ 2002-06-24 5:56 ` Ben Clifford
0 siblings, 0 replies; 3+ messages in thread
From: Ben Clifford @ 2002-06-24 5:56 UTC (permalink / raw)
To: Dave Jones; +Cc: Linux Kernel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Sun, 23 Jun 2002, Ben Clifford wrote:
> When I tried to copy around 500Mb of files between two filesystems on the
> same hard-drive, I got the following message on the console:
I forgot to say:
The previous version of the kernel that I used before 2.5.24-dj1 was
2.5.20-dj4, which has served me reliably for a week or so - I tried the
above copy on 2.5.20-dj4 and it works fine.
- --
Ben Clifford benc@hawaga.org.uk GPG: 30F06950
http://www.hawaga.org.uk/ben/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9FrSGsYXoezDwaVARAnWzAJ4okjg3VGRuUk30p+oHa14hLYMFsACcCeNA
kE1PpkzUh8oTk82FcZ9UktI=
=5Vq0
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-06-24 5:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-21 2:59 Linux 2.5.24-dj1 Dave Jones
2002-06-24 5:42 ` Ben Clifford
2002-06-24 5:56 ` Ben Clifford
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox