[ovs-dev] [PATCH] pkt reassemble: fix kernel panic for ovs reassemble

Joe Stringer joe at ovn.org
Fri Jun 23 00:20:15 UTC 2017


On 21 June 2017 at 18:54, 王志克 <wangzhike at jd.com> wrote:
> Ovs and kernel stack would add frag_queue to same netns_frags list.
> As result, ovs and kernel may access the fraq_queue without correct
> lock. Also the struct ipq may be different on kernel(older than 4.3),
> which leads to invalid pointer access.
>
> The fix creates specific netns_frags for ovs.
>
> Signed-off-by: wangzhike <wangzhike at jd.com>
> ---

Hi,

It looks like the whitespace has been corrupted in this version of the
patch that you sent, I cannot apply it. Probably your email client
mistreats it when sending the email out. A reliable method to send
patches correctly via email is to use the commandline client 'git
send-email'. This is the preferred method. If you are unable to set
that up, consider attaching the patch to the email (or send a pull
request on GitHub).

Cheers,
Joe


More information about the dev mailing list