Re: Hang + Oops in 2.2.7-ac1 (SCSI?)

Gilbert, Douglas (douglas.gilbert@rbcds.com)
Tue, 11 May 1999 12:19:29 -0400


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01BE9BCA.1048A89E
Content-Type: text/plain;
charset="iso-8859-1"

Arnaud,
Don't know about that hang but the oops is just
another example of the SCSI mid-level calling
scsc_init_malloc(..., GFP_DMA) followed by a
memset(). This one is in scan_scsis() .

The scsi_init_malloc() returned 0 cause it couldn't
find the requested memory under the 16MB level and
the following memset() exploded.

Didn't get much feedback to my
CONFIG_SCSI_NO_ISA proposal put on the linux-scsi
newsgroup last week? It would probably have stopped
this crash.

In Arnaud's case it will probably help if
CONFIG_SCSI_GENERIC_NCR5380=m
was built into the kernel rather than a module.

Doug Gilbert

------_=_NextPart_001_01BE9BCA.1048A89E
Content-Type: text/html;
charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
Re: Hang + Oops in 2.2.7-ac1 (SCSI?)

Arnaud,
Don't know about that hang but the oops is just
another example of the SCSI mid-level calling
scsc_init_malloc(..., GFP_DMA) followed by a
memset(). This one is in scan_scsis() .

The scsi_init_malloc() returned 0 cause it couldn't
find the requested memory under the 16MB level and
the following memset() exploded.

Didn't get much feedback to my
CONFIG_SCSI_NO_ISA proposal put on the linux-scsi
newsgroup last week? It would probably have stopped
this crash.

In Arnaud's case it will probably help if
CONFIG_SCSI_GENERIC_NCR5380=m
was built into the kernel rather than a module.

Doug Gilbert

------_=_NextPart_001_01BE9BCA.1048A89E--

-
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/