Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751749AbbH0Qck (ORCPT ); Thu, 27 Aug 2015 12:32:40 -0400 Received: from mail-io0-f172.google.com ([209.85.223.172]:35965 "EHLO mail-io0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751406AbbH0Qci (ORCPT ); Thu, 27 Aug 2015 12:32:38 -0400 MIME-Version: 1.0 In-Reply-To: <1440693016.8932.41.camel@edumazet-glaptop2.roam.corp.google.com> References: <20150826074959.48aea34c@as> <1440680401.8932.39.camel@edumazet-glaptop2.roam.corp.google.com> <1440693016.8932.41.camel@edumazet-glaptop2.roam.corp.google.com> Date: Thu, 27 Aug 2015 09:32:37 -0700 Message-ID: Subject: Re: ip_rcv_finish() NULL pointer and possibly related Oopses From: Michael Marineau To: Eric Dumazet Cc: Chuck Ebbert , Shaun Crampton , linux-kernel@vger.kernel.org, Peter White , netdev@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1847 Lines: 46 On Thu, Aug 27, 2015 at 9:30 AM, Eric Dumazet wrote: > On Thu, 2015-08-27 at 09:16 -0700, Michael Marineau wrote: > >> >> Oh, interesting. Looks like that patch didn't get CC'd to stable >> though, is there a reason for that or just oversight? > > We never CC stable for networking patches. > > David Miller prefers to take care of this himself. Ah, right, sorry. forgot about that. :) > > ( this is in Documentation/networking/netdev-FAQ.txt ) > > Q: How can I tell what patches are queued up for backporting to the > various stable releases? > > A: Normally Greg Kroah-Hartman collects stable commits himself, but > for networking, Dave collects up patches he deems critical for the > networking subsystem, and then hands them off to Greg. > > There is a patchworks queue that you can see here: > http://patchwork.ozlabs.org/bundle/davem/stable/?state=* > > It contains the patches which Dave has selected, but not yet handed > off to Greg. If Greg already has the patch, then it will be here: > http://git.kernel.org/cgit/linux/kernel/git/stable/stable-queue.git > > A quick way to find whether the patch is in this stable-queue is > to simply clone the repo, and then git grep the mainline commit ID, e.g. > > stable-queue$ git grep -l 284041ef21fdf2e > releases/3.0.84/ipv6-fix-possible-crashes-in-ip6_cork_release.patch > releases/3.4.51/ipv6-fix-possible-crashes-in-ip6_cork_release.patch > releases/3.9.8/ipv6-fix-possible-crashes-in-ip6_cork_release.patch > stable/stable-queue$ > > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/