Re: [PATCH net] ax25: Fix refcount leak issues of ax25_dev
From: Markus Elfring <hidden>
Date: 2024-05-01 17:34:20
Also in:
kernel-janitors, linux-hams, lkml
From: Markus Elfring <hidden>
Date: 2024-05-01 17:34:20
Also in:
kernel-janitors, linux-hams, lkml
…
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