From mboxrd@z Thu Jan 1 00:00:00 1970 From: dormando Subject: Re: [PATCH] ipv4: initialise the itag variable in __mkroute_input Date: Thu, 22 May 2014 12:01:59 -0700 (PDT) Message-ID: References: <1400747815-3470-1-git-send-email-roy.qing.li@gmail.com> <1400782889.5367.162.camel@edumazet-glaptop2.roam.corp.google.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Alexei Starovoitov , roy.qing.li@gmail.com, "David S. Miller" , "netdev@vger.kernel.org" To: Eric Dumazet Return-path: Received: from rydia.net ([69.46.88.68]:39631 "EHLO mail.rydia.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751061AbaEVTBl (ORCPT ); Thu, 22 May 2014 15:01:41 -0400 In-Reply-To: <1400782889.5367.162.camel@edumazet-glaptop2.roam.corp.google.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 22 May 2014, Eric Dumazet wrote: > On Thu, 2014-05-22 at 11:13 -0700, dormando wrote: > > > CONFIG_IP_ROUTE_CLASSID=y > > > > There're a lot of negatives in that description, but if this patch only > > affects you if CONFIG_IP_ROUTE_CLASSID=n? > > Yep > > > Have you tried Linus fix for pipes ? > (commit b0d8d2292160bb63de1972361ebed100c64b5b37 ) > > > Nope. `git describe` says that's a 3.13 change. I saw that 3.14 is getting the LTS treatment, so I'm going to rebase our patchset and try to get that in testing. I don't think the pipe fix would get all of our bugs though, maybe the kmem one. Which would be nice.