Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1214684

Re: ip_rcv_finish() NULL pointer and possibly related Oopses

From Michael Marineau <michael.marineau@coreos.com>
Newsgroups linux.kernel
Subject Re: ip_rcv_finish() NULL pointer and possibly related Oopses
Date 2015-08-27 18:40 +0200
Message-ID <q28nv-1vy-5@gated-at.bofh.it> (permalink)
References (1 earlier) <q1HwZ-4PL-3@gated-at.bofh.it> <q1PXA-8w3-13@gated-at.bofh.it> <q256h-5kI-5@gated-at.bofh.it> <q284b-18X-15@gated-at.bofh.it> <q28nv-1vy-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Aug 27, 2015 at 9:30 AM, Eric Dumazet <eric.dumazet@gmail.com> 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/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

ip_rcv_finish() NULL pointer and possibly related Oopses Shaun Crampton <Shaun.Crampton@metaswitch.com> - 2015-08-26 10:50 +0200
  Re: ip_rcv_finish() NULL pointer and possibly related Oopses Chuck Ebbert <cebbert.lkml@gmail.com> - 2015-08-26 14:00 +0200
    Re: ip_rcv_finish() NULL pointer and possibly related Oopses Shaun Crampton <Shaun.Crampton@metaswitch.com> - 2015-08-26 15:10 +0200
    Re: ip_rcv_finish() NULL pointer and possibly related Oopses Michael Marineau <michael.marineau@coreos.com> - 2015-08-26 23:00 +0200
      Re: ip_rcv_finish() NULL pointer and possibly related Oopses Eric Dumazet <eric.dumazet@gmail.com> - 2015-08-27 15:10 +0200
        Re: ip_rcv_finish() NULL pointer and possibly related Oopses Michael Marineau <michael.marineau@coreos.com> - 2015-08-27 18:20 +0200
          Re: ip_rcv_finish() NULL pointer and possibly related Oopses Michael Marineau <michael.marineau@coreos.com> - 2015-08-27 18:40 +0200
          Re: ip_rcv_finish() NULL pointer and possibly related Oopses Eric Dumazet <eric.dumazet@gmail.com> - 2015-08-27 18:40 +0200
          Re: ip_rcv_finish() NULL pointer and possibly related Oopses Michael Marineau <michael.marineau@coreos.com> - 2015-08-27 18:50 +0200
          Re: ip_rcv_finish() NULL pointer and possibly related Oopses David Miller <davem@davemloft.net> - 2015-08-27 18:50 +0200
        Re: ip_rcv_finish() NULL pointer and possibly related Oopses Shaun Crampton <Shaun.Crampton@metaswitch.com> - 2015-09-02 18:50 +0200
          Re: ip_rcv_finish() NULL pointer and possibly related Oopses Daniel Borkmann <daniel@iogearbox.net> - 2015-09-03 02:20 +0200
            Re: ip_rcv_finish() NULL pointer and possibly related Oopses Shaun Crampton <Shaun.Crampton@metaswitch.com> - 2015-09-03 10:20 +0200
              Re: ip_rcv_finish() NULL pointer and possibly related Oopses Daniel Borkmann <daniel@iogearbox.net> - 2015-09-03 11:10 +0200
                Re: ip_rcv_finish() NULL pointer and possibly related Oopses Shaun Crampton <Shaun.Crampton@metaswitch.com> - 2015-09-03 12:10 +0200
                Re: ip_rcv_finish() NULL pointer and possibly related Oopses Eric Dumazet <eric.dumazet@gmail.com> - 2015-09-03 14:20 +0200
                Re: ip_rcv_finish() NULL pointer and possibly related Oopses Shaun Crampton <Shaun.Crampton@metaswitch.com> - 2015-09-04 17:00 +0200

csiph-web