]> git.karo-electronics.de Git - karo-tx-linux.git/commit
AX.25: Close socket connection on session completion
authorBasil Gunn <basil@pacabunga.com>
Thu, 16 Jun 2016 16:42:30 +0000 (09:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Jun 2016 03:55:34 +0000 (20:55 -0700)
commit4a7d99ea1b27734558feb6833f180cd38a159940
tree3ef63dc61cd8243272b86213c933335b9f1bcb12
parent3bb549ae4c51028c1930528ae9fcd6eca0474724
AX.25: Close socket connection on session completion

A socket connection made in ax.25 is not closed when session is
completed.  The heartbeat timer is stopped prematurely and this is
where the socket gets closed. Allow heatbeat timer to run to close
socket. Symptom occurs in kernels >= 4.2.0

Originally sent 6/15/2016. Resend with distribution list matching
scripts/maintainer.pl output.

Signed-off-by: Basil Gunn <basil@pacabunga.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ax25/af_ax25.c
net/ax25/ax25_ds_timer.c
net/ax25/ax25_std_timer.c
net/ax25/ax25_subr.c