[PATCH 1/1] ax25: Fix segfault after sock connection timeout

2017-01-14 Thread Basil Gunn
ions. Please submit to -stable. Signed-off-by: Basil Gunn <ba...@pacabunga.com> --- diff --git a/net/ax25/ax25_subr.c b/net/ax25/ax25_subr.c index 4855d18..038b109 100644 --- a/net/ax25/ax25_subr.c +++ b/net/ax25/ax25_subr.c @@ -264,7 +264,7 @@ void ax25_disconnect(ax25_cb *ax25,

[PATCH 1/1] ax25: Fix segfault when receiving an iframe with net2kiss loaded

2016-11-30 Thread Basil Gunn
ault will occur. Please submit to -stable. Signed-off-by: Basil Gunn <ba...@pacabunga.com> --- net/ax25/ax25_in.c | 5 + 1 file changed, 5 insertions(+) diff --git a/net/ax25/ax25_in.c b/net/ax25/ax25_in.c index bb5a0e4..417f21a 100644 --- a/net/ax25/ax25_in.c +++ b/net/ax25/ax25_in.c

PATCH 1/1] AX.25: Close socket connection on session completion

2016-06-16 Thread Basil Gunn
ist matching scripts/maintainer.pl output. Signed-off-by: Basil Gunn <ba...@pacabunga.com> --- diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c index fbd0acf..2fdebab 100644 --- a/net/ax25/af_ax25.c +++ b/net/ax25/af_ax25.c @@ -976,7 +976,8 @@ static int ax25_release(struct soc