On Wed, Jul 30, 2003 at 07:54:25AM +0200, =?iso-8859-1?Q? Frank=20F=F6rstemann ?= wrote: > Is there any additional information I can collect on these issues ? Well, as for the PS/2 issues, you'll have to read through the code yourself, nobody's digged into that so far. > > mount: Exception at [<88113a38>] (88113bf0) > > mount: Exception at [<88113a38>] (88113bf0) > > mount: Exception at [<88113a38>] (88113bf0) The kernel messages otoh are not sign of a kernel but an application bug. It seems mount did pass bad addresses to the kernel through some syscall; these messages are the sign of the normal mechanism to intercept bad address arguments to syscall kicking in. You won't get those messages anymore in 2.6 btw. The kernel only print's them if the second digit of the version number is odd, see development_version in arch/mips/mm/fault.c. Ralf