mbox series

[V5,0/2] Fix refcount leak and NPD bugs in ax25

Message ID cover.1647563511.git.duoming@zju.edu.cn (mailing list archive)
Headers show
Series Fix refcount leak and NPD bugs in ax25 | expand

Message

Duoming Zhou March 18, 2022, 12:54 a.m. UTC
The first patch fixes refcount leak in ax25 that could cause 
ax25-ex-connected-session-now-listening-state-bug.

The second patch fixes NPD bugs in ax25 timers.

Duoming Zhou (2):
  ax25: Fix refcount leaks caused by ax25_cb_del()
  ax25: Fix NULL pointer dereferences in ax25 timers

 net/ax25/af_ax25.c   | 18 +++++++++++++-----
 net/ax25/ax25_subr.c | 20 ++++++++++++++------
 2 files changed, 27 insertions(+), 11 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 21, 2022, 11 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 18 Mar 2022 08:54:03 +0800 you wrote:
> The first patch fixes refcount leak in ax25 that could cause
> ax25-ex-connected-session-now-listening-state-bug.
> 
> The second patch fixes NPD bugs in ax25 timers.
> 
> Duoming Zhou (2):
>   ax25: Fix refcount leaks caused by ax25_cb_del()
>   ax25: Fix NULL pointer dereferences in ax25 timers
> 
> [...]

Here is the summary with links:
  - [V5,1/2] ax25: Fix refcount leaks caused by ax25_cb_del()
    https://git.kernel.org/netdev/net/c/9fd75b66b8f6
  - [V6,2/2] ax25: Fix NULL pointer dereferences in ax25 timers
    https://git.kernel.org/netdev/net/c/fc6d01ff9ef0

You are awesome, thank you!