Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933129AbXA2FRw (ORCPT ); Mon, 29 Jan 2007 00:17:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933125AbXA2FRw (ORCPT ); Mon, 29 Jan 2007 00:17:52 -0500 Received: from rhun.apana.org.au ([64.62.148.172]:3606 "EHLO arnor.apana.org.au" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933122AbXA2FRv (ORCPT ); Mon, 29 Jan 2007 00:17:51 -0500 From: Herbert Xu To: michal.k.k.piotrowski@gmail.com (Michal Piotrowski) Subject: Re: 2.6.20-rc6-mm1 Cc: akpm@osdl.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Organization: Core In-Reply-To: <45BD2424.7020604@googlemail.com> X-Newsgroups: apana.lists.os.linux.kernel,apana.lists.os.linux.netdev User-Agent: tin/1.7.4-20040225 ("Benbecula") (UNIX) (Linux/2.6.17-rc4 (i686)) Message-Id: Date: Mon, 29 Jan 2007 16:17:44 +1100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1549 Lines: 28 Michal Piotrowski wrote: > Jan 28 22:58:29 euridica kernel: BUG: using smp_processor_id() in preemptible [00000001] code: yum-updatesd/2846 > Jan 28 22:58:29 euridica kernel: caller is nf_conntrack_in+0x363/0x47f [nf_conntrack] > Jan 28 22:58:29 euridica kernel: [] show_trace_log_lvl+0x1a/0x2f > Jan 28 22:58:29 euridica kernel: [] show_trace+0x12/0x14 > Jan 28 22:58:29 euridica kernel: [] dump_stack+0x16/0x18 > Jan 28 22:58:29 euridica kernel: [] debug_smp_processor_id+0xb3/0xc8 > Jan 28 22:58:29 euridica kernel: [] nf_conntrack_in+0x363/0x47f [nf_conntrack] > Jan 28 22:58:29 euridica kernel: [] ipv4_conntrack_local+0x53/0x5b [nf_conntrack_ipv4] > Jan 28 22:58:29 euridica kernel: [] nf_iterate+0x36/0x67 > Jan 28 22:58:29 euridica kernel: [] nf_hook_slow+0x52/0xbe This shouldn't have happened. nf_hook_slow calls nf_iterate and therefore everything under it with preemption disabled. So something must've reenabled it before hitting nf_conntrack_in. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - 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/