From: Guillaume Nault <g.nault@alphalink.fr>
To: Andrew <nitr0@seti.kr.ua>
Cc: Alexander Duyck <alexander.duyck@gmail.com>,
netdev@vger.kernel.org, Simon Farnsworth <simon@farnz.org.uk>
Subject: Re: Kernel 4.1.12 crash
Date: Thu, 3 Dec 2015 16:35:37 +0100 [thread overview]
Message-ID: <20151203153536.GC16101@alphalink.fr> (raw)
In-Reply-To: <20151202172335.GB16101@alphalink.fr>
On Wed, Dec 02, 2015 at 06:23:35PM +0100, Guillaume Nault wrote:
>
> You can try the following. It's not yet a proper fix as there are still
> a few things that bug me in pppoe_connect().
>
> ---
> diff --git a/drivers/net/ppp/pppoe.c b/drivers/net/ppp/pppoe.c
> index 5e0b432..865b74d 100644
> --- a/drivers/net/ppp/pppoe.c
> +++ b/drivers/net/ppp/pppoe.c
> @@ -568,6 +568,9 @@ static int pppoe_create(struct net *net, struct socket *sock, int kern)
> sk->sk_family = PF_PPPOX;
> sk->sk_protocol = PX_PROTO_OE;
>
> + INIT_WORK(&pppox_sk(sk)->proto.pppoe.padt_work,
> + pppoe_unbind_sock_work);
> +
> return 0;
> }
>
> @@ -632,8 +635,6 @@ static int pppoe_connect(struct socket *sock, struct sockaddr *uservaddr,
>
> lock_sock(sk);
>
> - INIT_WORK(&po->proto.pppoe.padt_work, pppoe_unbind_sock_work);
> -
> error = -EINVAL;
> if (sp->sa_protocol != PX_PROTO_OE)
> goto end;
> @@ -663,8 +664,6 @@ static int pppoe_connect(struct socket *sock, struct sockaddr *uservaddr,
> po->pppoe_dev = NULL;
> }
>
> - memset(sk_pppox(po) + 1, 0,
> - sizeof(struct pppox_sock) - sizeof(struct sock));
> sk->sk_state = PPPOX_NONE;
> }
>
Finally, I'm going to send something similar to -net and keep the rest
of pppoe_connect() modifications for net-next. This will ease
backporting to -stable.
next prev parent reply other threads:[~2015-12-03 15:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-20 13:58 Kernel 4.1.12 crash Andrew
2015-11-20 23:13 ` Alexander Duyck
2015-11-21 8:16 ` Andrew
2015-11-22 5:17 ` Alexander Duyck
2015-11-22 10:45 ` Andrew
2015-11-24 22:59 ` Andrew
2015-11-25 9:35 ` Andrew
2015-11-25 14:10 ` Guillaume Nault
[not found] ` <5655CCAE.6000300@seti.kr.ua>
2015-11-26 16:44 ` Guillaume Nault
[not found] ` <565B7699.8030105@seti.kr.ua>
2015-11-30 15:03 ` Guillaume Nault
2015-11-30 20:42 ` Guillaume Nault
2015-12-02 17:23 ` Guillaume Nault
2015-12-03 15:35 ` Guillaume Nault [this message]
2015-12-03 21:09 ` Andrew
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151203153536.GC16101@alphalink.fr \
--to=g.nault@alphalink.fr \
--cc=alexander.duyck@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=nitr0@seti.kr.ua \
--cc=simon@farnz.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.