2003-02-21 07:36:00

by Andrew Morton

[permalink] [raw]
Subject: 2.5.62-mm2


ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.5/2.5.62/2.5.62-mm2/

Various little bits and pieces. Mainly work against the anticipatory
scheduler.

The anticipatory scheduler has been moved into its own file now, and
deadline-iosched is unaltered from 2.5.62 base (apart from a small bugfix).

So this tree has three elevators (apart from the no-op elevator). You can
select between them via the kernel boot commandline:

elevator=as
elevator=cfq
elevator=deadline

The default is AS.



Changes since 2.5.62-mm1:


-xfs-warning-fixes.patch
-xfs-cli-fix.patch
-drm-timer-init.patch
-cifs-exports.patch
-mk_pte_huge-header.patch
-summit-numaq-kirq-fix.patch
-remove-MAX_BLKDEV-from-nfsd.patch
-const-warning-fix-1.patch
-const-warning-fix-2.patch
-const-warning-fix-3.patch
-visws-1.patch
-visws-2.patch
-visws-3.patch
-visws-4.patch
-visws-5.patch
-visws-6.patch
-visws-7.patch
-visws-8.patch
-visws-9.patch
-visws-10.patch
-visws-11.patch
-visws-12.patch
-visws-13.patch
-visws-pci-fix.patch
-profiling-cleanup.patch
-profiler-make-static.patch
-tty-module-refcounting.patch

Merged

+ppc64-timer-fix.patch
+ppc-entry-build-fix.patch
+ppc64-time-warning-fix.patch
+ppc64-64-bit-exec-fix.patch

Various ppc64 fixes

+sym-do-160.patch

Make sym-2 driver do 160 MB/sec (this patch is wrong)

-reiserfs_file_write-3.patch
+reiserfs_file_write-4.patch

Latest from Namesys

-deadline-np-42.patch
-deadline-np-43.patch
-batch-tuning.patch
-starvation-by-read-fix.patch
-anticipatory_io_scheduling.patch
-deadline-jiffies-wrap.patch

Rolled into the new drivers/block/as-iosched.c

+as-iosched.patch

Break the anticipatory scheduler out into a new file.

+as-comments-and-tweaks.patch

Anticipatory scheduler Update from Nick.

+isp-update-1.patch

Fix the linux-isp driver's shutdown handling.

+crc32-speedup-2.patch

speed up the crc32 code

+aic-makefile-fix.patch

Fix the aicasm build

+atm_dev_sem.patch

ATM locking fix

+flush-tlb-all-2.patch

preempt safety for x86_64, ia64

+linux-2.5.62-early_ioremap_A0.patch
+linux-2.5.62-x440disco_A0.patch
+srat-config-fix.patch

summit support fixes

+dget-BUG.patch

Make dget() go BUG() again on zero-ref dentries

+sysfs-dget-fix.patch

Fix sysfs's dget() of zero-ref dentries

+disk-accounting-fix.patch

Fix the SARD accounting

+hugh-inode-pruning-race-fix.patch

Fix race between inode reclaim and unmount

-elevator-selection.patch

Folded into as-iosched.patch and cfq-2.patch




All 53 patches:


linus.patch

ppc64-reloc_hide.patch

anton-1.patch
ppc64 patch

ppc64-pci-patch.patch
Subject: pci patch

ppc64-e100-fix.patch
fix e100 for big-endian machines

ppc64-aio-32bit-emulation.patch
32/64bit emulation for aio

ppc64-timer-fix.patch
ppc64: fix the build for posix timer changes

ppc-entry-build-fix.patch
ppc64: Fix the build for linux/sys.h changes

ppc64-time-warning-fix.patch
ppc64: time warning fixes

ppc64-64-bit-exec-fix.patch
Subject: 64bit exec

sym-do-160.patch
make the SYM driver do 160 MB/sec

kgdb.patch

nfsd-disable-softirq.patch
Fix race in svcsock.c in 2.5.61

report-lost-ticks.patch
make lost-tick detection more informative

devfs-fix.patch

ptrace-flush.patch
Subject: [PATCH] ptrace on 2.5.44

buffer-debug.patch
buffer.c debugging

warn-null-wakeup.patch

ext3-truncate-ordered-pages.patch
ext3: explicitly free truncated pages

deadline-dispatching-fix.patch
deadline IO scheduler dispatching fix

nfs-unstable-pages.patch
"unstable" page accounting for NFS.

initial-jiffies.patch
make jiffies wrap 5 min after boot

reiserfs_file_write-4.patch
ReiserFS CPU efficient large writes for 2.5

tcp-wakeups.patch
Use fast wakeups in TCP/IPV4

lockd-lockup-fix.patch
Subject: Re: Fw: Re: 2.4.20 NFS server lock-up (SMP)

rcu-stats.patch
RCU statistics reporting

ext3-journalled-data-assertion-fix.patch
Remove incorrect assertion from ext3

nfs-speedup.patch

nfs-oom-fix.patch
nfs oom fix

sk-allocation.patch
Subject: Re: nfs oom

nfs-more-oom-fix.patch

nfs-sendfile.patch
Implement sendfile() for NFS

rpciod-atomic-allocations.patch
Make rcpiod use atomic allocations

put_page-speedup.patch
hugetlb put_page speedup

linux-isp.patch

isp-update-1.patch

remove-unused-congestion-stuff.patch
Subject: [PATCH] remove unused congestion stuff

crc32-speedup-2.patch
Subject: [PATCH] crc32 improvements for 2.5, more optimizations

aic-makefile-fix.patch
aicasm Makefile fix

atm_dev_sem.patch
convert atm_dev_lock from spinlock to semaphore

flush-tlb-all-2.patch
flush_tlb_all preempt safety for voyager and x86_64

linux-2.5.62-early_ioremap_A0.patch
Early ioremap support for ia32

linux-2.5.62-x440disco_A0.patch

srat-config-fix.patch

dget-BUG.patch
Check for zero d_count in dget()

sysfs-dget-fix.patch
sysfs dget() fix

disk-accounting-fix.patch
SARD accounting fix

hugh-inode-pruning-race-fix.patch
Fix race between umount and iprune

as-iosched.patch
anticipatory I/O scheduler

as-comments-and-tweaks.patch
antsched: commentary and

cfq-2.patch
CFQ scheduler, #2

smalldevfs.patch
smalldevfs

smalldevfs-dcache_rcu-fix.patch
Subject: Re: 2.5.61-mm1




2003-02-22 01:38:02

by Ed Tomlinson

[permalink] [raw]
Subject: Re: 2.5.62-mm2

On February 21, 2003 02:47 am, Andrew Morton wrote:
> So this tree has three elevators (apart from the no-op elevator). You can
> select between them via the kernel boot commandline:
>
> elevator=as
> elevator=cfq
> elevator=deadline

Has anyone been having problems booting with 'as'? It hangs here at the point
root gets mounted readonly. cfq works ok.



If this has already been reported sorry - mail is lagging here.

Ed Tomlinson

2003-02-22 01:48:52

by Nick Piggin

[permalink] [raw]
Subject: Re: 2.5.62-mm2

Ed Tomlinson wrote:

>On February 21, 2003 02:47 am, Andrew Morton wrote:
>
>>So this tree has three elevators (apart from the no-op elevator). You can
>>select between them via the kernel boot commandline:
>>
>> elevator=as
>> elevator=cfq
>> elevator=deadline
>>
>
>Has anyone been having problems booting with 'as'? It hangs here at the point
>root gets mounted readonly. cfq works ok.
>
What sort of disk controller arrangement and drivers are you using?

2003-02-22 01:59:22

by Andrew Morton

[permalink] [raw]
Subject: Re: 2.5.62-mm2

Ed Tomlinson <[email protected]> wrote:
>
> On February 21, 2003 02:47 am, Andrew Morton wrote:
> > So this tree has three elevators (apart from the no-op elevator). You can
> > select between them via the kernel boot commandline:
> >
> > elevator=as
> > elevator=cfq
> > elevator=deadline
>
> Has anyone been having problems booting with 'as'? It hangs here at the point
> root gets mounted readonly. cfq works ok.

Might be another jiffy handling problem. Would be appreciated if you could
retest with a patch -R of

http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.5/2.5.62/2.5.62-mm2/broken-out/initial-jiffies.patch

2003-02-22 02:22:23

by Ed Tomlinson

[permalink] [raw]
Subject: Re: 2.5.62-mm2

On February 21, 2003 08:58 pm, Nick Piggin wrote:
> Ed Tomlinson wrote:
> >On February 21, 2003 02:47 am, Andrew Morton wrote:
> >>So this tree has three elevators (apart from the no-op elevator). You
> >> can select between them via the kernel boot commandline:
> >>
> >> elevator=as
> >> elevator=cfq
> >> elevator=deadline
> >
> >Has anyone been having problems booting with 'as'? It hangs here at the
> > point root gets mounted readonly. cfq works ok.
>
> What sort of disk controller arrangement and drivers are you using?
>
> --
> To unsubscribe, send a message with 'unsubscribe linux-mm' in
> the body to [email protected]. For more info on Linux MM,
> see: http://www.linux-mm.org/ .
> Don't email: <a href=mailto:"[email protected]">[email protected]</a>

Here is the startup with cfq:

Feb 21 20:25:53 oscar syslogd 1.4.1#11: restart.
Feb 21 20:25:53 oscar kernel: klogd 1.4.1#11, log source = /proc/kmsg started.
Feb 21 20:25:53 oscar kernel: Inspecting /boot/System.map-2.5.59
Feb 21 20:25:54 oscar kernel: Loaded 19096 symbols from /boot/System.map-2.5.59.
Feb 21 20:25:54 oscar kernel: Symbols match kernel version 2.5.59.
Feb 21 20:25:54 oscar kernel: No module symbols loaded - kernel modules not enabled.
Feb 21 20:25:54 oscar kernel: Linux version 2.5.59 (ed@oscar) (gcc version 2.95.4 20011002 (Debian prerelease)) #4 Tue Jan 21 20:28:50 EST 2003
Feb 21 20:25:54 oscar kernel: Video mode to be used for restore is f00
Feb 21 20:25:54 oscar kernel: BIOS-provided physical RAM map:
Feb 21 20:25:54 oscar kernel: BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
Feb 21 20:25:54 oscar kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Feb 21 20:25:54 oscar kernel: BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
Feb 21 20:25:54 oscar kernel: BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
Feb 21 20:25:54 oscar kernel: BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
Feb 21 20:25:54 oscar kernel: BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Feb 21 20:25:54 oscar kernel: 511MB LOWMEM available.
Feb 21 20:25:54 oscar kernel: On node 0 totalpages: 131056
Feb 21 20:25:54 oscar kernel: DMA zone: 4096 pages, LIFO batch:1
Feb 21 20:25:54 oscar kernel: Normal zone: 126960 pages, LIFO batch:16
Feb 21 20:25:54 oscar kernel: HighMem zone: 0 pages, LIFO batch:1
Feb 21 20:25:54 oscar kernel: Building zonelist for node : 0
Feb 21 20:25:54 oscar kernel: Kernel command line: BOOT_IMAGE=59 ro root=2103 console=tty0 console=ttyS0,38400 idebus=33 profile=1
Feb 21 20:25:54 oscar kernel: ide_setup: idebus=33
Feb 21 20:25:54 oscar kernel: kernel profiling enabled
Feb 21 20:25:54 oscar kernel: Initializing CPU#0
Feb 21 20:25:54 oscar kernel: PID hash table entries: 2048 (order 11: 16384 bytes)
Feb 21 20:25:54 oscar kernel: Detected 400.850 MHz processor.
Feb 21 20:25:54 oscar kernel: Console: colour VGA+ 80x25
Feb 21 20:25:54 oscar kernel: Calibrating delay loop... 790.52 BogoMIPS
Feb 21 20:25:54 oscar kernel: Memory: 513328k/524224k available (1324k kernel code, 10140k reserved, 713k data, 80k init, 0k highmem)
Feb 21 20:25:54 oscar kernel: Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Feb 21 20:25:54 oscar kernel: Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
Feb 21 20:25:54 oscar kernel: Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Feb 21 20:25:54 oscar kernel: -> /dev
Feb 21 20:25:54 oscar kernel: -> /dev/console
Feb 21 20:25:54 oscar kernel: -> /root
Feb 21 20:25:54 oscar kernel: Enabling new style K6 write allocation for 511 Mb
Feb 21 20:25:54 oscar kernel: CPU: L1 I Cache: 32K (32 bytes/line), D cache 32K (32 bytes/line)
Feb 21 20:25:54 oscar kernel: CPU: L2 Cache: 256K (32 bytes/line)
Feb 21 20:25:54 oscar kernel: CPU: AMD-K6(tm) 3D+ Processor stepping 01
Feb 21 20:25:54 oscar kernel: Checking 'hlt' instruction... OK.
Feb 21 20:25:54 oscar kernel: POSIX conformance testing by UNIFIX
Feb 21 20:25:54 oscar kernel: Linux NET4.0 for Linux 2.4
Feb 21 20:25:54 oscar kernel: Based upon Swansea University Computer Society NET3.039
Feb 21 20:25:54 oscar kernel: Initializing RT netlink socket
Feb 21 20:25:54 oscar kernel: mtrr: v2.0 (20020519)
Feb 21 20:25:54 oscar kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb520, last bus=1
Feb 21 20:25:54 oscar kernel: PCI: Using configuration type 1
Feb 21 20:25:54 oscar kernel: BIO: pool of 256 setup, 15Kb (60 bytes/bio)
Feb 21 20:25:54 oscar kernel: biovec pool[0]: 1 bvecs: 256 entries (12 bytes)
Feb 21 20:25:54 oscar kernel: biovec pool[1]: 4 bvecs: 256 entries (48 bytes)
Feb 21 20:25:54 oscar kernel: biovec pool[2]: 16 bvecs: 256 entries (192 bytes)
Feb 21 20:25:54 oscar kernel: biovec pool[3]: 64 bvecs: 256 entries (768 bytes)
Feb 21 20:25:54 oscar kernel: biovec pool[4]: 128 bvecs: 256 entries (1536 bytes)
Feb 21 20:25:54 oscar kernel: biovec pool[5]: 256 bvecs: 256 entries (3072 bytes)
Feb 21 20:25:54 oscar kernel: Linux Plug and Play Support v0.94 (c) Adam Belay
Feb 21 20:25:54 oscar kernel: pnp: Enabling Plug and Play Card Services.
Feb 21 20:25:54 oscar kernel: PnPBIOS: Found PnP BIOS installation structure at 0xc00fc160
Feb 21 20:25:54 oscar kernel: PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0xc188, dseg 0xf0000
Feb 21 20:25:54 oscar kernel: PnPBIOS: 14 nodes reported by PnP BIOS; 14 recorded by driver
Feb 21 20:25:54 oscar kernel: isapnp: Scanning for PnP cards...
Feb 21 20:25:54 oscar kernel: isapnp: No Plug & Play device found
Feb 21 20:25:54 oscar kernel: block request queues:
Feb 21 20:25:54 oscar kernel: 128 requests per read queue
Feb 21 20:25:54 oscar kernel: 128 requests per write queue
Feb 21 20:25:54 oscar kernel: 8 requests per batch
Feb 21 20:25:54 oscar kernel: enter congestion at 15Feb 21 20:25:54 oscar kernel: exit congestion at 17
Feb 21 20:25:54 oscar kernel: drivers/usb/core/usb.c: registered new driver usbfs
Feb 21 20:25:54 oscar kernel: drivers/usb/core/usb.c: registered new driver hub
Feb 21 20:25:54 oscar kernel: PCI: Probing PCI hardware
Feb 21 20:25:54 oscar kernel: PCI: Probing PCI hardware (bus 00)
Feb 21 20:25:54 oscar kernel: PCI: Using IRQ router VIA [1106/0586] at 00:07.0
Feb 21 20:25:54 oscar kernel: aio_setup: sizeof(struct page) = 40
Feb 21 20:25:54 oscar kernel: Journalled Block Device driver loaded
Feb 21 20:25:54 oscar kernel: Initializing Cryptographic API
Feb 21 20:25:54 oscar kernel: Activating ISA DMA hang workarounds.
Feb 21 20:25:54 oscar kernel: Serial: 8250/16550 driver $Revision: 1.90 $ IRQ sharing disabled
Feb 21 20:25:54 oscar kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Feb 21 20:25:54 oscar kernel: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Feb 21 20:25:54 oscar kernel: ttyS2 at I/O 0x3e8 (irq = 4) is a 16550A
Feb 21 20:25:54 oscar kernel: pty: 256 Unix98 ptys configured
Feb 21 20:25:54 oscar kernel: Linux agpgart interface v0.100 (c) Dave Jones
Feb 21 20:25:54 oscar kernel: agpgart: Detected VIA MVP3 chipset
Feb 21 20:25:54 oscar kernel: agpgart: Maximum main memory to use for agp memory: 439M
Feb 21 20:25:54 oscar kernel: agpgart: AGP aperture is 64M @ 0xe0000000
Feb 21 20:25:54 oscar kernel: [drm] Initialized mga 3.1.0 20021029 on minor 0
Feb 21 20:25:54 oscar kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Feb 21 20:25:54 oscar kernel: ide: Assuming 33MHz system bus speed for PIO modes
Feb 21 20:25:54 oscar kernel: VP_IDE: IDE controller at PCI slot 00:07.1
Feb 21 20:25:54 oscar kernel: VP_IDE: chipset revision 6
Feb 21 20:25:54 oscar kernel: VP_IDE: not 100%% native mode: will probe irqs later
Feb 21 20:25:54 oscar kernel: VP_IDE: VIA vt82c586b (rev 47) IDE UDMA33 controller on pci00:07.1
Feb 21 20:25:54 oscar kernel: ide0: BM-DMA at 0xa000-0xa007, BIOS settings: hda:DMA, hdb:DMA
Feb 21 20:25:54 oscar kernel: ide1: BM-DMA at 0xa008-0xa00f, BIOS settings: hdc:DMA, hdd:DMA
Feb 21 20:25:54 oscar kernel: hda: QUANTUM FIREBALLP KA13.6, ATA DISK drive
Feb 21 20:25:54 oscar kernel: hda: DMA disabled
Feb 21 20:25:54 oscar kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Feb 21 20:25:54 oscar kernel: hdc: AOPEN 16XDVD-ROM/AMH 20020328, ATAPI CD/DVD-ROM drive
Feb 21 20:25:54 oscar kernel: hdd: HP COLORADO 20GB, ATAPI TAPE drive
Feb 21 20:25:54 oscar kernel: hdc: DMA disabled
Feb 21 20:25:54 oscar kernel: hdd: DMA disabledFeb 21 20:25:54 oscar kernel: ide1 at 0x170-0x177,0x376 on irq 15
Feb 21 20:25:54 oscar kernel: PDC20267: IDE controller at PCI slot 00:09.0
Feb 21 20:25:54 oscar kernel: PCI: Found IRQ 12 for device 00:09.0
Feb 21 20:25:54 oscar kernel: PDC20267: chipset revision 2
Feb 21 20:25:54 oscar kernel: PDC20267: not 100%% native mode: will probe irqs later
Feb 21 20:25:54 oscar kernel: PDC20267: ROM enabled at 0xeb000000
Feb 21 20:25:54 oscar kernel: PDC20267: (U)DMA Burst Bit ENABLED Primary PCI Mode Secondary PCI Mode.
Feb 21 20:25:54 oscar kernel: ide2: BM-DMA at 0xbc00-0xbc07, BIOS settings: hde:DMA, hdf:pio
Feb 21 20:25:54 oscar kernel: ide3: BM-DMA at 0xbc08-0xbc0f, BIOS settings: hdg:DMA, hdh:DMA
Feb 21 20:25:54 oscar kernel: hde: QUANTUM FIREBALLP AS40.0, ATA DISK drive
Feb 21 20:25:54 oscar kernel: ide2 at 0xac00-0xac07,0xb002 on irq 12
Feb 21 20:25:54 oscar kernel: hdg: QUANTUM FIREBALLP AS40.0, ATA DISK drive
Feb 21 20:25:54 oscar kernel: ide3 at 0xb400-0xb407,0xb802 on irq 12
Feb 21 20:25:54 oscar kernel: hda: host protected area => 1
Feb 21 20:25:54 oscar kernel: hda: 27067824 sectors (13859 MB) w/371KiB Cache, CHS=26853/16/63, UDMA(33)
Feb 21 20:25:54 oscar kernel: hda: hda1 hda2 hda3 hda4 < hda5 >
Feb 21 20:25:54 oscar kernel: hde: host protected area => 1
Feb 21 20:25:54 oscar kernel: hde: 78177792 sectors (40027 MB) w/1902KiB Cache, CHS=77557/16/63, UDMA(100)
Feb 21 20:25:54 oscar kernel: hde: hde1 hde2 hde3 hde4 < hde5 >
Feb 21 20:25:54 oscar kernel: hdg: host protected area => 1
Feb 21 20:25:54 oscar kernel: hdg: 78177792 sectors (40027 MB) w/1902KiB Cache, CHS=77557/16/63, UDMA(100)
Feb 21 20:25:54 oscar kernel: hdg: hdg1 hdg2 hdg3 hdg4 < hdg5 >
Feb 21 20:25:54 oscar kernel: drivers/usb/host/uhci-hcd.c: USB Universal Host Controller Interface driver v2.0
Feb 21 20:25:54 oscar kernel: uhci-hcd 00:07.2: VIA Technologies, In USB
Feb 21 20:25:54 oscar kernel: uhci-hcd 00:07.2: irq 10, io base 0000a400
Feb 21 20:25:54 oscar kernel: Please use the 'usbfs' filetype instead, the 'usbdevfs' name is deprecated.
Feb 21 20:25:54 oscar kernel: uhci-hcd 00:07.2: new USB bus registered, assigned bus number 1
Feb 21 20:25:54 oscar kernel: hub 1-0:0: USB hub found
Feb 21 20:25:54 oscar kernel: hub 1-0:0: 2 ports detected
Feb 21 20:25:54 oscar kernel: mice: PS/2 mouse device common for all mice
Feb 21 20:25:54 oscar kernel: input: AT Set 2 keyboard on isa0060/serio0
Feb 21 20:25:54 oscar kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Feb 21 20:25:54 oscar kernel: NET4: Linux TCP/IP 1.0 for NET4.0
Feb 21 20:25:54 oscar kernel: IP: routing cache hash table of 4096 buckets, 32Kbytes
Feb 21 20:25:54 oscar kernel: TCP: Hash tables configured (established 32768 bind 32768)
Feb 21 20:36:21 oscar kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Feb 21 20:36:21 oscar kernel: found reiserfs format "3.6" with standard journal
Feb 21 20:36:21 oscar kernel: Reiserfs journal params: device ide2(33,3), size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
Feb 21 20:36:21 oscar kernel: reiserfs: checking transaction log (ide2(33,3)) for (ide2(33,3))
Feb 21 20:36:21 oscar kernel: Using r5 hash to sort names
Feb 21 20:36:21 oscar kernel: VFS: Mounted root (reiserfs filesystem) readonly.
Feb 21 20:36:21 oscar kernel: Freeing unused kernel memory: 80k freed

AS stops here.

Feb 21 20:36:21 oscar kernel: hub 1-0:0: debounce: port 1: delay 100ms stable 4 status 0x101
Feb 21 20:36:21 oscar kernel: hub 1-0:0: new USB device on port 1, assigned address 2
Feb 21 20:36:21 oscar kernel: hub 1-1:0: USB hub found
Feb 21 20:36:21 oscar kernel: hub 1-1:0: 4 ports detected
Feb 21 20:36:21 oscar kernel: hub 1-0:0: debounce: port 2: delay 100ms stable 4 status 0x301
Feb 21 20:36:21 oscar kernel: hub 1-0:0: new USB device on port 2, assigned address 3
Feb 21 20:36:21 oscar kernel: hub 1-1:0: debounce: port 1: delay 100ms stable 4 status 0x101
Feb 21 20:36:21 oscar kernel: hub 1-1:0: new USB device on port 1, assigned address 4
Feb 21 20:36:21 oscar kernel: hub 1-1:0: debounce: port 4: delay 100ms stable 4 status 0x101
Feb 21 20:36:21 oscar kernel: hub 1-1:0: new USB device on port 4, assigned address 5
Feb 21 20:36:21 oscar kernel: Adding 393552k swap on /dev/hda1. Priority:1 extents:1
Feb 21 20:36:21 oscar kernel: Adding 393584k swap on /dev/hde1. Priority:1 extents:1
Feb 21 20:36:21 oscar kernel: Adding 393584k swap on /dev/hdg1. Priority:1 extents:1
Feb 21 20:36:21 oscar kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for PL-2303
Feb 21 20:36:21 oscar kernel: Initializing USB Mass Storage driver...
Feb 21 20:36:21 oscar kernel: input: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse<AE> Optical] on usb-00:07.2-2
Feb 21 20:36:21 oscar kernel: drivers/usb/core/usb.c: registered new driver hid
Feb 21 20:36:21 oscar kernel: drivers/usb/input/hid-core.c: v2.0:USB HID core driver
Feb 21 20:36:21 oscar kernel: drivers/usb/core/usb.c: registered new driver usbserial
Feb 21 20:36:21 oscar kernel: drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0
Feb 21 20:36:21 oscar kernel: pl2303 1-1.1:0: PL-2303 hack: descriptors matched but endpoints did not
Feb 21 20:36:21 oscar kernel: pl2303 1-1.1:1: PL-2303 converter detected
Feb 21 20:36:21 oscar kernel: usb 1-1.1: PL-2303 converter now attached to ttyUSB0 (or usb/tts/0 for devfs)
Feb 21 20:36:21 oscar kernel: drivers/usb/core/usb.c: registered new driver pl2303
Feb 21 20:36:21 oscar kernel: drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adaptor driver v0.9
Feb 21 20:36:21 oscar kernel: scsi0 : SCSI emulation for USB Mass Storage devices
Feb 21 20:36:21 oscar kernel: CFQ elevator

Root is on hde3 - If its jiffies it would probably have to be in the AS code since
CFQ seems to work fine.

Ed











2003-02-22 02:31:16

by Shawn

[permalink] [raw]
Subject: Re: 2.5.62-mm2

For some reason, I had to boot single, then go to multi user.

Otherwise, I got some sort of interrupt not free messages after my
second ide ctrlr got recognized.

On Fri, 2003-02-21 at 19:48, Ed Tomlinson wrote:
> On February 21, 2003 02:47 am, Andrew Morton wrote:
> > So this tree has three elevators (apart from the no-op elevator). You can
> > select between them via the kernel boot commandline:
> >
> > elevator=as
> > elevator=cfq
> > elevator=deadline
>
> Has anyone been having problems booting with 'as'? It hangs here at the point
> root gets mounted readonly. cfq works ok.
>
>
>
> If this has already been reported sorry - mail is lagging here.
>
> Ed Tomlinson
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

2003-02-22 02:34:51

by Andrew Morton

[permalink] [raw]
Subject: Re: 2.5.62-mm2

Shawn <[email protected]> wrote:
>
> For some reason, I had to boot single, then go to multi user.
>
> Otherwise, I got some sort of interrupt not free messages after my
> second ide ctrlr got recognized.
>

You'll need to transcribe that message and send your full dmesg
output please.

2003-02-22 03:16:46

by Shawn

[permalink] [raw]
Subject: Re: 2.5.62-mm2

And now it works. root fs never got mounted r/w. At first, I though is
was flaky h/w, and it may still be.

I'll watch closer, now that there has been some sort of similar
situation. That guy had two ctrlrs too.

On Fri, 2003-02-21 at 20:44, Andrew Morton wrote:
> Shawn <[email protected]> wrote:
> >
> > For some reason, I had to boot single, then go to multi user.
> >
> > Otherwise, I got some sort of interrupt not free messages after my
> > second ide ctrlr got recognized.
> >
>
> You'll need to transcribe that message and send your full dmesg
> output please.