Re: [PATCH net] ax25: Fix refcount leak issues of ax25_dev

From: Markus Elfring
Date: Wed May 01 2024 - 13:34:34 EST



> In order to mitigate the above issues, only increase
> the refcount of ax25_dev when the ax25_dev is added
> to the ax25_dev_list and decrease the refcount of
> ax25_dev after it is removed from the ax25_dev_list.


* I suggest to use more than 53 characters in lines of such a change description.

* Can it be nicer to mention also the term “reference counting” for
an improved commit message?

Regards,
Markus