Re: kobject_set_name() uses GFP_KERNEL

From: Kay Sievers
Date: Wed May 06 2009 - 09:18:28 EST


On Tue, May 5, 2009 at 18:21, Marcel Holtmann <marcel@xxxxxxxxxxxx> wrote:
> all the users of kobject_set_name() which includes dev_set_name() are
> allocating their memory for the device name with GFP_KERNEL. It is not a
> big deal since device_add() does the same. However it is not obvious and
> I ran into an issue in the Bluetooth stack where I was setting the
> device name from a context that can't sleep. If this behavior is on
> purpose, we better add an extra comment in the documentation.

It's the entire driver core and kobjects which use GFP_KERNEL, so it
just "happened" for that function too, I guess.

If it helps to documents that, where should it be added? Maybe you can
just send a patch?

Thanks,
Kay
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/