[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1715002910.git.duoming@zju.edu.cn>
Date: Mon, 6 May 2024 22:08:33 +0800
From: Duoming Zhou <duoming@....edu.cn>
To: netdev@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
linux-hams@...r.kernel.org,
pabeni@...hat.com,
kuba@...nel.org,
edumazet@...gle.com,
davem@...emloft.net,
jreuter@...na.de,
horms@...nel.org,
Markus.Elfring@....de,
dan.carpenter@...aro.org,
lars@...bit.com,
Duoming Zhou <duoming@....edu.cn>
Subject: [PATCH net v3 0/2] ax25: Fix issues of ax25_dev and net_device
The first patch fixes reference count leak issues the object of
"ax25_dev" and "net_device". The second patch uses ax25_dev_put()
to replace kfree() in ax25_dev_free().
You can see the former discussion in the following link:
https://lore.kernel.org/netdev/20240501060218.32898-1-duoming@zju.edu.cn/
Duoming Zhou (2):
ax25: Fix reference count leak issues of ax25_dev and net_device
ax25: Change kfree() in ax25_dev_free() to ax25_dev_put()
include/net/ax25.h | 4 ++--
net/ax25/ax25_dev.c | 49 ++++++++++++++++-----------------------------
2 files changed, 19 insertions(+), 34 deletions(-)
--
2.17.1
Powered by blists - more mailing lists