mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Zdenek Kabelac <zdenek.kabelac@gmail.com>
To: Christoph Lameter <cl@linux-foundation.org>
Cc: Robin Holt <holt@sgi.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Pekka Enberg <penberg@cs.helsinki.fi>,
	Jesper Dangaard Brouer <hawk@comx.dk>,
	Eric Dumazet <eric.dumazet@gmail.com>
Subject: Re: System freeze on reboot - general protection fault
Date: Thu, 13 Aug 2009 19:09:04 +0200	[thread overview]
Message-ID: <c4e36d110908131009l78b29bffvb4d41b90f9b83288@mail.gmail.com> (raw)
In-Reply-To: <alpine.DEB.1.10.0908121820410.3257@gentwo.org>

2009/8/13 Christoph Lameter <cl@linux-foundation.org>:
> On Thu, 13 Aug 2009, Zdenek Kabelac wrote:
>
>> > I've added authors of some recent conntrack commits to Cc: - maybe
>> > they might know?
>>
>> I've tested v2.6.30 - and it's crashing in the same way - so any other
>> starting point where slub has the same detection mechanism and
>> conntrack module should be working reliable ?
>
> Next point is 2.6.29.
>

Ok  - played lengthy game between 2.6.29 which appeared to be ok and 2.6.30

And the winner is: ea781f197d6a835cbb93a0bf88ee1696296ed8aa
netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()

The error is actually being hit by  libvirtd networking rules added
during boot for my kvm usage.
(Which I noticed after some time...  leading my game into wrong
direction ;))....

Here are the some last bisect entries:

git bisect bad 54dc79fe0d895758bdaa1dcf8512d3d21263d105
# bad: [5c0de29d06318ec8f6e3ba0d17d62529dbbdc1e8] netfilter:
nf_conntrack: add generic function to get len of generic policy
git bisect bad 5c0de29d06318ec8f6e3ba0d17d62529dbbdc1e8
# good: [e487eb99cf9381a4f8254fa01747a85818da612b] netlink: add nla_policy_len()
git bisect good e487eb99cf9381a4f8254fa01747a85818da612b
# good: [1f9352ae2253a97b07b34dcf16ffa3b4ca12c558] netfilter:
{ip,ip6,arp}_tables: fix incorrect loop detection
git bisect good 1f9352ae2253a97b07b34dcf16ffa3b4ca12c558
# bad: [2732c4e45bb67006fdc9ae6669be866762711ab5] netfilter:
ctnetlink: allocate right-sized ctnetlink skb
git bisect bad 2732c4e45bb67006fdc9ae6669be866762711ab5


Unfortunately the commit cannot be reverted with current tree - thus I
cannot easily check if it's the only problem.
(warning: too many files (created: 3096 deleted: 1096), skipping
inexact rename detection
Automatic revert failed.  After resolving the conflicts,)

Zdenek

  reply	other threads:[~2009-08-13 17:09 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-11 12:42 Zdenek Kabelac
2009-08-11 14:34 ` Christoph Lameter
2009-08-11 14:52   ` Zdenek Kabelac
2009-08-11 15:03     ` Christoph Lameter
2009-08-11 15:32       ` Zdenek Kabelac
2009-08-11 15:48         ` Robin Holt
2009-08-11 21:10           ` Zdenek Kabelac
2009-08-12 22:16             ` Zdenek Kabelac
2009-08-12 22:21               ` Christoph Lameter
2009-08-13 17:09                 ` Zdenek Kabelac [this message]
2009-08-14  9:33                   ` Zdenek Kabelac
2009-08-16  9:16                     ` Eric Dumazet
2009-08-17 14:03                       ` Patrick McHardy
2009-09-02 21:45                         ` Zdenek Kabelac
2009-09-02 22:17                           ` Eric Dumazet
2009-09-02 22:31                             ` Zdenek Kabelac
2009-09-03  1:04                               ` [PATCH] slub: fix slab_pad_check() and SLAB_DESTROY_BY_RCU Eric Dumazet
2009-09-03  6:31                                 ` Pekka Enberg
2009-09-03  7:38                                   ` Eric Dumazet
2009-09-03  7:51                                     ` Pekka Enberg
2009-09-03 17:50                                       ` Christoph Lameter
2009-09-03 14:05                                         ` Pekka Enberg
2009-09-03 14:18                                           ` [PATCH] slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCU Eric Dumazet
2009-09-03 19:48                                             ` Pekka Enberg
2009-09-03 19:56                                               ` Eric Dumazet
2009-09-03 17:45                                     ` [PATCH] slub: fix slab_pad_check() and SLAB_DESTROY_BY_RCU Christoph Lameter
2009-09-03 14:08                                       ` [PATCH] slub: fix slab_pad_check() Eric Dumazet
2009-09-03 18:38                                         ` Christoph Lameter
2009-09-03 15:01                                           ` Paul E. McKenney
2009-09-03 15:02                                           ` Eric Dumazet
2009-09-03 19:24                                             ` Christoph Lameter
2009-09-03 17:44                                               ` Paul E. McKenney
2009-09-03 22:43                                                 ` Christoph Lameter
2009-09-03 22:03                                                   ` Paul E. McKenney
2009-09-04 15:33                                                     ` Christoph Lameter
2009-09-03 22:08                                                   ` Eric Dumazet
2009-09-03 22:17                                                     ` Eric Dumazet
2009-09-04 15:39                                                       ` Christoph Lameter
2009-09-04 20:42                                                       ` Paul E. McKenney
2009-09-04 15:38                                                     ` Christoph Lameter
2009-09-03 17:59                                               ` Eric Dumazet
2009-09-03 19:00                                                 ` Pekka Enberg
2009-09-03 22:44                                                 ` Christoph Lameter
2009-09-03 23:17                                                   ` Paul E. McKenney
2009-09-04 15:42                                                     ` Christoph Lameter
2009-09-04 20:43                                                       ` Paul E. McKenney
2009-09-08 19:57                                                         ` Christoph Lameter
2009-09-08 22:20                                                           ` Paul E. McKenney
2009-09-08 22:41                                                             ` Christoph Lameter
2009-09-08 22:59                                                               ` Paul E. McKenney
2009-09-09 14:04                                                                 ` Christoph Lameter
2009-09-09 14:42                                                                   ` Paul E. McKenney
2009-09-09 14:53                                                                     ` Christoph Lameter
2009-09-09 15:09                                                                       ` Paul E. McKenney
2009-09-03 19:34                                         ` Pekka Enberg
2009-09-03 15:00                                       ` [PATCH] slub: fix slab_pad_check() and SLAB_DESTROY_BY_RCU Paul E. McKenney
2009-09-03 13:42                                   ` Paul E. McKenney
2009-09-03 13:28                                 ` Zdenek Kabelac
2009-09-03 13:46                                   ` Eric Dumazet
2009-09-03 14:35                                     ` Zdenek Kabelac
2009-09-03 18:17                             ` System freeze on reboot - general protection fault Paul E. McKenney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c4e36d110908131009l78b29bffvb4d41b90f9b83288@mail.gmail.com \
    --to=zdenek.kabelac@gmail.com \
    --cc=cl@linux-foundation.org \
    --cc=eric.dumazet@gmail.com \
    --cc=hawk@comx.dk \
    --cc=holt@sgi.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=penberg@cs.helsinki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®