Re: [PATCH net-next v10 1/2] binderfs: add new binder devices to binder_devices

From: Jakub Kicinski
Date: Sun Dec 15 2024 - 17:27:36 EST


On Thu, 12 Dec 2024 14:41:13 -0800 Li Li wrote:
> +/**
> + * Add a binder device to binder_devices

nit: kdoc is missing function name

> + * @device: the new binder device to add to the global list
> + *
> + * Not reentrant as the list is not protected by any locks
> + */
> +void binder_add_device(struct binder_device *device);

To be clear we do not intend to apply these patches to net-next,
looks like binder patches are mostly handled by Greg KH. Please
drop the net-next from the subject on future revisions to avoid
confusion.