Kernel panic when changing cpufreq governor

Bug #61449 reported by Øyvind Stegard
4
Affects Status Importance Assigned to Milestone
linux-source-2.6.15 (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: linux-image-2.6.15-27-686

I got a kernel panic when I changed cpufreq governor from "conservative" to "ondemand".

echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

I don't use powernowd, only kernel-governors (they suit my needs just fine, don't need userspace). The governor was set to "conservative" before it happened.

My system is a dual-core T2500 Intel Centrino laptop (Lenovo Thinkpad Z61m). Details about system should be in the dmesg output pasted further down below.

There are two CPU entries in sysfs:
/sys/devices/system/cpu/cpu0/cpufreq/
/sys/devices/system/cpu/cpu1/cpufreq/

I usually change governor for both CPUs at the same time (but only for cpu0 in this case).

---- Kernel panic output: ----
[17249509.052000] Unable to handle kernel NULL pointer dereference at virtual address 0000001c
[17249509.052000] printing eip:
[17249509.052000] f8c2f8be
[17249509.052000] *pde = 00000000
[17249509.052000] Oops: 0000 [#1]
[17249509.052000] PREEMPT SMP
[17249509.052000] Modules linked in: ext2 aes cryptoloop loop acpi_sbs i2c_acpi_ec i2c_core battery ac ibm_acpi thermal fan button ipw3945 ieee80211 ieee80211_1_1_13 ieee80211_1_1_13_crypt tg3 autofs4 michael_mic arc4 ieee80211_crypt_tkip fglrx rfcomm l2cap bluetooth ipv6 nvram uinput ppdev parport_pc lp parport cpufreq_stats video tc1100_wmi sony_acpi pcc_acpi hotkey dev_acpi container nls_utf8 ntfs dm_mod cpufreq_userspace cpufreq_powersave cpufreq_conservative cpufreq_ondemand speedstep_centrino freq_table sr_mod sbp2 af_packet irtty_sir sir_dev joydev pcmcia irda crc_ccitt tsdev yenta_socket rsrc_nonstatic pcspkr pcmcia_core psmouse usbhid serio_raw sdhci mmc_core ieee80211_crypt snd_hda_intel snd_hda_codec snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd soundcore snd_page_alloc intel_agp agpgart shpchp pci_hotplug evdev sg ext3 jbd ide_generic ohci1394 ieee1394 ehci_hcd uhci_hcd usbcore sd_mod ahci libata scsi_mod ide_cd cdrom piix generic processor fbcon tileblit font bitblit softcursor capability commoncap
[17249509.052000] CPU: 1
[17249509.052000] EIP: 0060:[<f8c2f8be>] Tainted: P VLI
[17249509.052000] EFLAGS: 00010297 (2.6.15-27-686)
[17249509.052000] EIP is at dbs_check_cpu+0x3ae/0x4e0 [cpufreq_conservative]
[17249509.052000] eax: 00000000 ebx: c03fe5b8 ecx: 01e10f01 edx: 00000001
[17249509.052000] esi: f8c30f44 edi: c2328a40 ebp: 00000008 esp: e299df24
[17249509.052000] ds: 007b es: 007b ss: 0068
[17249509.052000] Process events/1 (pid: 14375, threadinfo=e299c000 task=f5c2fa90)
[17249509.052000] Stack: c03a5350 00000008 00000001 f7568bc0 00000000 f8c30f44 c2328a40 00000000
[17249509.052000] f8c2fa6d 00000000 00000202 00000202 00000202 c0138703 00000000 e299df80
[17249509.052000] 00000000 c2328a50 c2328a58 c2328a68 e299c000 f8c30f40 f8c2f9f0 00000001
[17249509.052000] Call Trace:
[17249509.052000] [<f8c2fa6d>] do_dbs_timer+0x7d/0xb0 [cpufreq_conservative]
[17249509.052000] [<c0138703>] worker_thread+0x1b3/0x270
[17249509.052000] [<f8c2f9f0>] do_dbs_timer+0x0/0xb0 [cpufreq_conservative]
[17249509.052000] [<c0120510>] default_wake_function+0x0/0x20
[17249509.052000] [<c0138550>] worker_thread+0x0/0x270
[17249509.052000] [<c013d5c8>] kthread+0xc8/0xd0
[17249509.052000] [<c013d500>] kthread+0x0/0xd0
[17249509.052000] [<c0101525>] kernel_thread_helper+0x5/0x10
[17249509.052000] Code: 0f bc d0 b8 08 00 00 00 83 fa 09 0f 4d d0 83 fa 07 0f 87 b5 fc ff ff bb b8 e5 3f c0 8b 04 95 20 10 40 c0 bd 08 00 00 00 8b 04 03 <8b> 40 1c 89 6c 24 04 c7 04 24 50 53 3a c0 89 04 95 e0 12 c3 f8
[17249509.052000]

---- dmesg ----
[17179569.184000] Linux version 2.6.15-27-686 (buildd@terranova) (gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 SMP PREEMPT Sat Sep 16 02:13:27 UTC 2006
[17179569.184000] BIOS-provided physical RAM map:
[17179569.184000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[17179569.184000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[17179569.184000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[17179569.184000] BIOS-e820: 0000000000100000 - 000000007fee0000 (usable)
[17179569.184000] BIOS-e820: 000000007fee0000 - 000000007fef0000 (ACPI data)
[17179569.184000] BIOS-e820: 000000007fef0000 - 000000007ff00000 (ACPI NVS)
[17179569.184000] BIOS-e820: 000000007ff00000 - 0000000080000000 (reserved)
[17179569.184000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
[17179569.184000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[17179569.184000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[17179569.184000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[17179569.184000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[17179569.184000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[17179569.184000] BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[17179569.184000] 1150MB HIGHMEM available.
[17179569.184000] 896MB LOWMEM available.
[17179569.184000] found SMP MP-table at 000f68a0
[17179569.184000] On node 0 totalpages: 524000
[17179569.184000] DMA zone: 4096 pages, LIFO batch:0
[17179569.184000] DMA32 zone: 0 pages, LIFO batch:0
[17179569.184000] Normal zone: 225280 pages, LIFO batch:31
[17179569.184000] HighMem zone: 294624 pages, LIFO batch:31
[17179569.184000] DMI present.
[17179569.184000] ACPI: RSDP (v002 LENOVO ) @ 0x000f6860
[17179569.184000] ACPI: XSDT (v001 LENOVO TP-7F 0x00001100 LTP 0x00000000) @ 0x7fee32d1
[17179569.184000] ACPI: FADT (v003 LENOVO TP-7F 0x00001100 LNVO 0x00000001) @ 0x7fee3400
[17179569.184000] ACPI: SSDT (v001 LENOVO TP-7F 0x00001100 MSFT 0x0100000e) @ 0x7fee35b4
[17179569.184000] ACPI: ECDT (v001 LENOVO TP-7F 0x00001100 LNVO 0x00000001) @ 0x7feefd9a
[17179569.184000] ACPI: TCPA (v002 LENOVO TP-7F 0x00001100 LNVO 0x00000001) @ 0x7feefdec
[17179569.184000] ACPI: MADT (v001 LENOVO TP-7F 0x00001100 LNVO 0x00000001) @ 0x7feefe1e
[17179569.184000] ACPI: MCFG (v001 LENOVO TP-7F 0x00001100 LNVO 0x00000001) @ 0x7feefe86
[17179569.184000] ACPI: HPET (v001 LENOVO TP-7F 0x00001100 LNVO 0x00000001) @ 0x7feefec4
[17179569.184000] ACPI: BOOT (v001 LENOVO TP-7F 0x00001100 LTP 0x00000001) @ 0x7feeffd8
[17179569.184000] ACPI: SSDT (v001 LENOVO TP-7F 0x00001100 INTL 0x20050513) @ 0x7fef297b
[17179569.184000] ACPI: SSDT (v001 LENOVO TP-7F 0x00001100 INTL 0x20050513) @ 0x7fef2e82
[17179569.184000] ACPI: DSDT (v001 LENOVO TP-7F 0x00001100 MSFT 0x0100000e) @ 0x00000000
[17179569.184000] ACPI: PM-Timer IO Port: 0x1008
[17179569.184000] ACPI: Local APIC address 0xfee00000
[17179569.184000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[17179569.184000] Processor #0 6:14 APIC version 20
[17179569.184000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[17179569.184000] Processor #1 6:14 APIC version 20
[17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[17179569.184000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[17179569.184000] IOAPIC[0]: apic_id 1 already used, trying 2
[17179569.184000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[17179569.184000] ACPI: IRQ0 used by override.
[17179569.184000] ACPI: IRQ2 used by override.
[17179569.184000] ACPI: IRQ9 used by override.
[17179569.184000] Enabling APIC mode: Flat. Using 1 I/O APICs
[17179569.184000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[17179569.184000] Using ACPI (MADT) for SMP configuration information
[17179569.184000] Allocating PCI resources starting at 88000000 (gap: 80000000:70000000)
[17179569.184000] Built 1 zonelists
[17179569.184000] Kernel command line: root=/dev/sda5 ro quiet nofb
[17179569.184000] mapped APIC to ffffd000 (fee00000)
[17179569.184000] mapped IOAPIC to ffffc000 (fec00000)
[17179569.184000] Initializing CPU#0
[17179569.184000] PID hash table entries: 4096 (order: 12, 65536 bytes)
[17179569.184000] Console: colour VGA+ 80x25
[17179569.184000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[17179569.184000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[17179569.184000] Memory: 2065020k/2096000k available (2115k kernel code, 29852k reserved, 595k data, 332k init, 1178496k highmem)
[17179569.184000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[17179569.184000] Detected 1995.519 MHz processor.
[17179569.184000] Using pmtmr for high-res timesource
[17179570.684000] Calibrating delay using timer specific routine.. 3996.78 BogoMIPS (lpj=7993567)
[17179570.684000] Security Framework v1.0.0 initialized
[17179570.684000] SELinux: Disabled at boot.
[17179570.684000] Mount-cache hash table entries: 512
[17179570.684000] CPU: After generic identify, caps: bfe9fbff 00100000 00000000 00000000 0000c1a9 00000000 00000000
[17179570.684000] CPU: After vendor identify, caps: bfe9fbff 00100000 00000000 00000000 0000c1a9 00000000 00000000
[17179570.684000] monitor/mwait feature present.
[17179570.684000] using mwait in idle threads.
[17179570.684000] CPU: L1 I cache: 32K, L1 D cache: 32K
[17179570.684000] CPU: L2 cache: 2048K
[17179570.684000] CPU: Hyper-Threading is disabled
[17179570.684000] CPU: After all inits, caps: bfe9fbff 00100000 00000000 00000040 0000c1a9 00000000 00000000
[17179570.684000] mtrr: v2.0 (20020519)
[17179570.684000] Enabling fast FPU save and restore... done.
[17179570.684000] Enabling unmasked SIMD FPU exception support... done.
[17179570.684000] Checking 'hlt' instruction... OK.
[17179570.700000] SMP alternatives: switching to UP code
[17179570.700000] checking if image is initramfs... it is
[17179571.200000] Freeing initrd memory: 6807k freed
[17179571.204000] ACPI: Looking for DSDT ... not found!
[17179571.224000] CPU0: Intel Genuine Intel(R) CPU T2500 @ 2.00GHz stepping 08
[17179571.224000] SMP alternatives: switching to SMP code
[17179571.224000] Booting processor 1/1 eip 3000
[17179571.232000] Initializing CPU#1
[17179571.312000] Calibrating delay using timer specific routine.. 3990.40 BogoMIPS (lpj=7980806)
[17179571.312000] CPU: After generic identify, caps: bfe9fbff 00100000 00000000 00000000 0000c1a9 00000000 00000000
[17179571.312000] CPU: After vendor identify, caps: bfe9fbff 00100000 00000000 00000000 0000c1a9 00000000 00000000
[17179571.312000] monitor/mwait feature present.
[17179571.312000] CPU: L1 I cache: 32K, L1 D cache: 32K
[17179571.312000] CPU: L2 cache: 2048K
[17179571.312000] CPU: Hyper-Threading is disabled
[17179571.312000] CPU: After all inits, caps: bfe9fbff 00100000 00000000 00000040 0000c1a9 00000000 00000000
[17179571.312000] CPU1: Intel Genuine Intel(R) CPU T2500 @ 2.00GHz stepping 08
[17179571.312000] Total of 2 processors activated (7987.18 BogoMIPS).
[17179571.312000] ENABLING IO-APIC IRQs
[17179571.312000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[17179571.456000] checking TSC synchronization across 2 CPUs:
[17179571.456000] CPU#0 had 0 usecs TSC skew, fixed it up.
[17179571.456000] CPU#1 had 0 usecs TSC skew, fixed it up.
[17179571.460000] Brought up 2 CPUs
[17179571.460000] NET: Registered protocol family 16
[17179571.460000] EISA bus registered
[17179571.460000] ACPI: bus type pci registered
[17179571.460000] PCI: PCI BIOS revision 2.10 entry at 0xfd84b, last bus=24
[17179571.460000] PCI: Using MMCONFIG
[17179571.460000] ACPI: Subsystem revision 20051216
[17179571.460000] ACPI: Found ECDT
[17179571.568000] ACPI: Interpreter enabled
[17179571.568000] ACPI: Using IOAPIC for interrupt routing
[17179571.568000] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[17179571.568000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[17179571.568000] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[17179571.568000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[17179571.568000] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[17179571.572000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[17179571.572000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
[17179571.572000] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[17179571.572000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[17179571.572000] PCI: Probing PCI hardware (bus 00)
[17179571.576000] PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
[17179571.576000] Boot video device is 0000:01:00.0
[17179571.576000] PCI: Transparent bridge - 0000:00:1e.0
[17179571.576000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[17179571.580000] ACPI: Embedded Controller [EC] (gpe 28) interrupt mode.
[17179571.580000] ACPI: Power Resource [PUBS] (on)
[17179571.584000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[17179571.584000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
[17179571.584000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[17179571.584000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[17179571.584000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
[17179571.584000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[17179571.588000] Linux Plug and Play Support v0.97 (c) Adam Belay
[17179571.588000] pnp: PnP ACPI init
[17179571.592000] pnp: PnP ACPI: found 12 devices
[17179571.592000] PnPBIOS: Disabled by ACPI PNP
[17179571.592000] PCI: Using ACPI for IRQ routing
[17179571.592000] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[17179571.656000] PCI: Bridge: 0000:00:01.0
[17179571.656000] IO window: 2000-2fff
[17179571.656000] MEM window: ee000000-ee0fffff
[17179571.656000] PREFETCH window: d8000000-dfffffff
[17179571.656000] PCI: Bridge: 0000:00:1c.0
[17179571.656000] IO window: disabled.
[17179571.656000] MEM window: ee100000-ee1fffff
[17179571.656000] PREFETCH window: disabled.
[17179571.656000] PCI: Bridge: 0000:00:1c.1
[17179571.656000] IO window: 3000-4fff
[17179571.656000] MEM window: ec000000-edffffff
[17179571.656000] PREFETCH window: e4000000-e40fffff
[17179571.656000] PCI: Bridge: 0000:00:1c.2
[17179571.656000] IO window: 5000-6fff
[17179571.656000] MEM window: e8000000-e9ffffff
[17179571.656000] PREFETCH window: e4100000-e41fffff
[17179571.656000] PCI: Bridge: 0000:00:1c.3
[17179571.656000] IO window: 7000-8fff
[17179571.656000] MEM window: ea000000-ebffffff
[17179571.656000] PREFETCH window: e4200000-e42fffff
[17179571.656000] PCI: Bus 22, cardbus bridge: 0000:15:00.0
[17179571.656000] IO window: 00009000-000090ff
[17179571.656000] IO window: 00009400-000094ff
[17179571.656000] PREFETCH window: e0000000-e1ffffff
[17179571.656000] MEM window: e6000000-e7ffffff
[17179571.656000] PCI: Bridge: 0000:00:1e.0
[17179571.656000] IO window: 9000-cfff
[17179571.656000] MEM window: e4300000-e7ffffff
[17179571.656000] PREFETCH window: e0000000-e3ffffff
[17179571.656000] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 169
[17179571.656000] PCI: Setting latency timer of device 0000:00:01.0 to 64
[17179571.656000] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 20 (level, low) -> IRQ 177
[17179571.656000] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[17179571.656000] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 21 (level, low) -> IRQ 185
[17179571.656000] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[17179571.656000] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 22 (level, low) -> IRQ 193
[17179571.656000] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[17179571.656000] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 23 (level, low) -> IRQ 201
[17179571.656000] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[17179571.656000] PCI: Enabling device 0000:00:1e.0 (0005 -> 0007)
[17179571.656000] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[17179571.656000] ACPI: PCI Interrupt 0000:15:00.0[A] -> GSI 16 (level, low) -> IRQ 169
[17179571.660000] Simple Boot Flag at 0x35 set to 0x1
[17179571.660000] audit: initializing netlink socket (disabled)
[17179571.660000] audit(1158769402.656:1): initialized
[17179571.660000] highmem bounce pool size: 64 pages
[17179571.660000] VFS: Disk quotas dquot_6.5.1
[17179571.660000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[17179571.660000] Initializing Cryptographic API
[17179571.660000] io scheduler noop registered
[17179571.660000] io scheduler anticipatory registered
[17179571.660000] io scheduler deadline registered
[17179571.660000] io scheduler cfq registered
[17179571.660000] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 169
[17179571.660000] PCI: Setting latency timer of device 0000:00:01.0 to 64
[17179571.660000] assign_interrupt_mode Found MSI capability
[17179571.660000] Allocate Port Service[pcie00]
[17179571.660000] Allocate Port Service[pcie03]
[17179571.660000] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 20 (level, low) -> IRQ 177
[17179571.660000] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[17179571.660000] assign_interrupt_mode Found MSI capability
[17179571.660000] Allocate Port Service[pcie00]
[17179571.660000] Allocate Port Service[pcie02]
[17179571.660000] Allocate Port Service[pcie03]
[17179571.660000] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 21 (level, low) -> IRQ 185
[17179571.660000] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[17179571.660000] assign_interrupt_mode Found MSI capability
[17179571.660000] Allocate Port Service[pcie00]
[17179571.660000] Allocate Port Service[pcie02]
[17179571.660000] Allocate Port Service[pcie03]
[17179571.660000] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 22 (level, low) -> IRQ 193
[17179571.660000] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[17179571.660000] assign_interrupt_mode Found MSI capability
[17179571.660000] Allocate Port Service[pcie00]
[17179571.660000] Allocate Port Service[pcie02]
[17179571.660000] Allocate Port Service[pcie03]
[17179571.660000] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 23 (level, low) -> IRQ 201
[17179571.660000] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[17179571.660000] assign_interrupt_mode Found MSI capability
[17179571.660000] Allocate Port Service[pcie00]
[17179571.660000] Allocate Port Service[pcie02]
[17179571.660000] Allocate Port Service[pcie03]
[17179571.660000] isapnp: Scanning for PnP cards...
[17179572.016000] isapnp: No Plug & Play device found
[17179572.032000] Real Time Clock Driver v1.12
[17179572.032000] hpet_acpi_add: no address or irqs in _CRS
[17179572.032000] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[17179572.036000] serio: i8042 AUX port at 0x60,0x64 irq 12
[17179572.036000] serio: i8042 KBD port at 0x60,0x64 irq 1
[17179572.036000] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
[17179572.036000] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
[17179572.040000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[17179572.040000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179572.040000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[17179572.040000] mice: PS/2 mouse device common for all mice
[17179572.040000] EISA: Probing bus 0 at eisa.0
[17179572.040000] Cannot allocate resource for EISA slot 1
[17179572.040000] Cannot allocate resource for EISA slot 2
[17179572.040000] Cannot allocate resource for EISA slot 3
[17179572.040000] Cannot allocate resource for EISA slot 4
[17179572.040000] Cannot allocate resource for EISA slot 5
[17179572.040000] Cannot allocate resource for EISA slot 6
[17179572.040000] Cannot allocate resource for EISA slot 7
[17179572.040000] Cannot allocate resource for EISA slot 8
[17179572.040000] EISA: Detected 0 cards.
[17179572.040000] NET: Registered protocol family 2
[17179572.056000] input: AT Translated Set 2 keyboard as /class/input/input0
[17179572.080000] IP route cache hash table entries: 65536 (order: 6, 262144 bytes)
[17179572.080000] TCP established hash table entries: 262144 (order: 9, 3145728 bytes)
[17179572.080000] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
[17179572.080000] TCP: Hash tables configured (established 262144 bind 65536)
[17179572.080000] TCP reno registered
[17179572.080000] TCP bic registered
[17179572.080000] NET: Registered protocol family 1
[17179572.080000] NET: Registered protocol family 8
[17179572.080000] NET: Registered protocol family 20
[17179572.080000] Starting balanced_irq
[17179572.080000] Using IPI No-Shortcut mode
[17179572.080000] ACPI wakeup devices:
[17179572.080000] LID SLPB EXP0 EXP1 EXP2 EXP3 PCI1 USB0 USB1 USB3 USB7 HDEF
[17179572.080000] ACPI: (supports S0 S3 S4 S5)
[17179572.080000] Freeing unused kernel memory: 332k freed
[17179572.120000] Capability LSM initialized
[17179572.152000] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[17179572.152000] ACPI: Processor [CPU0] (supports 8 throttling states)
[17179572.152000] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[17179572.152000] ACPI: Processor [CPU1] (supports 8 throttling states)
[17179572.152000] ACPI: Thermal Zone [THM0] (52 C)
[17179572.156000] ACPI: Thermal Zone [THM1] (53 C)
[17179572.532000] ICH7: IDE controller at PCI slot 0000:00:1f.1
[17179572.532000] ACPI: PCI Interrupt 0000:00:1f.1[C] -> GSI 16 (level, low) -> IRQ 169
[17179572.532000] ICH7: chipset revision 2
[17179572.532000] ICH7: not 100% native mode: will probe irqs later
[17179572.532000] ide0: BM-DMA at 0x1880-0x1887, BIOS settings: hda:DMA, hdb:pio
[17179572.532000] Probing IDE interface ide0...
[17179573.268000] hda: MATSHITADVD-RAM UJ-850, ATAPI CD/DVD-ROM drive
[17179573.604000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[17179573.612000] hda: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
[17179573.612000] Uniform CD-ROM driver Revision: 3.20
[17179573.652000] SCSI subsystem initialized
[17179573.652000] ACPI: bus type scsi registered
[17179573.652000] libata version 1.20 loaded.
[17179573.652000] ahci 0000:00:1f.2: version 1.2
[17179573.652000] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 16 (level, low) -> IRQ 169
[17179579.472000] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[17179579.472000] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x1 impl SATA mode
[17179579.472000] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
[17179579.472000] ata1: SATA max UDMA/133 cmd 0xF8876500 ctl 0x0 bmdma 0x0 irq 66
[17179579.472000] ata2: SATA max UDMA/133 cmd 0xF8876580 ctl 0x0 bmdma 0x0 irq 66
[17179579.472000] ata3: SATA max UDMA/133 cmd 0xF8876600 ctl 0x0 bmdma 0x0 irq 66
[17179579.472000] ata4: SATA max UDMA/133 cmd 0xF8876680 ctl 0x0 bmdma 0x0 irq 66
[17179579.676000] ata1: dev 0 cfg 00:045a 49:2f00 82:346b 83:7f09 84:6063 85:3469 86:be09 87:6063 88:043f 93:0000
[17179579.676000] ata1: dev 0 ATA-7, max UDMA/100, 195371568 sectors: LBA48
[17179579.676000] sata_get_dev_handle: SATA dev addr=0x1f0002, handle=0xdffdf980
[17179579.684000] ata1: dev 0 configured for UDMA/100
[17179579.684000] sata_get_dev_handle: SATA dev addr=0x1f0002, handle=0xdffdf980
[17179579.688000] scsi0 : ahci
[17179579.892000] ata2: no device found (phy stat 00000000)
[17179579.892000] scsi1 : ahci
[17179580.096000] ata3: no device found (phy stat 00000000)
[17179580.096000] scsi2 : ahci
[17179580.300000] ata4: no device found (phy stat 00000000)
[17179580.300000] scsi3 : ahci
[17179580.300000] Vendor: ATA Model: FUJITSU MHV2100B Rev: 0084
[17179580.300000] Type: Direct-Access ANSI SCSI revision: 05
[17179580.304000] Driver 'sd' needs updating - please use bus_type methods
[17179580.304000] SCSI device sda: 195371568 512-byte hdwr sectors (100030 MB)
[17179580.304000] SCSI device sda: drive cache: write back
[17179580.304000] SCSI device sda: 195371568 512-byte hdwr sectors (100030 MB)
[17179580.304000] SCSI device sda: drive cache: write back
[17179580.304000] sda: sda1 sda2 sda3 < sda5 sda6 sda7 >
[17179580.420000] sd 0:0:0:0: Attached scsi disk sda
[17179580.812000] usbcore: registered new driver usbfs
[17179580.812000] usbcore: registered new driver hub
[17179580.812000] USB Universal Host Controller Interface driver v2.3
[17179580.812000] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 169
[17179580.812000] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[17179580.812000] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[17179580.812000] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[17179580.812000] uhci_hcd 0000:00:1d.0: irq 169, io base 0x00001800
[17179580.812000] hub 1-0:1.0: USB hub found
[17179580.812000] hub 1-0:1.0: 2 ports detected
[17179580.856000] ieee1394: Initialized config rom entry `ip1394'
[17179580.916000] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 17 (level, low) -> IRQ 74
[17179580.916000] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[17179580.916000] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[17179580.916000] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[17179580.916000] uhci_hcd 0000:00:1d.1: irq 74, io base 0x00001820
[17179580.916000] hub 2-0:1.0: USB hub found
[17179580.916000] hub 2-0:1.0: 2 ports detected
[17179581.020000] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 82
[17179581.020000] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[17179581.020000] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[17179581.020000] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[17179581.020000] uhci_hcd 0000:00:1d.2: irq 82, io base 0x00001840
[17179581.020000] hub 3-0:1.0: USB hub found
[17179581.020000] hub 3-0:1.0: 2 ports detected
[17179581.124000] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 19 (level, low) -> IRQ 90
[17179581.124000] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[17179581.124000] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[17179581.124000] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[17179581.124000] uhci_hcd 0000:00:1d.3: irq 90, io base 0x00001860
[17179581.124000] hub 4-0:1.0: USB hub found
[17179581.124000] hub 4-0:1.0: 2 ports detected
[17179581.156000] usb 1-1: new low speed USB device using uhci_hcd and address 2
[17179581.228000] ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 19 (level, low) -> IRQ 90
[17179581.228000] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[17179581.228000] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[17179581.228000] ehci_hcd 0000:00:1d.7: debug port 1
[17179581.228000] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[17179581.228000] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
[17179581.228000] ehci_hcd 0000:00:1d.7: irq 90, io mem 0xee404000
[17179581.232000] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[17179581.232000] hub 5-0:1.0: USB hub found
[17179581.232000] hub 5-0:1.0: 8 ports detected
[17179581.336000] ohci1394: $Rev: 1313 $ Ben Collins <email address hidden>
[17179581.336000] PCI: Enabling device 0000:15:00.1 (0000 -> 0002)
[17179581.336000] ACPI: PCI Interrupt 0000:15:00.1[B] -> GSI 17 (level, low) -> IRQ 74
[17179581.336000] PCI: Setting latency timer of device 0000:15:00.1 to 64
[17179581.384000] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[74] MMIO=[e4302000-e43027ff] Max Packet=[2048]
[17179581.404000] Probing IDE interface ide1...
[17179581.680000] usb 1-1: device not accepting address 2, error -71
[17179581.992000] Attempting manual resume
[17179582.000000] EXT3-fs: INFO: recovery required on readonly filesystem.
[17179582.000000] EXT3-fs: write access will be enabled during recovery.
[17179582.416000] usb 5-5: new high speed USB device using ehci_hcd and address 3
[17179582.548000] hub 5-5:1.0: USB hub found
[17179582.548000] hub 5-5:1.0: 2 ports detected
[17179582.608000] EXT3-fs: recovery complete.
[17179582.608000] kjournald starting. Commit interval 5 seconds
[17179582.608000] EXT3-fs: mounted filesystem with ordered data mode.
[17179582.656000] ieee1394: Host added: ID:BUS[0-00:1023] GUID[00061b002023f993]
[17179583.076000] usb 1-1: new low speed USB device using uhci_hcd and address 4
[17179583.448000] usb 5-5.2: new high speed USB device using ehci_hcd and address 5
[17179583.780000] usb 3-2: new full speed USB device using uhci_hcd and address 2
[17179588.784000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[17179589.348000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[17179589.372000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[17179589.396000] Linux agpgart interface v0.101 (c) Dave Jones
[17179589.408000] agpgart: Detected an Intel 945GM Chipset.
[17179589.424000] agpgart: AGP aperture is 256M @ 0x0
[17179589.476000] hw_random: RNG not detected
[17179589.628000] tg3.c:v3.47 (Dec 28, 2005)
[17179589.628000] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 169
[17179589.628000] PCI: Setting latency timer of device 0000:02:00.0 to 64
[17179589.632000] eth0: Tigon3 [partno(BCM95752m) rev 6002 PHY(5752)] (PCI Express) 10/100/1000BaseT Ethernet 00:16:36:79:4d:2d
[17179589.632000] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[1] TSOcap[1]
[17179589.632000] eth0: dma_rwctrl[76180000]
[17179589.680000] ieee80211_1_1_13_crypt: registered algorithm 'NULL'
[17179589.684000] ieee80211_1_1_13: 802.11 data/management/control stack, 1.1.13
[17179589.684000] ieee80211_1_1_13: Copyright (C) 2004-2005 Intel Corporation <email address hidden>
[17179589.788000] ACPI: PCI Interrupt 0000:00:1b.0[B] -> GSI 17 (level, low) -> IRQ 74
[17179589.788000] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[17179589.792000] ieee80211_crypt: registered algorithm 'NULL'
[17179589.792000] ieee80211: 802.11 data/management/control stack, git-1.1.7
[17179589.792000] ieee80211: Copyright (C) 2004-2005 Intel Corporation <email address hidden>
[17179589.824000] ipw3945: Intel(R) PRO/Wireless 3945 Network Connection driver for Linux, 1.0.5m
[17179589.824000] ipw3945: Copyright(c) 2003-2006 Intel Corporation
[17179589.844000] usbcore: registered new driver hiddev
[17179589.860000] sdhci: Secure Digital Host Controller Interface driver, 0.10
[17179589.860000] sdhci: Copyright(c) Pierre Ossman
[17179589.860000] input: Logitech Optical USB Mouse as /class/input/input1
[17179589.860000] input: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1d.0-1
[17179589.860000] usbcore: registered new driver usbhid
[17179589.860000] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
[17179589.868000] input: PC Speaker as /class/input/input2
[17179589.940000] ts: Compaq touchscreen protocol output
[17179590.112000] irda_init()
[17179590.112000] NET: Registered protocol family 23
[17179590.136000] nsc_ircc_pnp_probe() : From PnP, found firbase 0x2F8 ; irq 3 ; dma 3.
[17179590.136000] nsc-ircc, chip->init
[17179590.136000] nsc-ircc, Found chip at base=0x164e
[17179590.136000] nsc-ircc, driver loaded (Dag Brattli)
[17179590.136000] nsc_ircc_open(), can't get iobase of 0x2f8
[17179590.136000] nsc-ircc, Found chip at base=0x164e
[17179590.136000] nsc-ircc, driver loaded (Dag Brattli)
[17179590.136000] nsc_ircc_open(), can't get iobase of 0x2f8
[17179590.140000] pnp: Device 00:09 disabled.
[17179590.212000] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x81a0b1, caps: 0xa04793/0x300000
[17179590.212000] serio: Synaptics pass-through port at isa0060/serio1/input0
[17179590.256000] input: SynPS/2 Synaptics TouchPad as /class/input/input3
[17179590.324000] ACPI: PCI Interrupt 0000:15:00.0[A] -> GSI 16 (level, low) -> IRQ 169
[17179590.324000] Yenta: CardBus bridge found at 0000:15:00.0 [17aa:2028]
[17179590.324000] ACPI: PCI Interrupt 0000:03:00.0[A] -> <6>Yenta: Using INTVAL to route CSC interrupts to PCI
[17179590.324000] Yenta: Routing CardBus interrupts to ISA
[17179590.324000] GSI 17 (level, low) -> IRQ 74
[17179590.324000] Yenta TI: socket 0000:15:00.0, mfunc 0x01db1b22, devctl 0x64
[17179590.324000] PCI: Setting latency timer of device 0000:03:00.0 to 64
[17179590.324000] ipw3945: Detected Intel PRO/Wireless 3945ABG Network Connection
[17179590.560000] Yenta: ISA IRQ mask 0x0cf8, PCI irq 169
[17179590.560000] Socket status: 30000086
[17179590.560000] Yenta: Raising subordinate bus# of parent bus (#15) from #18 to #19
[17179590.560000] pcmcia: parent PCI bridge I/O window: 0x9000 - 0xcfff
[17179590.560000] cs: IO port probe 0x9000-0xcfff: clean.
[17179590.560000] pcmcia: parent PCI bridge Memory window: 0xe4300000 - 0xe7ffffff
[17179590.560000] pcmcia: parent PCI bridge Memory window: 0xe0000000 - 0xe3ffffff
[17179590.580000] ACPI: PCI Interrupt 0000:15:00.3[A] -> GSI 16 (level, low) -> IRQ 169
[17179590.580000] PCI: Setting latency timer of device 0000:15:00.3 to 64
[17179590.632000] sdhci: ============== REGISTER DUMP ==============
[17179590.632000] sdhci: Sys addr: 0x00000000 | Version: 0x00008900
[17179590.632000] sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
[17179590.632000] sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
[17179590.632000] sdhci: Present: 0x000a0000 | Host ctl: 0x00000000
[17179590.632000] sdhci: Power: 0x00000000 | Blk gap: 0x00000000
[17179590.632000] sdhci: Walk up: 0x00000000 | Clock: 0x00000000
[17179590.632000] sdhci: Timeout: 0x0000000e | Int stat: 0x00000000
[17179590.632000] sdhci: Int enab: 0x11ff00cf | Sig enab: 0x11ff00cf
[17179590.632000] sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000
[17179590.632000] sdhci: Caps: 0x01e030b0 | Max curr: 0x0000007d
[17179590.632000] sdhci: ===========================================
[17179590.684000] mmc0: SDHCI at 0xe4302800 irq 169 DMA
[17179591.064000] cs: IO port probe 0x100-0x3af: clean.
[17179591.064000] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[17179591.068000] cs: IO port probe 0x820-0x8ff: clean.
[17179591.068000] cs: IO port probe 0xc00-0xcf7: clean.
[17179591.068000] cs: IO port probe 0xa00-0xaff: clean.
[17179591.212000] hda_intel: azx_get_response timeout, switching to single_cmd mode...
[17179591.500000] ipw3945: Detected geography ABG (13 802.11bg channels, 23 802.11a channels)
[17179591.640000] NET: Registered protocol family 17
[17179592.160000] tg3: eth0: Link is up at 100 Mbps, full duplex.
[17179592.160000] tg3: eth0: Flow control is on for TX and on for RX.
[17179594.120000] **** SET: Misaligned resource pointer: f71f3242 Type 00 Len 42
[17179594.120000] **** SET: Misaligned resource pointer: f71f32c6 Type 07 Len 0
[17179594.120000] pnp: Device 00:09 activated.
[17179594.120000] nsc_ircc_pnp_probe() : From PnP, found firbase 0x2F8 ; irq 3 ; dma 3.
[17179594.120000] nsc-ircc, chip->init
[17179594.120000] nsc-ircc, Found chip at base=0x164e
[17179594.120000] nsc-ircc, driver loaded (Dag Brattli)
[17179594.120000] nsc_ircc_open(), can't get iobase of 0x2f8
[17179594.120000] nsc-ircc, Found chip at base=0x164e
[17179594.120000] nsc-ircc, driver loaded (Dag Brattli)
[17179594.120000] nsc_ircc_open(), can't get iobase of 0x2f8
[17179594.120000] pnp: Device 00:09 disabled.
[17179594.180000] sbp2: $Rev: 1306 $ Ben Collins <email address hidden>
[17179594.180000] ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1)
[17179594.180000] ieee1394: sbp2: Try serialize_io=0 for better performance
[17179594.352000] loop: loaded (max 8 devices)
[17179594.388000] Adding 2096440k swap on /dev/sda6. Priority:-1 extents:1 across:2096440k
[17179594.416000] EXT3 FS on sda5, internal journal
[17179594.592000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: <email address hidden>
[17179594.860000] cdrom: open failed.
[17179595.964000] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[17179596.248000] input: TPPS/2 IBM TrackPoint as /class/input/input4
[17179598.384000] NET: Registered protocol family 10
[17179598.384000] lo: Disabled Privacy Extensions
[17179598.384000] IPv6 over IPv4 tunneling driver
[17179604.284000] kjournald starting. Commit interval 5 seconds
[17179604.284000] EXT3 FS on sda7, internal journal
[17179604.284000] EXT3-fs: mounted filesystem with ordered data mode.
[17179604.328000] NTFS driver 2.1.25 [Flags: R/O MODULE].
[17179604.412000] NTFS volume version 3.1.
[17179604.680000] ttyS1: LSR safety check engaged!
[17179604.684000] ttyS1: LSR safety check engaged!
[17179605.296000] ACPI: AC Adapter [AC] (on-line)
[17179605.304000] ACPI: Battery Slot [BAT0] (battery present)
[17179605.384000] ACPI: Power Button (FF) [PWRF]
[17179605.384000] ACPI: Lid Switch [LID]
[17179605.384000] ACPI: Sleep Button (CM) [SLPB]
[17179605.460000] ibm_acpi: IBM ThinkPad ACPI Extras v0.12a
[17179605.460000] ibm_acpi: http://ibm-acpi.sf.net/
[17179605.464000] ibm_acpi: dock device not present
[17179605.480000] pcc_acpi: loading...
[17179605.580000] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
[17179605.580000] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
[17179606.008000] lp: driver loaded but no devices found
[17179606.044000] ppdev: user-space parallel port driver
[17179606.272000] apm: BIOS not found.
[17179607.352000] ttyS1: LSR safety check engaged!
[17179608.040000] Non-volatile memory driver v1.2
[17179608.060000] input: /usr/sbin/thinkpad-keys as /class/input/input5
[17179608.380000] Bluetooth: Core ver 2.8
[17179608.380000] NET: Registered protocol family 31
[17179608.380000] Bluetooth: HCI device and connection manager initialized
[17179608.380000] Bluetooth: HCI socket layer initialized
[17179608.404000] Bluetooth: L2CAP ver 2.8
[17179608.404000] Bluetooth: L2CAP socket layer initialized
[17179608.408000] Bluetooth: RFCOMM socket layer initialized
[17179608.408000] Bluetooth: RFCOMM TTY layer initialized
[17179608.408000] Bluetooth: RFCOMM ver 1.7
[17179609.016000] eth0: no IPv6 routers present
[17179610.964000] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[17179610.968000] [fglrx] Maximum main memory to use for locked dma buffers: 1897 MBytes.
[17179610.968000] [fglrx] module loaded - fglrx 8.28.8 [Aug 17 2006] on minor 0
[17179610.992000] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 169
[17179612.660000] [fglrx] total GART = 134217728
[17179612.660000] [fglrx] free GART = 118226944
[17179612.660000] [fglrx] max single GART = 118226944
[17179612.660000] [fglrx] total LFB = 124686336
[17179612.660000] [fglrx] free LFB = 110088192
[17179612.660000] [fglrx] max single LFB = 110088192
[17179612.660000] [fglrx] total Inv = 0
[17179612.660000] [fglrx] free Inv = 0
[17179612.664000] [fglrx] max single Inv = 0
[17179612.664000] [fglrx] total TIM = 0

Revision history for this message
Øyvind Stegard (oyvindstegard) wrote :

I can reproduce this bug. If governor is switched from "conservative" to "ondemand", the kernel panics (reproduced 2 times now).

description: updated
description: updated
Revision history for this message
Øyvind Stegard (oyvindstegard) wrote :

I've switched to userspace governor+powernowd to "work around" the problem. Please let me know if more information is needed, I'll by happy to test other combinations and reproduce the error, etc.

Revision history for this message
Peter Whittaker (pwwnow) wrote :

This may be a duplicate of bug #55689, related to the use of ipw3945 (in which case it may be a duplicate of bug #63418). If you could, please keep an eye on these reports. If the new ipw3945 (see bug #55689) fixes your problems, please mark this report as a dupe of bug #63418. If the new ipw3945 does not fix these problems, then we'll have to determine whether #55689 and this bug are the same bug.

Changed in linux-source-2.6.15:
status: Unconfirmed → Needs Info
Revision history for this message
Øyvind Stegard (oyvindstegard) wrote :

I've upgraded all my machines (including laptops) to Ubuntu Edgy, so I will not be able to test the new ipw3945+Ubuntu6.06 kernel to determine if this is a dupe.

Revision history for this message
Peter Whittaker (pwwnow) wrote :

Does the problem occur with Edgy?

Revision history for this message
Øyvind Stegard (oyvindstegard) wrote :

I cannot reproduce them problem on Edgy on the same hardware (I am using the ipw3945 driver, version 1.1.0mp).

Revision history for this message
Peter Whittaker (pwwnow) wrote :

Marking this as with "fixed release" since the problem does not recur with Edgy. Thanks for the quick response, Øyvind.

Changed in linux-source-2.6.15:
status: Needs Info → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.