Messages in this thread |  | | | Subject | Re: 2.6.12-rc6-mm1 & 2K lun testing | | From | Badari Pulavarty <> | | Date | 15 Jun 2005 11:30:23 -0700 |
| |
On Wed, 2005-06-15 at 11:30, Nick Piggin wrote: > Badari Pulavarty wrote: > > > ------------------------------------------------------------------------ > > > > elm3b29 login: dd: page allocation failure. order:0, mode:0x20 > > > > Call Trace: <IRQ> <ffffffff801632ae>{__alloc_pages+990} <ffffffff801668da>{cache_grow+314} > > <ffffffff80166d7f>{cache_alloc_refill+543} <ffffffff80166e86>{kmem_cache_alloc+54} > > <ffffffff8033d021>{scsi_get_command+81} <ffffffff8034181d>{scsi_prep_fn+301} > > They look like they're all in scsi_get_command. > I would consider masking off __GFP_HIGH in the gfp_mask of that > function, and setting __GFP_NOWARN. It looks like it has a mempoolish > thingy in there, so perhaps it shouldn't delve so far into reserves.
You want me to take off GFP_HIGH ? or just set GFP_NOWARN with GFP_HIGH ?
- Badari
- 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/
|  |