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.