On Sun, Dec 15, 2024 at 2:27 PM Jakub Kicinski <kuba@xxxxxxxxxx> wrote: > > 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. Got it. I'll modify the subject accordingly. Meanwhile, Greg KH did say we need netlink experts to review the netlink code. Please let me know if you have any more comments about the netlink part of this patch so that I can fix them in the next revision. Thank you!