Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 93374

Summary: kernel 2.6.9-gentoo-r14 BUG: using smp_processor_id() in preemptible ip_conntrack_init
Product: Gentoo Linux Reporter: Hans-Christian Armingeon <mog.johnny>
Component: [OLD] UnspecifiedAssignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

Description Hans-Christian Armingeon 2005-05-20 14:31:37 UTC
Hi,

every kernel above 2.6.9-gentoo-r14 has this error.

What's the problem?

Johnny

ip_tables: (C) 2000-2002 Netfilter core team
ip_conntrack version 2.1 (8192 buckets, 65536 max) - 304 bytes per conntrack
BUG: using smp_processor_id() in preemptible [00000001] code: modprobe/7752
caller is ip_conntrack_init+0x18d/0x323 [ip_conntrack]

Call Trace:<ffffffff801fbccc>{smp_processor_id+204} <ffffffff882841cd>{:ip_conntrack:ip_conntrack_init+397}
       <ffffffff882749b0>{:ip_conntrack:init_or_cleanup+16}
       <ffffffff8015102d>{sys_init_module+285} <ffffffff8010e25a>{system_call+126}

BUG: using smp_processor_id() in preemptible [00000001] code: modprobe/7752
caller is ip_conntrack_init+0x1be/0x323 [ip_conntrack]

Call Trace:<ffffffff801fbccc>{smp_processor_id+204} <ffffffff882841fe>{:ip_conntrack:ip_conntrack_init+446}
       <ffffffff882749b0>{:ip_conntrack:init_or_cleanup+16}
       <ffffffff8015102d>{sys_init_module+285} <ffffffff8010e25a>{system_call+126}

BUG: using smp_processor_id() in preemptible [00000001] code: modprobe/7752
caller is ip_nat_init+0x33/0x1c0 [iptable_nat]

Call Trace:<ffffffff801fbccc>{smp_processor_id+204} <ffffffff8828d0b3>{:iptable_nat:ip_nat_init+51}
       <ffffffff882844ba>{:iptable_nat:init_or_cleanup+58}
       <ffffffff8015102d>{sys_init_module+285} <ffffffff8010e25a>{system_call+126}

BUG: using smp_processor_id() in preemptible [00000001] code: modprobe/7752
caller is ip_nat_init+0x64/0x1c0 [iptable_nat]

Call Trace:<ffffffff801fbccc>{smp_processor_id+204} <ffffffff8828d0e4>{:iptable_nat:ip_nat_init+100}
       <ffffffff882844ba>{:iptable_nat:init_or_cleanup+58}
       <ffffffff8015102d>{sys_init_module+285} <ffffffff8010e25a>{system_call+126}
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2005-05-21 05:02:57 UTC
Will be fixed in 2.6.12 (you might want to confirm this by trying
vanilla-sources-2.6.12_rc4)

*** This bug has been marked as a duplicate of 86227 ***