public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Steve Muckle <smuckle@codeaurora.org>
To: Eric Dumazet <eric.dumazet@gmail.com>
Cc: davem@davemloft.net, netdev@vger.kernel.org,
	linux-arm-msm@vger.kernel.org
Subject: Re: invalid socket structure with ip_early_demux
Date: Fri, 01 Feb 2013 18:27:47 -0800	[thread overview]
Message-ID: <510C79A3.1020607@codeaurora.org> (raw)
In-Reply-To: <1359771917.30177.52.camel@edumazet-glaptop>

On 02/01/13 18:25, Eric Dumazet wrote:
> A fix would be to add after :
> 
> sk = skb->sk;
> 
> the following code :
> 
> if (sk && sk->sk_state == TCP_TIME_WAIT)
> 	sk = NULL;

Thanks. I assumed the xt_qtaguid code was ok because xt_owner does a
similar thing - does that also need this fix?

-- 
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation

  reply	other threads:[~2013-02-02  2:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-02  2:08 invalid socket structure with ip_early_demux Steve Muckle
2013-02-02  2:16 ` Eric Dumazet
2013-02-02  2:25   ` Eric Dumazet
2013-02-02  2:27     ` Steve Muckle [this message]
2013-02-02  2:34       ` Eric Dumazet

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=510C79A3.1020607@codeaurora.org \
    --to=smuckle@codeaurora.org \
    --cc=davem@davemloft.net \
    --cc=eric.dumazet@gmail.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox