2006-12-02 17:01:00

by Andreas Jellinghaus

[permalink] [raw]
Subject: linux 2.6.19 still crashing

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 turion
mt-40 (sempron users seem to not have this problem).

I documented all details, config files, dmesg, /proc/interrupts,
lspci -vvv and xorg log file at
http://www.megawiki.org/wiki/S270Crashing

I can also mail you all those files (didn't want to spam
linux-kernel with a huge mail), and provide any other information
that can help, try patches or command line options, or different
compile options or whatever you can suggest.

Thanks for your help!

Regards, Andreas


2006-12-04 02:50:00

by Sergio Monteiro Basto

[permalink] [raw]
Subject: Re: linux 2.6.19 still crashing

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 bugzilla

your bug kept me the attention because on bad interrupts you have :

21: 100000 IO-APIC-fasteoi ohci1394

Exactly oops on 100000 interrupts, I had seen this before .
I have my bug on http://bugzilla.kernel.org/show_bug.cgi?id=6419
which one of the bugs looks like similar to yours.

So, You are saying with kernel 2.6.16.31 with xen 3.0.2, you don't have
this problem , I like to try it, how or where you build this Xenified
kernel ?

Thanks,


On Sat, 2006-12-02 at 17:55 +0100, Andreas Jellinghaus wrote:
> 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 turion
> mt-40 (sempron users seem to not have this problem).
>

--
S?rgio M.B.


Attachments:
smime.p7s (2.12 kB)

2006-12-04 07:36:18

by Andreas Jellinghaus

[permalink] [raw]
Subject: Re: linux 2.6.19 still crashing

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: 100000 IO-APIC-fasteoi ohci1394
>
> Exactly oops on 100000 interrupts, I had seen this before .
> I have my bug on http://bugzilla.kernel.org/show_bug.cgi?id=6419
> which one of the bugs looks like similar to yours.
>
> So, You are saying with kernel 2.6.16.31 with xen 3.0.2, you don't have
> this problem , I like to try it, how or where you build this Xenified
> kernel ?

The package source were available at , but they no longer are :(
http://debian.thoughtcrime.co.nz/ubuntu/

I can send you my copies (either parts or all), if you don't mind
getting big emails
-rw-r--r-- 1 aj aj 342068 2006-04-19 12:14 libxen3.0_3.0.2-2r7_amd64.deb
-rw-r--r-- 1 aj aj 106440 2006-04-19 12:14 libxen-dev_3.0.2-2r7_amd64.deb
-rw-r--r-- 1 aj aj 155186 2006-04-19 12:14
libxen-python_3.0.2-2r7_amd64.deb
-rw-r--r-- 1 aj aj 620946 2006-04-19 12:14
linux-patch-xen_3.0.2-2r7_amd64.deb
drwxr-xr-x 10 aj aj 4096 2006-04-19 12:14 xen-3.0.2
-rw-r--r-- 1 aj aj 12926 2006-04-19 12:14 xen_3.0.2-2r7_amd64.deb
-rw-r--r-- 1 aj aj 656745 2006-04-19 12:12 xen_3.0.2-2r7.diff.gz
-rw-r--r-- 1 aj aj 645 2006-04-19 12:12 xen_3.0.2-2r7.dsc
-rw-r--r-- 1 aj aj 0 2006-04-19 12:14 xen_3.0.2-2r7.dsc.asc
-rw-r--r-- 1 aj aj 4933621 2006-04-19 11:36 xen_3.0.2.orig.tar.gz
-rw-r--r-- 1 aj aj 531232 2006-04-19 12:14 xen-docs_3.0.2-2r7_all.deb
-rw-r--r-- 1 aj aj 1479866 2006-04-19 12:14
xen-hypervisor-3.0_3.0.2-2r7_amd64.deb
-rw-r--r-- 1 aj aj 180526 2006-04-19 12:14
xen-utils-3.0_3.0.2-2r7_amd64.deb

only *dsc *diff.gz and *orig.tar.gz are needed, then you can recompile
the rest yourself ("dpkg-source -x *dsc; cd xen-*/; dpkg-buildpackage
-rfakeroot").

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
/usr/src/kernel-patches/diffs/xen/linux-2.6.16-xen.patch.gz

it applies clean against 2.6.16, but if with 2.6.16.31 I had
to manually fix two rejects.

Regards, Andreas

2006-12-04 15:29:00

by Sergio Monteiro Basto

[permalink] [raw]
Subject: 100000 interrupts problem Re: linux 2.6.19 still crashing

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
> /usr/src/kernel-patches/diffs/xen/linux-2.6.16-xen.patch.gz
>
> it applies clean against 2.6.16, but if with 2.6.16.31 I had
> to manually fix two rejects.

Send me this (patches) please I like to try it, I work with rpms , so
don't send me debs.

yesterday, I had try 2.6.19-rt1
( http://people.redhat.com/mingo/realtime-preempt/ )
which don't show the 100000 interrupts problem anymore, but was just a
preliminary test.

Thanks,
--
Sérgio M. B.