OpenSolaris

Printable Version Enter a New Search
Bug ID 6317177
Synopsis i_ddi_prop_search_global does no honor DDI_PROP_CANSLEEP
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:ddi
Keywords onnv_triage
Responsible Engineer Chris Horne
Reported Against
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_24
Fixed In snv_24
Release Fixed solaris_nevada(snv_24)
Related Bugs
Submit Date 29-August-2005
Last Update Date 23-September-2005
Description
Some memory allocations in the property code are not
honoring the DDI_PROP_CANSLEEP flag.  The example
I noticed is in i_ddi_prop_search_global,
introduced by LDI (4934039) in s10_45.
I did not notice any other KM_NOSLEEP problems in the
property code, but RE should check.

In low memory situations, this bug will 
produce unnecessary messages
	can't allocate memory for ddi property XXX
that may cascade into other failures.
Work Around
N/A
Comments
N/A