Re: [PATCH v3 04/21] ppp: exit_net cleanup checks added

2017-11-06 Thread Vasily Averin
Dear Walter, thank you for feedback, I'll do it next time. Changes was listed in cover letter, that was not not submitted into linux-ppp@ list "This patch set checks that lists initialized in net_init hooks were return to initial state at end of net_exit hooks. I hope such checks allows to

Re: [PATCH v3 04/21] ppp: exit_net cleanup checks added

2017-11-06 Thread walter harms
Hello Vasily Averin, just a general hint: when you send new versions of a patch please document also what you have changed. Here an example from an other ML: The problematic code looks like this: res_seq = res_hdr->xd_hdr.length_sn & TB_XDOMAIN_SN_MASK; res_seq >>=

[PATCH v3 04/21] ppp: exit_net cleanup checks added

2017-11-06 Thread Vasily Averin
Be sure that lists initialized in net_init hook were return to initial state. Signed-off-by: Vasily Averin --- drivers/net/ppp/ppp_generic.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/ppp/ppp_generic.c b/drivers/net/ppp/ppp_generic.c index