]> git.baikalelectronics.ru Git - kernel.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)
commitc1254f42897f5a5f42f4936014b577bb63722b74
tree3ef63dc61cd8243272b86213c933335b9f1bcb12
parent3eac3e081742e2cb070d1f27884402d7d2cb1810
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