Re: Kernel panic at boot with recent pci quirks patch

2006-12-07 Thread Remi Colinet
Selon Frank Sorenson <[EMAIL PROTECTED]>:

> Remi Colinet wrote:
> > Frank Sorenson <[EMAIL PROTECTED]> wrote:
> >
> >> The latest -git tree panics at boot for me.  git-bisect traced the
> > offending commit to:
> >> 368c73d4f689dae0807d0a2aa74c61fd2b9b075f is first bad commit
> >> commit 368c73d4f689dae0807d0a2aa74c61fd2b9b075f
> >> Author: Alan Cox <[EMAIL PROTECTED]>
> >> Date:   Wed Oct 4 00:41:26 2006 +0100
> >>
> >> PCI: quirks: fix the festering mess that claims to handle IDE quirks
> >>
> >> Hardware is a Dell Inspiron E1705 laptop running FC6 x86_64.
> >>
> >
> > Could you try the following patch (already included in mm tree)?
> >
> > http://www.uwsg.indiana.edu/hypermail/linux/kernel/0611.1/1568.html
> >
> > Remi
>
> Yes, that patch does seem to fix the problem.  Is it the right fix?
>
Yes, it is.

As previously told by Alan Cox, the fix is going to be included in the Linus git
tree soon when the libata patches will be merged.

Remi


-
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/


Re: Kernel panic at boot with recent pci quirks patch

2006-12-07 Thread Remi Colinet
Selon Frank Sorenson [EMAIL PROTECTED]:

 Remi Colinet wrote:
  Frank Sorenson [EMAIL PROTECTED] wrote:
 
  The latest -git tree panics at boot for me.  git-bisect traced the
  offending commit to:
  368c73d4f689dae0807d0a2aa74c61fd2b9b075f is first bad commit
  commit 368c73d4f689dae0807d0a2aa74c61fd2b9b075f
  Author: Alan Cox [EMAIL PROTECTED]
  Date:   Wed Oct 4 00:41:26 2006 +0100
 
  PCI: quirks: fix the festering mess that claims to handle IDE quirks
 
  Hardware is a Dell Inspiron E1705 laptop running FC6 x86_64.
 
 
  Could you try the following patch (already included in mm tree)?
 
  http://www.uwsg.indiana.edu/hypermail/linux/kernel/0611.1/1568.html
 
  Remi

 Yes, that patch does seem to fix the problem.  Is it the right fix?

Yes, it is.

As previously told by Alan Cox, the fix is going to be included in the Linus git
tree soon when the libata patches will be merged.

Remi


-
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/


Re: Kernel panic at boot with recent pci quirks patch

2006-12-06 Thread Frank Sorenson

Remi Colinet wrote:

Frank Sorenson <[EMAIL PROTECTED]> wrote:


The latest -git tree panics at boot for me.  git-bisect traced the

offending commit to:

368c73d4f689dae0807d0a2aa74c61fd2b9b075f is first bad commit
commit 368c73d4f689dae0807d0a2aa74c61fd2b9b075f
Author: Alan Cox <[EMAIL PROTECTED]>
Date:   Wed Oct 4 00:41:26 2006 +0100

PCI: quirks: fix the festering mess that claims to handle IDE quirks

Hardware is a Dell Inspiron E1705 laptop running FC6 x86_64.



Could you try the following patch (already included in mm tree)?

http://www.uwsg.indiana.edu/hypermail/linux/kernel/0611.1/1568.html

Remi


Yes, that patch does seem to fix the problem.  Is it the right fix?

Frank

-
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/


Re: Kernel panic at boot with recent pci quirks patch

2006-12-06 Thread Remi Colinet
Frank Sorenson <[EMAIL PROTECTED]> wrote:

> The latest -git tree panics at boot for me.  git-bisect traced the
offending commit to:
>
> 368c73d4f689dae0807d0a2aa74c61fd2b9b075f is first bad commit
> commit 368c73d4f689dae0807d0a2aa74c61fd2b9b075f
> Author: Alan Cox <[EMAIL PROTECTED]>
> Date:   Wed Oct 4 00:41:26 2006 +0100
>
> PCI: quirks: fix the festering mess that claims to handle IDE quirks
>
> Hardware is a Dell Inspiron E1705 laptop running FC6 x86_64.
>

Could you try the following patch (already included in mm tree)?

http://www.uwsg.indiana.edu/hypermail/linux/kernel/0611.1/1568.html

Remi
-
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/


Re: Kernel panic at boot with recent pci quirks patch

2006-12-06 Thread Alan
On Wed, 06 Dec 2006 13:50:35 -0600
Frank Sorenson <[EMAIL PROTECTED]> wrote:

> The latest -git tree panics at boot for me.  git-bisect traced the offending 
> commit to:
> 
> 368c73d4f689dae0807d0a2aa74c61fd2b9b075f is first bad commit
> commit 368c73d4f689dae0807d0a2aa74c61fd2b9b075f
> Author: Alan Cox <[EMAIL PROTECTED]>
> Date:   Wed Oct 4 00:41:26 2006 +0100
> 
> PCI: quirks: fix the festering mess that claims to handle IDE quirks
> 
> Hardware is a Dell Inspiron E1705 laptop running FC6 x86_64.
> 
> I've attached a netcconsole dump of the panic, as well as lspci output.
> 
> Is there any additional information I can provide?

None needed - there is a patch outstanding for libata which is needed to
go with the PCI updates. Once both hit Linus tree the combined mode
problem you see will vanish. Just quirks went via gregkh pci tree and
libata fixes via libata tree. 


Alan
-
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/


Kernel panic at boot with recent pci quirks patch

2006-12-06 Thread Frank Sorenson

The latest -git tree panics at boot for me.  git-bisect traced the offending 
commit to:

368c73d4f689dae0807d0a2aa74c61fd2b9b075f is first bad commit
commit 368c73d4f689dae0807d0a2aa74c61fd2b9b075f
Author: Alan Cox <[EMAIL PROTECTED]>
Date:   Wed Oct 4 00:41:26 2006 +0100

   PCI: quirks: fix the festering mess that claims to handle IDE quirks

Hardware is a Dell Inspiron E1705 laptop running FC6 x86_64.

I've attached a netcconsole dump of the panic, as well as lspci output.

Is there any additional information I can provide?

Thanks,
Frank
[0.00] Linux version 2.6.19-bs1 ([EMAIL PROTECTED]) (gcc version 4.1.1 
20061011 (Red Hat 4.1.1-30)) #11 SMP PREEMPT Wed Dec 6 09:43:25 CST 2006
[0.00] Command line: ro root=/dev/VolGroup00/RootVol vga=794 
apic=verbose nmi_watchdog=1 [EMAIL PROTECTED]/,@64.62.190.123/00:0F:66:99:97:4F 
loglevel=8 console=tty0 console=ttyUSB0,9600n8
[0.00] BIOS-provided physical RAM map:
[0.00]  BIOS-e820:  - 0009f000 (usable)
[0.00]  BIOS-e820: 0009f000 - 000a (reserved)
[0.00]  BIOS-e820: 0010 - 7fed3400 (usable)
[0.00]  BIOS-e820: 7fed3400 - 8000 (reserved)
[0.00]  BIOS-e820: e000 - f0007000 (reserved)
[0.00]  BIOS-e820: f0008000 - f000c000 (reserved)
[0.00]  BIOS-e820: fec0 - fec1 (reserved)
[0.00]  BIOS-e820: fed2 - feda (reserved)
[0.00]  BIOS-e820: fee0 - fee1 (reserved)
[0.00]  BIOS-e820: ffb0 - 0001 (reserved)
[0.00] Entering add_active_range(0, 0, 159) 0 entries of 256 used
[0.00] Entering add_active_range(0, 256, 523987) 1 entries of 256 used
[0.00] end_pfn_map = 1048576
[0.00] DMI 2.4 present.
[0.00] ACPI: RSDP (v000 DELL  ) @ 
0x000fc1b0
[0.00] ACPI: RSDT (v001 DELLM07 0x27d6071d ASL  0x0061) @ 
0x7fed39cd
[0.00] ACPI: FADT (v001 DELLM07 0x27d6071d ASL  0x0061) @ 
0x7fed4800
[0.00] ACPI: MADT (v001 DELLM07 0x27d6071d ASL  0x0047) @ 
0x7fed5000
[0.00] ACPI: MCFG (v016 DELLM07 0x27d6071d ASL  0x0061) @ 
0x7fed4fc0
[0.00] ACPI: BOOT (v001 DELLM07 0x27d6071d ASL  0x0061) @ 
0x7fed4bc0
[0.00] ACPI: SSDT (v001  PmRefCpuPm 0x3000 INTL 0x20050624) @ 
0x7fed3a05
[0.00] ACPI: DSDT (v001 INT430 SYSFexxx 0x1001 INTL 0x20050624) @ 
0x
[0.00] Entering add_active_range(0, 0, 159) 0 entries of 256 used
[0.00] Entering add_active_range(0, 256, 523987) 1 entries of 256 used
[0.00] No mptable found.
[0.00] Zone PFN ranges:
[0.00]   DMA 0 -> 4096
[0.00]   DMA324096 ->  1048576
[0.00]   Normal1048576 ->  1048576
[0.00] early_node_map[2] active PFN ranges
[0.00] 0:0 ->  159
[0.00] 0:  256 ->   523987
[0.00] On node 0 totalpages: 523890
[0.00]   DMA zone: 56 pages used for memmap
[0.00]   DMA zone: 8 pages reserved
[0.00]   DMA zone: 3935 pages, LIFO batch:0
[0.00]   DMA32 zone: 7107 pages used for memmap
[0.00]   DMA32 zone: 512784 pages, LIFO batch:31
[0.00]   Normal zone: 0 pages used for memmap
[0.00] ACPI: PM-Timer IO Port: 0x1008
[0.00] ACPI: Local APIC address 0xfee0
[0.00] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[0.00] Processor #0 (Bootup-CPU)
[0.00] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[0.00] Processor #1
[0.00] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[0.00] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[0.00] ACPI: IOAPIC (id[0x02] address[0xfec0] gsi_base[0])
[0.00] IOAPIC[0]: apic_id 2, address 0xfec0, GSI 0-23
[0.00] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[0.00] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[0.00] ACPI: IRQ0 used by override.
[0.00] ACPI: IRQ2 used by override.
[0.00] ACPI: IRQ9 used by override.
[0.00] Setting APIC routing to physical flat
[0.00] Using ACPI (MADT) for SMP configuration information
[0.00] mapped APIC to ff5fd000 (fee0)
[0.00] mapped IOAPIC to ff5fc000 (fec0)
[0.00] Nosave address range: 0009f000 - 000a
[0.00] Nosave address range: 000a - 0010
[0.00] Allocating PCI resources starting at 8800 (gap: 
8000:6000)
[0.00] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[0.00] PERCPU: Allocating 32768 bytes of per cpu data
[

Kernel panic at boot with recent pci quirks patch

2006-12-06 Thread Frank Sorenson

The latest -git tree panics at boot for me.  git-bisect traced the offending 
commit to:

368c73d4f689dae0807d0a2aa74c61fd2b9b075f is first bad commit
commit 368c73d4f689dae0807d0a2aa74c61fd2b9b075f
Author: Alan Cox [EMAIL PROTECTED]
Date:   Wed Oct 4 00:41:26 2006 +0100

   PCI: quirks: fix the festering mess that claims to handle IDE quirks

Hardware is a Dell Inspiron E1705 laptop running FC6 x86_64.

I've attached a netcconsole dump of the panic, as well as lspci output.

Is there any additional information I can provide?

Thanks,
Frank
[0.00] Linux version 2.6.19-bs1 ([EMAIL PROTECTED]) (gcc version 4.1.1 
20061011 (Red Hat 4.1.1-30)) #11 SMP PREEMPT Wed Dec 6 09:43:25 CST 2006
[0.00] Command line: ro root=/dev/VolGroup00/RootVol vga=794 
apic=verbose nmi_watchdog=1 [EMAIL PROTECTED]/,@64.62.190.123/00:0F:66:99:97:4F 
loglevel=8 console=tty0 console=ttyUSB0,9600n8
[0.00] BIOS-provided physical RAM map:
[0.00]  BIOS-e820:  - 0009f000 (usable)
[0.00]  BIOS-e820: 0009f000 - 000a (reserved)
[0.00]  BIOS-e820: 0010 - 7fed3400 (usable)
[0.00]  BIOS-e820: 7fed3400 - 8000 (reserved)
[0.00]  BIOS-e820: e000 - f0007000 (reserved)
[0.00]  BIOS-e820: f0008000 - f000c000 (reserved)
[0.00]  BIOS-e820: fec0 - fec1 (reserved)
[0.00]  BIOS-e820: fed2 - feda (reserved)
[0.00]  BIOS-e820: fee0 - fee1 (reserved)
[0.00]  BIOS-e820: ffb0 - 0001 (reserved)
[0.00] Entering add_active_range(0, 0, 159) 0 entries of 256 used
[0.00] Entering add_active_range(0, 256, 523987) 1 entries of 256 used
[0.00] end_pfn_map = 1048576
[0.00] DMI 2.4 present.
[0.00] ACPI: RSDP (v000 DELL  ) @ 
0x000fc1b0
[0.00] ACPI: RSDT (v001 DELLM07 0x27d6071d ASL  0x0061) @ 
0x7fed39cd
[0.00] ACPI: FADT (v001 DELLM07 0x27d6071d ASL  0x0061) @ 
0x7fed4800
[0.00] ACPI: MADT (v001 DELLM07 0x27d6071d ASL  0x0047) @ 
0x7fed5000
[0.00] ACPI: MCFG (v016 DELLM07 0x27d6071d ASL  0x0061) @ 
0x7fed4fc0
[0.00] ACPI: BOOT (v001 DELLM07 0x27d6071d ASL  0x0061) @ 
0x7fed4bc0
[0.00] ACPI: SSDT (v001  PmRefCpuPm 0x3000 INTL 0x20050624) @ 
0x7fed3a05
[0.00] ACPI: DSDT (v001 INT430 SYSFexxx 0x1001 INTL 0x20050624) @ 
0x
[0.00] Entering add_active_range(0, 0, 159) 0 entries of 256 used
[0.00] Entering add_active_range(0, 256, 523987) 1 entries of 256 used
[0.00] No mptable found.
[0.00] Zone PFN ranges:
[0.00]   DMA 0 - 4096
[0.00]   DMA324096 -  1048576
[0.00]   Normal1048576 -  1048576
[0.00] early_node_map[2] active PFN ranges
[0.00] 0:0 -  159
[0.00] 0:  256 -   523987
[0.00] On node 0 totalpages: 523890
[0.00]   DMA zone: 56 pages used for memmap
[0.00]   DMA zone: 8 pages reserved
[0.00]   DMA zone: 3935 pages, LIFO batch:0
[0.00]   DMA32 zone: 7107 pages used for memmap
[0.00]   DMA32 zone: 512784 pages, LIFO batch:31
[0.00]   Normal zone: 0 pages used for memmap
[0.00] ACPI: PM-Timer IO Port: 0x1008
[0.00] ACPI: Local APIC address 0xfee0
[0.00] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[0.00] Processor #0 (Bootup-CPU)
[0.00] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[0.00] Processor #1
[0.00] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[0.00] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[0.00] ACPI: IOAPIC (id[0x02] address[0xfec0] gsi_base[0])
[0.00] IOAPIC[0]: apic_id 2, address 0xfec0, GSI 0-23
[0.00] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[0.00] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[0.00] ACPI: IRQ0 used by override.
[0.00] ACPI: IRQ2 used by override.
[0.00] ACPI: IRQ9 used by override.
[0.00] Setting APIC routing to physical flat
[0.00] Using ACPI (MADT) for SMP configuration information
[0.00] mapped APIC to ff5fd000 (fee0)
[0.00] mapped IOAPIC to ff5fc000 (fec0)
[0.00] Nosave address range: 0009f000 - 000a
[0.00] Nosave address range: 000a - 0010
[0.00] Allocating PCI resources starting at 8800 (gap: 
8000:6000)
[0.00] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[0.00] PERCPU: Allocating 32768 bytes of per cpu data
[0.00] 

Re: Kernel panic at boot with recent pci quirks patch

2006-12-06 Thread Alan
On Wed, 06 Dec 2006 13:50:35 -0600
Frank Sorenson [EMAIL PROTECTED] wrote:

 The latest -git tree panics at boot for me.  git-bisect traced the offending 
 commit to:
 
 368c73d4f689dae0807d0a2aa74c61fd2b9b075f is first bad commit
 commit 368c73d4f689dae0807d0a2aa74c61fd2b9b075f
 Author: Alan Cox [EMAIL PROTECTED]
 Date:   Wed Oct 4 00:41:26 2006 +0100
 
 PCI: quirks: fix the festering mess that claims to handle IDE quirks
 
 Hardware is a Dell Inspiron E1705 laptop running FC6 x86_64.
 
 I've attached a netcconsole dump of the panic, as well as lspci output.
 
 Is there any additional information I can provide?

None needed - there is a patch outstanding for libata which is needed to
go with the PCI updates. Once both hit Linus tree the combined mode
problem you see will vanish. Just quirks went via gregkh pci tree and
libata fixes via libata tree. 


Alan
-
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/


Re: Kernel panic at boot with recent pci quirks patch

2006-12-06 Thread Remi Colinet
Frank Sorenson [EMAIL PROTECTED] wrote:

 The latest -git tree panics at boot for me.  git-bisect traced the
offending commit to:

 368c73d4f689dae0807d0a2aa74c61fd2b9b075f is first bad commit
 commit 368c73d4f689dae0807d0a2aa74c61fd2b9b075f
 Author: Alan Cox [EMAIL PROTECTED]
 Date:   Wed Oct 4 00:41:26 2006 +0100

 PCI: quirks: fix the festering mess that claims to handle IDE quirks

 Hardware is a Dell Inspiron E1705 laptop running FC6 x86_64.


Could you try the following patch (already included in mm tree)?

http://www.uwsg.indiana.edu/hypermail/linux/kernel/0611.1/1568.html

Remi
-
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/


Re: Kernel panic at boot with recent pci quirks patch

2006-12-06 Thread Frank Sorenson

Remi Colinet wrote:

Frank Sorenson [EMAIL PROTECTED] wrote:


The latest -git tree panics at boot for me.  git-bisect traced the

offending commit to:

368c73d4f689dae0807d0a2aa74c61fd2b9b075f is first bad commit
commit 368c73d4f689dae0807d0a2aa74c61fd2b9b075f
Author: Alan Cox [EMAIL PROTECTED]
Date:   Wed Oct 4 00:41:26 2006 +0100

PCI: quirks: fix the festering mess that claims to handle IDE quirks

Hardware is a Dell Inspiron E1705 laptop running FC6 x86_64.



Could you try the following patch (already included in mm tree)?

http://www.uwsg.indiana.edu/hypermail/linux/kernel/0611.1/1568.html

Remi


Yes, that patch does seem to fix the problem.  Is it the right fix?

Frank

-
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/