Re: System crash after "No irq handler for vector" linux 2.6.19

2007-02-02 Thread Eric W. Biederman
Luigi, Unless you have a completely different cause I believe the patches I just posted will fix the issue. If you can test and confirm this that would be great. Eric - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-02-02 Thread Eric W. Biederman
"Luigi Genoni" <[EMAIL PROTECTED]> writes: > the message appeared just once, but no crash. > anyway the load average was really abnormal. Good. You tested it and it worked! High load average is interesting, because it has similar causes as the "No irq handler for vector", but technically they

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-02-02 Thread Eric W. Biederman
"Luigi Genoni" <[EMAIL PROTECTED]> writes: > I tested the patch, but I could not really stress the HW. > anyway no crash, but load average is somehow abnormal, higher than it should > be. Thanks. Did you get any nasty messages about "No irq handler for vector?" If not then you never even hit

Re: System crash after No irq handler for vector linux 2.6.19

2007-02-02 Thread Eric W. Biederman
Luigi Genoni [EMAIL PROTECTED] writes: I tested the patch, but I could not really stress the HW. anyway no crash, but load average is somehow abnormal, higher than it should be. Thanks. Did you get any nasty messages about No irq handler for vector? If not then you never even hit the

Re: System crash after No irq handler for vector linux 2.6.19

2007-02-02 Thread Eric W. Biederman
Luigi Genoni [EMAIL PROTECTED] writes: the message appeared just once, but no crash. anyway the load average was really abnormal. Good. You tested it and it worked! High load average is interesting, because it has similar causes as the No irq handler for vector, but technically they are

Re: System crash after No irq handler for vector linux 2.6.19

2007-02-02 Thread Eric W. Biederman
Luigi, Unless you have a completely different cause I believe the patches I just posted will fix the issue. If you can test and confirm this that would be great. Eric - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-02-01 Thread Chris Rankin
> Ok. I've finally figured out what is going on. The code is race free but the > programmer was an > idiot. Hi, Could this IRQ problem account for this bug as well, please? Or is yours strictly a 2.6.19.x issue? http://bugzilla.kernel.org/show_bug.cgi?id=7847 I have a dual P4 Xeon box (HT

Re: System crash after No irq handler for vector linux 2.6.19

2007-02-01 Thread Chris Rankin
Ok. I've finally figured out what is going on. The code is race free but the programmer was an idiot. Hi, Could this IRQ problem account for this bug as well, please? Or is yours strictly a 2.6.19.x issue? http://bugzilla.kernel.org/show_bug.cgi?id=7847 I have a dual P4 Xeon box (HT

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-01-31 Thread Eric W. Biederman
"Luigi Genoni" <[EMAIL PROTECTED]> writes: > OK, > willing to test any patch. Ok. I've finally figured out what is going on. The code is race free but the programmer was an idiot. In the local apic there are two relevant registers. ISR (in service register) describing all of the interrupts

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-01-31 Thread Eric W. Biederman
"Luigi Genoni" <[EMAIL PROTECTED]> writes: > OK, > willing to test any patch. Sure. After I get things working on this end I will copy you, on any fixes so you can confirm they work for you. I am still root causing this but I have found a small fix that should keep the system from going down

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-01-31 Thread Eric W. Biederman
<[EMAIL PROTECTED]> writes: > I have in interesting update, at less I suppose I have. It was, at least as another data point. > I do not know very well what happens with irq stuff migrating shared irq, but > I > suppose this has something to do with this crash. The fact the irq was shared

Re: System crash after No irq handler for vector linux 2.6.19

2007-01-31 Thread Eric W. Biederman
[EMAIL PROTECTED] writes: I have in interesting update, at less I suppose I have. It was, at least as another data point. I do not know very well what happens with irq stuff migrating shared irq, but I suppose this has something to do with this crash. The fact the irq was shared should

Re: System crash after No irq handler for vector linux 2.6.19

2007-01-31 Thread Eric W. Biederman
Luigi Genoni [EMAIL PROTECTED] writes: OK, willing to test any patch. Sure. After I get things working on this end I will copy you, on any fixes so you can confirm they work for you. I am still root causing this but I have found a small fix that should keep the system from going down when

Re: System crash after No irq handler for vector linux 2.6.19

2007-01-31 Thread Eric W. Biederman
Luigi Genoni [EMAIL PROTECTED] writes: OK, willing to test any patch. Ok. I've finally figured out what is going on. The code is race free but the programmer was an idiot. In the local apic there are two relevant registers. ISR (in service register) describing all of the interrupts that the

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-01-23 Thread Eric W. Biederman
"Luigi Genoni" <[EMAIL PROTECTED]> writes: > reproduced. > it took more or less one hour to reproduce it. I could reproduce it olny > running also irqbalance 0.55 and commenting out the sleep 1. The message in > syslog is the same and then, after a few seconds I think, KABOM! system crash >

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-01-23 Thread l . genoni
d up. If you had an oops it may have meant the above message was a secondary symptom. Groan. If it stayed up long enough to give an OOPS then there is a chance the above message appearing only once had nothing to do with the actual crash. How long had the system been up? > As I said sistem i

Re: System crash after No irq handler for vector linux 2.6.19

2007-01-23 Thread l . genoni
was a secondary symptom. Groan. If it stayed up long enough to give an OOPS then there is a chance the above message appearing only once had nothing to do with the actual crash. How long had the system been up? As I said sistem is running linux 2.6.19 compiled with gcc 4.1.1 for AMD Opteron

Re: System crash after No irq handler for vector linux 2.6.19

2007-01-23 Thread Eric W. Biederman
Luigi Genoni [EMAIL PROTECTED] writes: reproduced. it took more or less one hour to reproduce it. I could reproduce it olny running also irqbalance 0.55 and commenting out the sleep 1. The message in syslog is the same and then, after a few seconds I think, KABOM! system crash and

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-01-22 Thread Eric W. Biederman
d up. If you had an oops it may have meant the above message was a secondary symptom. Groan. If it stayed up long enough to give an OOPS then there is a chance the above message appearing only once had nothing to do with the actual crash. How long had the system been up? > As I said sistem i

Re: System crash after No irq handler for vector linux 2.6.19

2007-01-22 Thread Eric W. Biederman
message was a secondary symptom. Groan. If it stayed up long enough to give an OOPS then there is a chance the above message appearing only once had nothing to do with the actual crash. How long had the system been up? As I said sistem is running linux 2.6.19 compiled with gcc 4.1.1 for AMD

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-19 Thread Sunil Naidu
On 1/19/07, Len Brown <[EMAIL PROTECTED]> wrote: On Wednesday 17 January 2007 05:34, you wrote: > On 1/17/07, Matheus Izvekov <[EMAIL PROTECTED]> wrote: > > I just tried the firmwarekit, and here are the results, attached. > > TYVM, thats a very useful tool. > > I do suspect ACPI issues on my

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-19 Thread Matheus Izvekov
On 1/19/07, Matheus Izvekov <[EMAIL PROTECTED]> wrote: On 1/19/07, Len Brown <[EMAIL PROTECTED]> wrote: > I guess I'm losing my mind, because when I read this code, > there are only two ways out of the while(retry) loop. > Either return with success, or retry is 0. > So how the heck is retry

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-19 Thread Matheus Izvekov
On 1/19/07, Len Brown <[EMAIL PROTECTED]> wrote: I guess I'm losing my mind, because when I read this code, there are only two ways out of the while(retry) loop. Either return with success, or retry is 0. So how the heck is retry printed as 142?! did you notice any delay between the last two

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-19 Thread Len Brown
On Wednesday 17 January 2007 16:10, Matheus Izvekov wrote: > On 1/17/07, Len Brown <[EMAIL PROTECTED]> wrote: > > The code that enables ACPI mode hasn't really changed since before 2.6.12 -- > > unless udelay() has changed beneath us... > > So if you are going to test an old version of Linux, you

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-19 Thread Len Brown
On Wednesday 17 January 2007 16:10, Matheus Izvekov wrote: On 1/17/07, Len Brown [EMAIL PROTECTED] wrote: The code that enables ACPI mode hasn't really changed since before 2.6.12 -- unless udelay() has changed beneath us... So if you are going to test an old version of Linux, you should

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-19 Thread Matheus Izvekov
On 1/19/07, Len Brown [EMAIL PROTECTED] wrote: I guess I'm losing my mind, because when I read this code, there are only two ways out of the while(retry) loop. Either return with success, or retry is 0. So how the heck is retry printed as 142?! did you notice any delay between the last two

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-19 Thread Matheus Izvekov
On 1/19/07, Matheus Izvekov [EMAIL PROTECTED] wrote: On 1/19/07, Len Brown [EMAIL PROTECTED] wrote: I guess I'm losing my mind, because when I read this code, there are only two ways out of the while(retry) loop. Either return with success, or retry is 0. So how the heck is retry printed as

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-19 Thread Sunil Naidu
On 1/19/07, Len Brown [EMAIL PROTECTED] wrote: On Wednesday 17 January 2007 05:34, you wrote: On 1/17/07, Matheus Izvekov [EMAIL PROTECTED] wrote: I just tried the firmwarekit, and here are the results, attached. TYVM, thats a very useful tool. I do suspect ACPI issues on my new DG965WH

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-17 Thread Matheus Izvekov
On 1/17/07, Len Brown <[EMAIL PROTECTED]> wrote: The code that enables ACPI mode hasn't really changed since before 2.6.12 -- unless udelay() has changed beneath us... So if you are going to test an old version of Linux, you should start before then. Perhaps you can try this debug patch on top

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-17 Thread Matheus Izvekov
On 1/17/07, Sunil Naidu <[EMAIL PROTECTED]> wrote: On 1/17/07, Matheus Izvekov <[EMAIL PROTECTED]> wrote: > I just tried the firmwarekit, and here are the results, attached. > TYVM, thats a very useful tool. I do suspect ACPI issues on my new DG965WH MOBO:-

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-17 Thread Sunil Naidu
On 1/17/07, Matheus Izvekov <[EMAIL PROTECTED]> wrote: I just tried the firmwarekit, and here are the results, attached. TYVM, thats a very useful tool. I do suspect ACPI issues on my new DG965WH MOBO:- http://www.intel.com/products/motherboard/DG965WH/index.htm Tried with Linux-2.6.19.2.

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-17 Thread Len Brown
The code that enables ACPI mode hasn't really changed since before 2.6.12 -- unless udelay() has changed beneath us... So if you are going to test an old version of Linux, you should start before then. Perhaps you can try this debug patch on top of 2.6.19 and send along the dmesg? (also, please

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-17 Thread Len Brown
The code that enables ACPI mode hasn't really changed since before 2.6.12 -- unless udelay() has changed beneath us... So if you are going to test an old version of Linux, you should start before then. Perhaps you can try this debug patch on top of 2.6.19 and send along the dmesg? (also, please

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-17 Thread Sunil Naidu
On 1/17/07, Matheus Izvekov [EMAIL PROTECTED] wrote: I just tried the firmwarekit, and here are the results, attached. TYVM, thats a very useful tool. I do suspect ACPI issues on my new DG965WH MOBO:- http://www.intel.com/products/motherboard/DG965WH/index.htm Tried with Linux-2.6.19.2.

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-17 Thread Matheus Izvekov
On 1/17/07, Sunil Naidu [EMAIL PROTECTED] wrote: On 1/17/07, Matheus Izvekov [EMAIL PROTECTED] wrote: I just tried the firmwarekit, and here are the results, attached. TYVM, thats a very useful tool. I do suspect ACPI issues on my new DG965WH MOBO:-

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-17 Thread Matheus Izvekov
On 1/17/07, Len Brown [EMAIL PROTECTED] wrote: The code that enables ACPI mode hasn't really changed since before 2.6.12 -- unless udelay() has changed beneath us... So if you are going to test an old version of Linux, you should start before then. Perhaps you can try this debug patch on top

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Matheus Izvekov
I just tried the firmwarekit, and here are the results, attached. TYVM, thats a very useful tool. apicedge (experimental) APIC Edge/Level check 4 This test checks if legacy interrupts are edge and PCI interrupts are level Non-Legacy interrupt 0 is incorrectly level triggered 4

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Matheus Izvekov
On 1/17/07, Luming Yu <[EMAIL PROTECTED]> wrote: On 1/17/07, Matheus Izvekov <[EMAIL PROTECTED]> wrote: > It used to support power button events, dont know what else. Is there > anything I can do to check how good the acpi support is? Did you check BIOS setting? Is there any ACPI related

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Luming Yu
On 1/17/07, Matheus Izvekov <[EMAIL PROTECTED]> wrote: On 1/17/07, Arjan van de Ven <[EMAIL PROTECTED]> wrote: > On Wed, 2007-01-17 at 02:01 -0200, Matheus Izvekov wrote: > > Just tried linux for the first time on this old machine, and i got > > this problem. dmesg below: > > > did this machine

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Matheus Izvekov
On 1/17/07, Arjan van de Ven <[EMAIL PROTECTED]> wrote: On Wed, 2007-01-17 at 02:01 -0200, Matheus Izvekov wrote: > Just tried linux for the first time on this old machine, and i got > this problem. dmesg below: did this machine EVER support acpi ? It used to support power button events,

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Arjan van de Ven
On Wed, 2007-01-17 at 02:01 -0200, Matheus Izvekov wrote: > Just tried linux for the first time on this old machine, and i got > this problem. dmesg below: did this machine EVER support acpi ? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Matheus Izvekov
Just tried linux for the first time on this old machine, and i got this problem. dmesg below: Linux version 2.6.19 ([EMAIL PROTECTED]) (gcc version 4.1.1 (Gentoo 4.1.1-r3)) #10 PREEMPT Sun Dec 10 17:35:24 BRST 2006 BIOS-provided physical RAM map: BIOS-e820: - 0009fc00

BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Matheus Izvekov
Just tried linux for the first time on this old machine, and i got this problem. dmesg below: Linux version 2.6.19 ([EMAIL PROTECTED]) (gcc version 4.1.1 (Gentoo 4.1.1-r3)) #10 PREEMPT Sun Dec 10 17:35:24 BRST 2006 BIOS-provided physical RAM map: BIOS-e820: - 0009fc00

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Arjan van de Ven
On Wed, 2007-01-17 at 02:01 -0200, Matheus Izvekov wrote: Just tried linux for the first time on this old machine, and i got this problem. dmesg below: did this machine EVER support acpi ? - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Matheus Izvekov
On 1/17/07, Arjan van de Ven [EMAIL PROTECTED] wrote: On Wed, 2007-01-17 at 02:01 -0200, Matheus Izvekov wrote: Just tried linux for the first time on this old machine, and i got this problem. dmesg below: did this machine EVER support acpi ? It used to support power button events, dont

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Luming Yu
On 1/17/07, Matheus Izvekov [EMAIL PROTECTED] wrote: On 1/17/07, Arjan van de Ven [EMAIL PROTECTED] wrote: On Wed, 2007-01-17 at 02:01 -0200, Matheus Izvekov wrote: Just tried linux for the first time on this old machine, and i got this problem. dmesg below: did this machine EVER support

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Matheus Izvekov
On 1/17/07, Luming Yu [EMAIL PROTECTED] wrote: On 1/17/07, Matheus Izvekov [EMAIL PROTECTED] wrote: It used to support power button events, dont know what else. Is there anything I can do to check how good the acpi support is? Did you check BIOS setting? Is there any ACPI related menuitems?

Re: BUG: linux 2.6.19 unable to enable acpi

2007-01-16 Thread Matheus Izvekov
I just tried the firmwarekit, and here are the results, attached. TYVM, thats a very useful tool. ?xml version=1.0 encoding=UTF-8? ?xml-stylesheet href=results.css type=text/css? results test idapicedge/id name(experimental) APIC Edge/Level check/name result4/result descriptionThis test

Re: Linux 2.6.19

2006-12-11 Thread Dominik Brodowski
Hi, On Mon, Dec 11, 2006 at 03:47:58PM +0100, Romano Giannetti wrote: > On Wed, 2006-11-29 at 14:21 -0800, Linus Torvalds wrote: > > > You could send me and the kernel mailing list a note about it anyway, of > > course. (And perhaps pictures, if your dachshund is involved. Not that > > we'd be

Re: Linux 2.6.19

2006-12-11 Thread Romano Giannetti
On Wed, 2006-11-29 at 14:21 -0800, Linus Torvalds wrote: > You could send me and the kernel mailing list a note about it anyway, of > course. (And perhaps pictures, if your dachshund is involved. Not that > we'd be interested, of course. No. Just so that we'd know to avoid it next > time).

Re: Linux 2.6.19

2006-12-11 Thread Romano Giannetti
On Wed, 2006-11-29 at 14:21 -0800, Linus Torvalds wrote: You could send me and the kernel mailing list a note about it anyway, of course. (And perhaps pictures, if your dachshund is involved. Not that we'd be interested, of course. No. Just so that we'd know to avoid it next time). Hi

Re: Linux 2.6.19

2006-12-11 Thread Dominik Brodowski
Hi, On Mon, Dec 11, 2006 at 03:47:58PM +0100, Romano Giannetti wrote: On Wed, 2006-11-29 at 14:21 -0800, Linus Torvalds wrote: You could send me and the kernel mailing list a note about it anyway, of course. (And perhaps pictures, if your dachshund is involved. Not that we'd be

Re: linux-2.6.19-g200d018e build #180 failed

2006-12-09 Thread Jiri Slaby
Toralf Förster wrote: > Hello, > > the build with the attached .config failed, make ends with: > ... > CC lib/rwsem.o > CC lib/semaphore-sleepers.o > CC lib/sha1.o > CC lib/string.o > CC lib/vsprintf.o > AR lib/lib.a > LD arch/i386/lib/built-in.o >

linux-2.6.19-g200d018e build #180 failed

2006-12-09 Thread Toralf Förster
Hello, the build with the attached .config failed, make ends with: ... CC lib/rwsem.o CC lib/semaphore-sleepers.o CC lib/sha1.o CC lib/string.o CC lib/vsprintf.o AR lib/lib.a LD arch/i386/lib/built-in.o CC arch/i386/lib/bitops.o AS

linux-2.6.19-g200d018e build #180 failed

2006-12-09 Thread Toralf Förster
Hello, the build with the attached .config failed, make ends with: ... CC lib/rwsem.o CC lib/semaphore-sleepers.o CC lib/sha1.o CC lib/string.o CC lib/vsprintf.o AR lib/lib.a LD arch/i386/lib/built-in.o CC arch/i386/lib/bitops.o AS

Re: linux-2.6.19-g200d018e build #180 failed

2006-12-09 Thread Jiri Slaby
Toralf Förster wrote: Hello, the build with the attached .config failed, make ends with: ... CC lib/rwsem.o CC lib/semaphore-sleepers.o CC lib/sha1.o CC lib/string.o CC lib/vsprintf.o AR lib/lib.a LD arch/i386/lib/built-in.o CC

100000 interrupts problem Re: linux 2.6.19 still crashing

2006-12-04 Thread Sergio Monteiro Basto
On Mon, 2006-12-04 at 08:35 +0100, Andreas Jellinghaus wrote: > or I can send you the kernel patch as file and the xen hypervisor: > -rw-r--r-- 1 root root 244694 2006-04-19 12:14 /boot/xen-3.0.2-2.gz > -rw-r--r-- 1 root root 604942 2006-04-19 12:14 >

100000 interrupts problem Re: linux 2.6.19 still crashing

2006-12-04 Thread Sergio Monteiro Basto
On Mon, 2006-12-04 at 08:35 +0100, Andreas Jellinghaus wrote: or I can send you the kernel patch as file and the xen hypervisor: -rw-r--r-- 1 root root 244694 2006-04-19 12:14 /boot/xen-3.0.2-2.gz -rw-r--r-- 1 root root 604942 2006-04-19 12:14

Re: linux 2.6.19 still crashing

2006-12-03 Thread Andreas Jellinghaus
Sergio Monteiro Basto wrote: Hi, 1st you should put this information on http://bugzilla.kernel.org/ ok, thanks. your bug kept me the attention because on bad interrupts you have : 21: 10 IO-APIC-fasteoi ohci1394 Exactly oops on 10 interrupts, I had seen this before . I

Re: linux 2.6.19 still crashing

2006-12-03 Thread Sergio Monteiro Basto
Hi, 1st you should put this information on http://bugzilla.kernel.org/ (choose enter a new bug, may choose Category ACPI with component config-interrupts ) for better organization, instead make your own bug documentation. The documentation is very good you should attach the same information on

Re: Bad PCI function mask in atiixp driver (was: Re: Linux 2.6.19)

2006-12-03 Thread Bernard Pidoux
On Sat, 2 Dec 2006 23:06:57 -0500 Chuck Ebbert wrote: > >> In-Reply-To: <[EMAIL PROTECTED]> >> >> On Sat, 02 Dec 2006 20:54:38 +0100, Matthijs wrote: >> >> > make modules gives me these warnings in modpost and then errors out: >> > WARNING: Can't handle masks in drivers/ide/pci/atiixp:05 >> >>

Re: Bad PCI function mask in atiixp driver (was: Re: Linux 2.6.19)

2006-12-03 Thread Bernard Pidoux
On Sat, 2 Dec 2006 23:06:57 -0500 Chuck Ebbert wrote: In-Reply-To: [EMAIL PROTECTED] On Sat, 02 Dec 2006 20:54:38 +0100, Matthijs wrote: make modules gives me these warnings in modpost and then errors out: WARNING: Can't handle masks in drivers/ide/pci/atiixp:05 Message is from

Re: linux 2.6.19 still crashing

2006-12-03 Thread Sergio Monteiro Basto
Hi, 1st you should put this information on http://bugzilla.kernel.org/ (choose enter a new bug, may choose Category ACPI with component config-interrupts ) for better organization, instead make your own bug documentation. The documentation is very good you should attach the same information on

Re: linux 2.6.19 still crashing

2006-12-03 Thread Andreas Jellinghaus
Sergio Monteiro Basto wrote: Hi, 1st you should put this information on http://bugzilla.kernel.org/ ok, thanks. your bug kept me the attention because on bad interrupts you have : 21: 10 IO-APIC-fasteoi ohci1394 Exactly oops on 10 interrupts, I had seen this before . I

Re: Bad PCI function mask in atiixp driver (was: Re: Linux 2.6.19)

2006-12-02 Thread Randy Dunlap
On Sat, 2 Dec 2006 23:06:57 -0500 Chuck Ebbert wrote: > In-Reply-To: <[EMAIL PROTECTED]> > > On Sat, 02 Dec 2006 20:54:38 +0100, Matthijs wrote: > > > make modules gives me these warnings in modpost and then errors out: > > WARNING: Can't handle masks in drivers/ide/pci/atiixp:05 > >

Bad PCI function mask in atiixp driver (was: Re: Linux 2.6.19)

2006-12-02 Thread Chuck Ebbert
In-Reply-To: <[EMAIL PROTECTED]> On Sat, 02 Dec 2006 20:54:38 +0100, Matthijs wrote: > make modules gives me these warnings in modpost and then errors out: > WARNING: Can't handle masks in drivers/ide/pci/atiixp:05 Message is from scripts/file2alias.c::do_pci_entry(): if

Re: Linux 2.6.19

2006-12-02 Thread Matthijs
n to MAINTAINERS > > Kyle McMartin (1): > [PATCH] Fix incorrent type of flags in > > Lachlan McIlroy (1): > [XFS] Fix uninitialized br_state and br_startoff in > > Laurent Pinchart (1): > USB: Fixed outdated usb_get_device_descriptor() docume

linux 2.6.19 still crashing

2006-12-02 Thread Andreas Jellinghaus
my msi s270 laptop. but all vanilla kernel I ever tried do that, also the debian and ubuntu kernel are instable too. But: xen 3.0.2 plus xen'ified linux 2.6.16.31 are rock solid. any idea what the issue could be? I'm running 64bit kernel, 64bit userland (plus some 32bit apps), and the cpu is a

Re: Linux 2.6.19

2006-12-02 Thread Malte Schröder
On Thursday 30 November 2006 21:30, Malte Schröder wrote: > I also encountered this bug (wasn't there in -rc6). The patch also fixes it > for me. Ok, I have to make a correction here: It doesn't crash anymore but now ipv6 doesn't work at all. To be more precise, I see adresses on the network

Re: [Bug 7505] Linux-2.6.19 fails to boot on AMD64 machine

2006-12-02 Thread Stefano Takekawa
> Il giorno gio, 30/11/2006 alle 14.46 -0700, Eric W. Biederman ha > scritto: > [EMAIL PROTECTED] writes: > > > http://bugzilla.kernel.org/show_bug.cgi?id=7505 > > > one. I think this was a better bisection and I got this > > > Bisecting: 1 revisions left to test after this > >

Re: [Bug 7505] Linux-2.6.19 fails to boot on AMD64 machine

2006-12-02 Thread Stefano Takekawa
Il giorno gio, 30/11/2006 alle 14.46 -0700, Eric W. Biederman ha scritto: [EMAIL PROTECTED] writes: http://bugzilla.kernel.org/show_bug.cgi?id=7505 one. I think this was a better bisection and I got this Bisecting: 1 revisions left to test after this

Re: Linux 2.6.19

2006-12-02 Thread Malte Schröder
On Thursday 30 November 2006 21:30, Malte Schröder wrote: I also encountered this bug (wasn't there in -rc6). The patch also fixes it for me. Ok, I have to make a correction here: It doesn't crash anymore but now ipv6 doesn't work at all. To be more precise, I see adresses on the network

linux 2.6.19 still crashing

2006-12-02 Thread Andreas Jellinghaus
my msi s270 laptop. but all vanilla kernel I ever tried do that, also the debian and ubuntu kernel are instable too. But: xen 3.0.2 plus xen'ified linux 2.6.16.31 are rock solid. any idea what the issue could be? I'm running 64bit kernel, 64bit userland (plus some 32bit apps), and the cpu is a

Re: Linux 2.6.19

2006-12-02 Thread Matthijs
by default Revert [PATCH] Enforce unsigned long flags; when spinlocking Fix 'ALIGN()' macro, take 2 Linux 2.6.19 Luca Risolia (1): V4L/DVB (4865): Fix: Slot 0 not NULL on disconnecting SN9C10x PC Camera Luck, Tony (1): [IA64] a fix towards allmodconfig build

Bad PCI function mask in atiixp driver (was: Re: Linux 2.6.19)

2006-12-02 Thread Chuck Ebbert
In-Reply-To: [EMAIL PROTECTED] On Sat, 02 Dec 2006 20:54:38 +0100, Matthijs wrote: make modules gives me these warnings in modpost and then errors out: WARNING: Can't handle masks in drivers/ide/pci/atiixp:05 Message is from scripts/file2alias.c::do_pci_entry(): if

Re: Bad PCI function mask in atiixp driver (was: Re: Linux 2.6.19)

2006-12-02 Thread Randy Dunlap
On Sat, 2 Dec 2006 23:06:57 -0500 Chuck Ebbert wrote: In-Reply-To: [EMAIL PROTECTED] On Sat, 02 Dec 2006 20:54:38 +0100, Matthijs wrote: make modules gives me these warnings in modpost and then errors out: WARNING: Can't handle masks in drivers/ide/pci/atiixp:05 Message is from

Re: [Devel] Re: Linux 2.6.19 VServer 2.1.x

2006-12-01 Thread Dmitry Mishin
On Friday 01 December 2006 22:32, Herbert Poetzl wrote: > On Fri, Dec 01, 2006 at 01:33:03PM +0300, Kirill Korotaev wrote: > > OpenVZ has been using them for more than a month already ;-) > > great for you, here some details: > > - 2.6.19 was released 29th Nov 2006 > - OpenVZ page shows

Re: Linux 2.6.19 VServer 2.1.x

2006-12-01 Thread Herbert Poetzl
On Fri, Dec 01, 2006 at 01:33:03PM +0300, Kirill Korotaev wrote: > OpenVZ has been using them for more than a month already ;-) great for you, here some details: - 2.6.19 was released 29th Nov 2006 - OpenVZ page shows 2.6.9-023, 2.6.16 and the 2.6.18 development - Linux-VServer has

[PATCH]: linux-2.6.19-uc0 (MMU-less updates)

2006-12-01 Thread Greg Ungerer
Hi All, An update of the uClinux (MMU-less) code against 2.6.19. I have quite a few things outstanding here to push up. http://www.uclinux.org/pub/uClinux/uClinux-2.6.x/linux-2.6.19-uc0.patch.gz Change log: . m68knommu Kconfig cleanupsGreg Ungerer . m68knommu printk

Re: Linux 2.6.19 VServer 2.1.x

2006-12-01 Thread Cedric Le Goater
Great ! I'm dreaming that the next patchsets will not require as much debate. nah, stop dreaming Cedric :) Thanks to Andrew and Linus who made it happen. C. Kirill Korotaev wrote: > OpenVZ has been using them for more than a month already ;-) > > Kirill > >> Ladies and Gentlemen! >> >>

Re: Linux 2.6.19 VServer 2.1.x

2006-12-01 Thread Kirill Korotaev
OpenVZ has been using them for more than a month already ;-) Kirill > Ladies and Gentlemen! > > here is the first Linux-VServer version (testing) > with support for the *spaces (uts, ipc and vfs) > introduced in 2.6.19 ... > >

Re: Linux 2.6.19 VServer 2.1.x

2006-12-01 Thread Kirill Korotaev
OpenVZ has been using them for more than a month already ;-) Kirill Ladies and Gentlemen! here is the first Linux-VServer version (testing) with support for the *spaces (uts, ipc and vfs) introduced in 2.6.19 ... http://vserver.13thfloor.at/Experimental/patch-2.6.19-vs2.1.x-t1.diff

Re: Linux 2.6.19 VServer 2.1.x

2006-12-01 Thread Cedric Le Goater
Great ! I'm dreaming that the next patchsets will not require as much debate. nah, stop dreaming Cedric :) Thanks to Andrew and Linus who made it happen. C. Kirill Korotaev wrote: OpenVZ has been using them for more than a month already ;-) Kirill Ladies and Gentlemen! here is the

[PATCH]: linux-2.6.19-uc0 (MMU-less updates)

2006-12-01 Thread Greg Ungerer
Hi All, An update of the uClinux (MMU-less) code against 2.6.19. I have quite a few things outstanding here to push up. http://www.uclinux.org/pub/uClinux/uClinux-2.6.x/linux-2.6.19-uc0.patch.gz Change log: . m68knommu Kconfig cleanupsGreg Ungerer . m68knommu printk

Re: Linux 2.6.19 VServer 2.1.x

2006-12-01 Thread Herbert Poetzl
On Fri, Dec 01, 2006 at 01:33:03PM +0300, Kirill Korotaev wrote: OpenVZ has been using them for more than a month already ;-) great for you, here some details: - 2.6.19 was released 29th Nov 2006 - OpenVZ page shows 2.6.9-023, 2.6.16 and the 2.6.18 development - Linux-VServer has

Re: [Devel] Re: Linux 2.6.19 VServer 2.1.x

2006-12-01 Thread Dmitry Mishin
On Friday 01 December 2006 22:32, Herbert Poetzl wrote: On Fri, Dec 01, 2006 at 01:33:03PM +0300, Kirill Korotaev wrote: OpenVZ has been using them for more than a month already ;-) great for you, here some details: - 2.6.19 was released 29th Nov 2006 - OpenVZ page shows 2.6.9-023,

Re: [Bug 7505] Linux-2.6.19 fails to boot on AMD64 machine

2006-11-30 Thread Andrew Morton
On Thu, 30 Nov 2006 14:46:48 -0700 [EMAIL PROTECTED] (Eric W. Biederman) wrote: > Let's try and discussing this someplace where people are watching. Bugzilla > seems to be a horrible medium for tracking down bugs. You can certainly do that, but please cc [EMAIL PROTECTED] as well, so bugzilla

Linux 2.6.19 VServer 2.1.x

2006-11-30 Thread Herbert Poetzl
Ladies and Gentlemen! here is the first Linux-VServer version (testing) with support for the *spaces (uts, ipc and vfs) introduced in 2.6.19 ... http://vserver.13thfloor.at/Experimental/patch-2.6.19-vs2.1.x-t1.diff it might not be as perfect as the kernel itself *G* but it does work fine here,

Re: Linux 2.6.19

2006-11-30 Thread Herbert Xu
On Thu, Nov 30, 2006 at 11:32:59PM +0100, Udo A. Steinberg wrote: > > I didn't and that turned out to be the culprit. With CONFIG_CRYPTO_CBC enabled > everything works fine. Thanks, Herbert! > > Shouldn't cryptoloop automatically select CONFIG_CRYPTO_CBC if it depends on > it? Yes I'll make it

Re: Linux 2.6.19

2006-11-30 Thread Udo A. Steinberg
On Fri, 01 Dec 2006 08:15:12 +1100 Herbert Xu (HX) wrote: HX> Udo A. Steinberg <[EMAIL PROTECTED]> wrote: HX> > HX> > Ok, so 2.6.18 used to get along fine with cryptoloop and 2.6.19 refuses to HX> > cooperate. An strace of "losetup -e aes /dev/loop0 /dev/hda7" without all HX> > the terminal

Re: [Bug 7505] Linux-2.6.19 fails to boot on AMD64 machine

2006-11-30 Thread Eric W. Biederman
[EMAIL PROTECTED] writes: > http://bugzilla.kernel.org/show_bug.cgi?id=7505 > one. I think this was a better bisection and I got this > Bisecting: 1 revisions left to test after this > [d71374dafbba7ec3f67371d3b7e9f6310a588808] PCI: fix race with pci_walk_bus and > pci_destroy_dev >

Re: Linux 2.6.19

2006-11-30 Thread Herbert Xu
Udo A. Steinberg <[EMAIL PROTECTED]> wrote: > > Ok, so 2.6.18 used to get along fine with cryptoloop and 2.6.19 refuses to > cooperate. An strace of "losetup -e aes /dev/loop0 /dev/hda7" without all the > terminal interaction shows: Did you enable CONFIG_CRYPTO_CBC? Cheers, -- Visit Openswan

Re: Linux 2.6.19

2006-11-30 Thread Jindrich Makovicka
Needed the VIA PATA patch to be able to boot: http://lkml.org/lkml/2006/6/18/165 Also, atakbd.c produced lots of "Spurious ACK" messages on kernel panic when I misspecified the root fs, which made the real problem a little more difficult to find. -- Jindrich Makovicka - To unsubscribe from

Re: Linux 2.6.19

2006-11-30 Thread Jindrich Makovicka
Needed the VIA PATA patch to be able to boot: http://lkml.org/lkml/2006/6/18/165 Also, atakbd.c produced lots of Spurious ACK messages on kernel panic when I misspecified the root fs, which made the real problem a little more difficult to find. -- Jindrich Makovicka - To unsubscribe from this

Re: Linux 2.6.19

2006-11-30 Thread Herbert Xu
Udo A. Steinberg [EMAIL PROTECTED] wrote: Ok, so 2.6.18 used to get along fine with cryptoloop and 2.6.19 refuses to cooperate. An strace of losetup -e aes /dev/loop0 /dev/hda7 without all the terminal interaction shows: Did you enable CONFIG_CRYPTO_CBC? Cheers, -- Visit Openswan at

Re: [Bug 7505] Linux-2.6.19 fails to boot on AMD64 machine

2006-11-30 Thread Eric W. Biederman
[EMAIL PROTECTED] writes: http://bugzilla.kernel.org/show_bug.cgi?id=7505 one. I think this was a better bisection and I got this Bisecting: 1 revisions left to test after this [d71374dafbba7ec3f67371d3b7e9f6310a588808] PCI: fix race with pci_walk_bus and pci_destroy_dev

Re: Linux 2.6.19

2006-11-30 Thread Udo A. Steinberg
On Fri, 01 Dec 2006 08:15:12 +1100 Herbert Xu (HX) wrote: HX Udo A. Steinberg [EMAIL PROTECTED] wrote: HX HX Ok, so 2.6.18 used to get along fine with cryptoloop and 2.6.19 refuses to HX cooperate. An strace of losetup -e aes /dev/loop0 /dev/hda7 without all HX the terminal interaction

Re: Linux 2.6.19

2006-11-30 Thread Herbert Xu
On Thu, Nov 30, 2006 at 11:32:59PM +0100, Udo A. Steinberg wrote: I didn't and that turned out to be the culprit. With CONFIG_CRYPTO_CBC enabled everything works fine. Thanks, Herbert! Shouldn't cryptoloop automatically select CONFIG_CRYPTO_CBC if it depends on it? Yes I'll make it

Linux 2.6.19 VServer 2.1.x

2006-11-30 Thread Herbert Poetzl
Ladies and Gentlemen! here is the first Linux-VServer version (testing) with support for the *spaces (uts, ipc and vfs) introduced in 2.6.19 ... http://vserver.13thfloor.at/Experimental/patch-2.6.19-vs2.1.x-t1.diff it might not be as perfect as the kernel itself *G* but it does work fine here,

Re: [Bug 7505] Linux-2.6.19 fails to boot on AMD64 machine

2006-11-30 Thread Andrew Morton
On Thu, 30 Nov 2006 14:46:48 -0700 [EMAIL PROTECTED] (Eric W. Biederman) wrote: Let's try and discussing this someplace where people are watching. Bugzilla seems to be a horrible medium for tracking down bugs. You can certainly do that, but please cc [EMAIL PROTECTED] as well, so bugzilla

  1   2   >