]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ppp-kill-zombie-state'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Nov 2015 16:31:27 +0000 (11:31 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Nov 2015 16:31:27 +0000 (11:31 -0500)
commit8e8e9f1d1c5264a5f2c0bf6570c9ac32384f01d0
tree6be6919c595cac8d7a394fdcc29a5f9e4d68e4b2
parent588990f47ace54ed3a7dd32fa53ac2c51cb82330
parent3ba9144e102a50fc7c74dd664ff18196012ac8d8
Merge branch 'ppp-kill-zombie-state'

Guillaume Nault says:

====================
ppp: Remove PPPOX_ZOMBIE socket state

Several issues have been found lately wrt. the PPPOX_ZOMBIE socket
state. This state is now only set upon reception of a PADT to stop
further transmissions. However this is redundant with the PADT
workqueue mechanism introduced by 200420df41c8 ("pppoe: Use workqueue
to die properly when a PADT is received").

We can thus simplify pppox socket state handling by getting rid of
PPPOX_ZOMBIE entirely.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>