]> 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)
commit1d51ec3b6bfe28b674efdbd73f7cb848fdd960d6
tree3ef63dc61cd8243272b86213c933335b9f1bcb12
parentc602cd7903cc56a201dccb85c9f425819783bf13
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