[PATCH net v7 0/3] ax25: Fix issues of ax25_dev and net_device

Duoming Zhou posted 3 patches 1 year, 7 months ago
include/net/ax25.h  |  3 +--
net/ax25/ax25_dev.c | 48 +++++++++++++++------------------------------
2 files changed, 17 insertions(+), 34 deletions(-)
[PATCH net v7 0/3] ax25: Fix issues of ax25_dev and net_device
Posted by Duoming Zhou 1 year, 7 months ago
The first patch uses kernel universal linked list to implement
ax25_dev_list, which makes the operation of the list easier.
The second and third patch fix reference count leak issues of
the object "ax25_dev" and "net_device".

Duoming Zhou (3):
  ax25: Use kernel universal linked list to implement ax25_dev_list
  ax25: Fix reference count leak issues of ax25_dev
  ax25: Fix reference count leak issue of net_device

 include/net/ax25.h  |  3 +--
 net/ax25/ax25_dev.c | 48 +++++++++++++++------------------------------
 2 files changed, 17 insertions(+), 34 deletions(-)

-- 
2.17.1
Re: [PATCH net v7 0/3] ax25: Fix issues of ax25_dev and net_device
Posted by Dan Carpenter 1 year, 7 months ago
On Thu, May 09, 2024 at 05:35:59PM +0800, Duoming Zhou wrote:
> The first patch uses kernel universal linked list to implement
> ax25_dev_list, which makes the operation of the list easier.
> The second and third patch fix reference count leak issues of
> the object "ax25_dev" and "net_device".
> 
> Duoming Zhou (3):
>   ax25: Use kernel universal linked list to implement ax25_dev_list
>   ax25: Fix reference count leak issues of ax25_dev
>   ax25: Fix reference count leak issue of net_device

Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>

regards,
dan carpenter