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