Linux Netfilter discussions
 help / color / mirror / Atom feed
* WARNING: at include/net/dst.h:162
@ 2011-09-12  9:54 Marcin Mirosław
  2011-09-21  8:37 ` Marcin Mirosław
  0 siblings, 1 reply; 4+ messages in thread
From: Marcin Mirosław @ 2011-09-12  9:54 UTC (permalink / raw)
  To: netfilter

Hello!
I hope problem with xtables-addons can be discussed at this mailinglist. 
I'm using xtables-addons-1.37 (gentoo) with kernel: 
hardened-sources-3.0.4-r1 . In dmesg i can see message [1] which appears 
only once. It happens while firewall is loading, probably TARPIT creates 
such message. It looks TARPIT works correctly regardless this warning.
P.S. This is XEN HV machine.
Regards,
Marcin

[1] -
[  153.108353] ------------[ cut here ]------------
[  153.108359] WARNING: at include/net/dst.h:162 0xffffffffa018a75e()
[  153.108360] Hardware name: HVM domU
[  153.108361] Modules linked in: tun zram(C) cryptd aes_x86_64 
aes_generic cbc dm_crypt sit tunnel4 xt_TCPMSS xt_multiport xt_geoip 
xt_set xt_TARPIT ip_set_hash_ip
ip_set_hash_net sha1_generic xt_SYSRQ compat_xtables nf_conntrack_ipv6 
nf_defrag_ipv6 ip6t_rt xt_state ip_set ip6table_mangle iptable_mangle 
iptable_nat nf_nat nf_co
nntrack_ipv4 nf_conntrack nf_defrag_ipv4 ip6table_filter ip6_tables 
iptable_filter xfs exportfs dm_mod sr_mod 8139too cdrom evdev 8139cp
[  153.108381] Pid: 2941, comm: openvpn Tainted: G         C 
3.0.4-hardened-r1 #1
[  153.108383] Call Trace:
[  153.108384]  <IRQ>  [<ffffffffa018a7c0>] ? cleanup_module+0x38/0xa8 
[xt_TARPIT]
[  153.108392]  [<ffffffff810393ab>] ? warn_slowpath_common+0x7b/0xc0
[  153.108394]  [<ffffffffa018a75e>] ? 0xffffffffa018a75d
[  153.108397]  [<ffffffffa01811ee>] ? 0xffffffffa01811ed
[  153.108400]  [<ffffffffa0165018>] ? 0xffffffffa0165017
[  153.108404]  [<ffffffff812e79dc>] ? ipt_do_table+0x2bc/0x3c0
[  153.108408]  [<ffffffff812a5c50>] ? ip_rcv_finish+0x2f0/0x2f0
[  153.108411]  [<ffffffff8129c3c3>] ? nf_iterate+0x83/0xc0
[  153.108413]  [<ffffffff812a5c50>] ? ip_rcv_finish+0x2f0/0x2f0
[  153.108415]  [<ffffffff8129c47c>] ? nf_hook_slow+0x7c/0x130
[  153.108416]  [<ffffffff812a5c50>] ? ip_rcv_finish+0x2f0/0x2f0
[  153.108420]  [<ffffffffa00053b1>] ? cp_rx_poll+0x431/0x440 [8139cp]
[  153.108422]  [<ffffffff812a5fa4>] ? ip_local_deliver+0x54/0x90
[  153.108426]  [<ffffffff812738e2>] ? __netif_receive_skb+0x192/0x3d0
[  153.108428]  [<ffffffff81277734>] ? process_backlog+0x94/0x170
[  153.108431]  [<ffffffff81277891>] ? net_rx_action+0x81/0x120
[  153.108434]  [<ffffffff8103f826>] ? __do_softirq+0x96/0x110
[  153.108438]  [<ffffffff8133d97c>] ? call_softirq+0x1c/0x30
[  153.108439]  <EOI>  [<ffffffff81004a6d>] ? do_softirq+0x4d/0x80
[  153.108443]  [<ffffffff81275d3e>] ? netif_rx_ni+0x1e/0x30
[  153.108445]  [<ffffffffa01fd4bd>] ? tun_chr_aio_write+0x35d/0x500 [tun]
[  153.108449]  [<ffffffff810d8e1f>] ? do_sync_write+0xbf/0x100
[  153.108452]  [<ffffffff810232f9>] ? do_page_fault+0x419/0x500
[  153.108454]  [<ffffffff810232f9>] ? do_page_fault+0x419/0x500
[  153.108457]  [<ffffffff8118e6c4>] ? security_file_permission+0x24/0xc0
[  153.108459]  [<ffffffff810d96a9>] ? vfs_write+0x109/0x1f0
[  153.108461]  [<ffffffff810d9a7e>] ? sys_write+0x4e/0x90
[  153.108464]  [<ffffffff8133c9b7>] ? system_call_after_swapgs+0x17/0x63
[  153.108466]  [<ffffffff8133ca19>] ? system_call_fastpath+0x16/0x1b
[  153.108468]  [<ffffffff8133c9b7>] ? system_call_after_swapgs+0x17/0x63
[  153.108470] ---[ end trace e800c936aa093764 ]---

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: WARNING: at include/net/dst.h:162
  2011-09-12  9:54 WARNING: at include/net/dst.h:162 Marcin Mirosław
@ 2011-09-21  8:37 ` Marcin Mirosław
  2011-09-21 10:33   ` Jan Engelhardt
  0 siblings, 1 reply; 4+ messages in thread
From: Marcin Mirosław @ 2011-09-21  8:37 UTC (permalink / raw)
  To: netfilter

Hi,
with xtables-adddons-1.38 and kernel 3.0.4-hardened-r2 problem doesn't 
appear.
Regards

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: WARNING: at include/net/dst.h:162
  2011-09-21  8:37 ` Marcin Mirosław
@ 2011-09-21 10:33   ` Jan Engelhardt
  2011-09-21 10:47     ` Marcin Mirosław
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Engelhardt @ 2011-09-21 10:33 UTC (permalink / raw)
  To: Marcin Mirosław; +Cc: netfilter

On Wednesday 2011-09-21 10:37, Marcin Mirosław wrote:

> Hi,
> with xtables-adddons-1.38 and kernel 3.0.4-hardened-r2 problem doesn't appear.
> Regards

Yeah I know :-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: WARNING: at include/net/dst.h:162
  2011-09-21 10:33   ` Jan Engelhardt
@ 2011-09-21 10:47     ` Marcin Mirosław
  0 siblings, 0 replies; 4+ messages in thread
From: Marcin Mirosław @ 2011-09-21 10:47 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: netfilter

W dniu 21.09.2011 12:33, Jan Engelhardt pisze:
> On Wednesday 2011-09-21 10:37, Marcin Mirosław wrote:
>
>> Hi,
>> with xtables-adddons-1.38 and kernel 3.0.4-hardened-r2 problem doesn't appear.
>> Regards
>
> Yeah I know :-)

Now google knows that it's fixed :)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-09-21 10:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-12  9:54 WARNING: at include/net/dst.h:162 Marcin Mirosław
2011-09-21  8:37 ` Marcin Mirosław
2011-09-21 10:33   ` Jan Engelhardt
2011-09-21 10:47     ` Marcin Mirosław

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox