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

2016-06-15 Thread Greg KH
On Wed, Jun 15, 2016 at 12:20:27PM -0700, Basil Gunn wrote: > 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

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

2016-06-15 Thread Basil Gunn
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 Signed-off-by: Basil Gunn --- diff