Re: Panic `cat /proc/ioports`

From: Andrew Morton (akpm@digeo.com)
Date: Tue Feb 11 2003 - 18:44:13 EST


"Richard B. Johnson" <root@chaos.analogic.com> wrote:
>
> Linux version 2.4.18, after it runs for a few days, will panic
> if I do `cat /proc/ioports`. Has this been reported/fixed in
> later versions?
>
> : Unable to handle kernel paging request at virtual address d48e2fa0

This means that some driver which was previously loaded forgot to do a
release_region(). Later, the /proc code tries to read stuff from within the
driver which isn't there any more and oopses.

So you need to look at whatever drivers were rmmodded before you did the read
from /proc/ioports.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Feb 15 2003 - 22:00:36 EST