From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Frederic Sowa Subject: Re: [patch net v2 0/3] UFO fixes Date: Sun, 20 Oct 2013 05:26:17 +0200 Message-ID: <20131020032617.GA27787@order.stressinduktion.org> References: <1382178557-14737-1-git-send-email-jiri@resnulli.us> <20131019.192147.1905247570882389108.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: jiri@resnulli.us, netdev@vger.kernel.org, eric.dumazet@gmail.com, jdmason@kudzu.us, yoshfuji@linux-ipv6.org, kuznet@ms2.inr.ac.ru, jmorris@namei.org, kaber@trash.net, herbert@gondor.apana.org.au To: David Miller Return-path: Received: from order.stressinduktion.org ([87.106.68.36]:45840 "EHLO order.stressinduktion.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750725Ab3JTD0T (ORCPT ); Sat, 19 Oct 2013 23:26:19 -0400 Content-Disposition: inline In-Reply-To: <20131019.192147.1905247570882389108.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: Hi David! On Sat, Oct 19, 2013 at 07:21:47PM -0400, David Miller wrote: > From: Jiri Pirko > Date: Sat, 19 Oct 2013 12:29:14 +0200 > > > Couple of patches fixing UFO functionality in different situations. > > > > v1->v2: > > - minor if{}else{} coding style adjustment suggested by Sergei Shtylyov > > Series applied, thanks Jiri. I would propose that the patches "ip6_output: do skb ufo init for peeked non ufo skb as well" (c547dbf55d5f8cf615ccc0e7265e98db27d3fb8b) and "ip_output: do skb ufo init for peeked non ufo skb as well" (e93b7d748be887cd7639b113ba7d7ef792a7efb9) should go to stable because they solve a possible memory corruption from userspace. Thanks, Hannes