diff options
author | Guillaume Nault <[email protected]> | 2015-10-22 16:57:10 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2015-10-23 03:30:01 -0700 |
commit | 1acea4f6ce1b1c0941438aca75dd2e5c6b09db60 (patch) | |
tree | 095cebc2ead8abbaa4165a650b5997da39911285 /scripts/gdb/linux/lists.py | |
parent | f6b8dec99865ea906150e963eacbfd037b579ee9 (diff) |
ppp: fix pppoe_dev deletion condition in pppoe_release()
We can't rely on PPPOX_ZOMBIE to decide whether to clear po->pppoe_dev.
PPPOX_ZOMBIE can be set by pppoe_disc_rcv() even when po->pppoe_dev is
NULL. So we have no guarantee that (sk->sk_state & PPPOX_ZOMBIE) implies
(po->pppoe_dev != NULL).
Since we're releasing a PPPoE socket, we want to release the pppoe_dev
if it exists and reset sk_state to PPPOX_DEAD, no matter the previous
value of sk_state. So we can just check for po->pppoe_dev and avoid any
assumption on sk->sk_state.
Fixes: 2b018d57ff18 ("pppoe: drop PPPOX_ZOMBIEs in pppoe_release")
Signed-off-by: Guillaume Nault <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions