Re: 2.2.10: Oops in advansys driver

Jens Axboe (axboe@image.dk)
Mon, 06 Sep 1999 09:38:28 +0200


Arthur Jerijian wrote:
>
> Hi all,
>
> The Advansys driver in 2.2.10 oopsed on my twice today as I moved to a new
> mainboard and CPU. Here is the output from ksymoops:
>
> >>EIP: c80295e0 <scan_scsis+54/4b8>

It may sound odd, but appears to be conincidental that you got the
oops after having moved to a new system. You probably have more
memory now, right? This is an old bug - scan_scsis calls
scsci_init_malloc
and doesn't check if whether it returns a valid address. I know Douglas
Gilbert did some hacking on this, but I don't know if his work made
it into the 2.2 series as well?

-- 
*  Jens Axboe <axboe@image.dk>
*  Linux CD-ROM Maintainer
*  http://www.kernel.dk

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/