Skip to content
Commit 2b018d57 authored by Xiaodong Xu's avatar Xiaodong Xu Committed by David S. Miller
Browse files

pppoe: drop PPPOX_ZOMBIEs in pppoe_release



When PPPOE is running over a virtual ethernet interface (e.g., a
bonding interface) and the user tries to delete the interface in case
the PPPOE state is ZOMBIE, the kernel will loop forever while
unregistering net_device for the reference count is not decreased to
zero which should have been done with dev_put().

Signed-off-by: default avatarXiaodong Xu <stid.smth@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0b121fd2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment