Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756065Ab0FHSVN (ORCPT ); Tue, 8 Jun 2010 14:21:13 -0400 Received: from mail-pz0-f176.google.com ([209.85.222.176]:58554 "EHLO mail-pz0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755905Ab0FHSVK (ORCPT ); Tue, 8 Jun 2010 14:21:10 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=HOvco1aPx5XChIsO4xW7EgEEGzmkWm7Y/BIaHZLS/CFSHBiqc1Umx8Q+voEBeX7gmF hbg9Cv6371vqbm+/bIBgWwrfMMppGayNY7wItnjhS3lYn9o9PKHfwOC7s2djDVLyTG3X z/o848J+s7f/lUHP+0BlCaz7fPJ0c1SJjLN9A= MIME-Version: 1.0 Date: Tue, 8 Jun 2010 14:21:08 -0400 Message-ID: Subject: 2.6.32: Frequent Call Traces with Ethernet Bonding From: John Livingston To: Linux Kernel Mailing List , Linux Netdev List Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 59067 Lines: 1172 All, I've recently set up an internal gateway that's used to forward high bandwidth traffic among ~10 VLANs. The system is connected using a 6-port Ethernet bond (4 ports e1000e, 2 ports bnx2) in balance-alb mode, with tagged VLANs running on top of the bond. A few minutes after the box came online I began seeing a massive number of call traces. The box is still functioning for the moment, though its logs are filling up quite fast. I have a number of other machines with combination e1000e/bnx2/sky2 NICs that I'd like to try to use in a similar fashion, but I'm hoping to track down the cause of this issue first. The machine is an HP Proliant DL 365 G1 running Debian testing, with the stock 2.6.32-3 Debian kernel. The call traces and output of lspci -v are below. Please let me know if any further information would be helpful. Thank you. ===== call traces ===== Jun 8 14:07:59 gateway kernel: [ 5655.000130] ------------[ cut here ]------------ Jun 8 14:07:59 gateway kernel: [ 5655.000173] WARNING: at /build/mattems-linux-2.6_2.6.32-9-amd64-NYTFdD/linux-2.6-2.6.32-9/debian/build/source_amd64_none/net/core/dev.c:1582 skb_gso_segment+0x109/0x263() Jun 8 14:07:59 gateway kernel: [ 5655.000259] Hardware name: ProLiant DL365 G1 Jun 8 14:07:59 gateway kernel: [ 5655.000288] 802.1Q VLAN Support: caps=(0x190803, 0x19080b) len=2928 data_len=2856 ip_summed=0 Jun 8 14:07:59 gateway kernel: [ 5655.000324] Modules linked in: tun sch_hfsc ip6_queue act_police cls_flow cls_fw cls_u32 sch_htb sch_ingress sch_sfq bridge xt_realm ip6t_LOG iptable_raw xt_connlimit ip6table_raw xt_comment ip6t_REJECT xt_recent ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre ip6table_mangle nf_nat_irc nf_conntrack_ipv6 nf_nat_h323 nf_nat_ftp nf_nat_amanda nf_conntrack_tftp nf_conntrack_sane nf_conntrack_sip nf_conntrack_proto_udplite nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc ts_kmp nf_conntrack_amanda nf_conntrack_h323 xt_time xt_TCPMSS nf_conntrack_ftp xt_TPROXY xt_sctp nf_tproxy_core xt_policy xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFLOG xt_NFQUEUE nfnetlink_log xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp x Jun 8 14:07:59 gateway kernel: t_CONNMARK xt_connmark xt_CLASSIFY ipt_LOG xt_tcpudp iptable_nat nf_nat xt_state nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_mangle nfnetlink iptable_filter ip_tables ip6table_filter ip6_tables x_tables rpcsec_gss_krb5 nfsd exportfs nfs lockd fscache nfs_acl auth_rpcgss sunrpc 8021q garp stp bonding loop amd64_edac_mod psmouse edac_core snd_pcm i2c_piix4 ipmi_si ipmi_msghandler serio_raw edac_mce_amd snd_timer snd soundcore snd_page_alloc i2c_core hpwdt evdev pcspkr k8temp container hpilo button shpchp pci_hotplug processor ext4 mbcache jbd2 crc16 dm_mod ide_cd_mod cdrom ide_pci_generic ata_generic libata usbhid hid uhci_hcd ohci_hcd cciss serverworks scsi_mod bnx2 sky2 ehci_hcd ide_core usbcore e1000e nls_base thermal thermal_sys [last unloaded: scsi_wait_scan] Jun 8 14:07:59 gateway kernel: [ 5655.001381] Pid: 5545, comm: sshd Tainted: G W 2.6.32-3-amd64 #1 Jun 8 14:07:59 gateway kernel: [ 5655.001415] Call Trace: Jun 8 14:07:59 gateway kernel: [ 5655.001444] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:07:59 gateway kernel: [ 5655.001477] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:07:59 gateway kernel: [ 5655.001514] [] ? warn_slowpath_common+0x77/0xa3 Jun 8 14:07:59 gateway kernel: [ 5655.001548] [] ? warn_slowpath_fmt+0x51/0x59 Jun 8 14:07:59 gateway kernel: [ 5655.001588] [] ? ip6t_do_table+0x65f/0x69a [ip6_tables] Jun 8 14:07:59 gateway kernel: [ 5655.001628] [] ? vlan_ethtool_get_drvinfo+0x24/0x35 [8021q] Jun 8 14:07:59 gateway kernel: [ 5655.001680] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:07:59 gateway kernel: [ 5655.001714] [] ? dev_hard_start_xmit+0x1b0/0x2b8 Jun 8 14:07:59 gateway kernel: [ 5655.001749] [] ? dev_queue_xmit+0x2dd/0x38d Jun 8 14:07:59 gateway kernel: [ 5655.001783] [] ? ip6_output+0xd5c/0xd74 Jun 8 14:07:59 gateway kernel: [ 5655.001816] [] ? nf_iterate+0x41/0x7d Jun 8 14:07:59 gateway kernel: [ 5655.001848] [] ? dst_output+0x0/0xb Jun 8 14:07:59 gateway kernel: [ 5655.001879] [] ? nf_hook_slow+0x62/0xc3 Jun 8 14:07:59 gateway kernel: [ 5655.001911] [] ? dst_output+0x0/0xb Jun 8 14:07:59 gateway kernel: [ 5655.001942] [] ? ip6_xmit+0x3b9/0x4a0 Jun 8 14:07:59 gateway kernel: [ 5655.001975] [] ? inet6_csk_xmit+0x249/0x274 Jun 8 14:07:59 gateway kernel: [ 5655.002012] [] ? tcp_transmit_skb+0x648/0x687 Jun 8 14:07:59 gateway kernel: [ 5655.002045] [] ? tcp_write_xmit+0x874/0x96c Jun 8 14:07:59 gateway kernel: [ 5655.002083] [] ? __alloc_skb+0x69/0x15a Jun 8 14:07:59 gateway kernel: [ 5655.002116] [] ? __tcp_push_pending_frames+0x22/0x53 Jun 8 14:07:59 gateway kernel: [ 5655.002152] [] ? tcp_sendmsg+0x77c/0x878 Jun 8 14:07:59 gateway kernel: [ 5655.002186] [] ? sock_aio_write+0xb1/0xbc Jun 8 14:07:59 gateway kernel: [ 5655.002220] [] ? do_sync_write+0xce/0x113 Jun 8 14:07:59 gateway kernel: [ 5655.002254] [] ? autoremove_wake_function+0x0/0x2e Jun 8 14:07:59 gateway kernel: [ 5655.002291] [] ? default_wake_function+0x0/0x9 Jun 8 14:07:59 gateway kernel: [ 5655.002324] [] ? vfs_write+0xbc/0x102 Jun 8 14:07:59 gateway kernel: [ 5655.002356] [] ? sys_write+0x45/0x6e Jun 8 14:07:59 gateway kernel: [ 5655.002390] [] ? system_call_fastpath+0x16/0x1b Jun 8 14:07:59 gateway kernel: [ 5655.002423] ---[ end trace d52ed80ad3c42ed5 ]--- Jun 8 14:07:59 gateway kernel: [ 5655.002456] ------------[ cut here ]------------ Jun 8 14:07:59 gateway kernel: [ 5655.002487] WARNING: at /build/mattems-linux-2.6_2.6.32-9-amd64-NYTFdD/linux-2.6-2.6.32-9/debian/build/source_amd64_none/net/core/dev.c:1582 skb_gso_segment+0x109/0x263() Jun 8 14:07:59 gateway kernel: [ 5655.002571] Hardware name: ProLiant DL365 G1 Jun 8 14:07:59 gateway kernel: [ 5655.002600] bonding: caps=(0x1913a3, 0x19080b) len=2928 data_len=2856 ip_summed=0 Jun 8 14:07:59 gateway kernel: [ 5655.002634] Modules linked in: tun sch_hfsc ip6_queue act_police cls_flow cls_fw cls_u32 sch_htb sch_ingress sch_sfq bridge xt_realm ip6t_LOG iptable_raw xt_connlimit ip6table_raw xt_comment ip6t_REJECT xt_recent ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre ip6table_mangle nf_nat_irc nf_conntrack_ipv6 nf_nat_h323 nf_nat_ftp nf_nat_amanda nf_conntrack_tftp nf_conntrack_sane nf_conntrack_sip nf_conntrack_proto_udplite nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc ts_kmp nf_conntrack_amanda nf_conntrack_h323 xt_time xt_TCPMSS nf_conntrack_ftp xt_TPROXY xt_sctp nf_tproxy_core xt_policy xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFLOG xt_NFQUEUE nfnetlink_log xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp x Jun 8 14:07:59 gateway kernel: t_CONNMARK xt_connmark xt_CLASSIFY ipt_LOG xt_tcpudp iptable_nat nf_nat xt_state nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_mangle nfnetlink iptable_filter ip_tables ip6table_filter ip6_tables x_tables rpcsec_gss_krb5 nfsd exportfs nfs lockd fscache nfs_acl auth_rpcgss sunrpc 8021q garp stp bonding loop amd64_edac_mod psmouse edac_core snd_pcm i2c_piix4 ipmi_si ipmi_msghandler serio_raw edac_mce_amd snd_timer snd soundcore snd_page_alloc i2c_core hpwdt evdev pcspkr k8temp container hpilo button shpchp pci_hotplug processor ext4 mbcache jbd2 crc16 dm_mod ide_cd_mod cdrom ide_pci_generic ata_generic libata usbhid hid uhci_hcd ohci_hcd cciss serverworks scsi_mod bnx2 sky2 ehci_hcd ide_core usbcore e1000e nls_base thermal thermal_sys [last unloaded: scsi_wait_scan] Jun 8 14:07:59 gateway kernel: [ 5655.009854] Pid: 5545, comm: sshd Tainted: G W 2.6.32-3-amd64 #1 Jun 8 14:07:59 gateway kernel: [ 5655.009891] Call Trace: Jun 8 14:07:59 gateway kernel: [ 5655.009921] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:07:59 gateway kernel: [ 5655.009959] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:07:59 gateway kernel: [ 5655.009997] [] ? warn_slowpath_common+0x77/0xa3 Jun 8 14:07:59 gateway kernel: [ 5655.010036] [] ? warn_slowpath_fmt+0x51/0x59 Jun 8 14:07:59 gateway kernel: [ 5655.010075] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:07:59 gateway kernel: [ 5655.010111] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:07:59 gateway kernel: [ 5655.010146] [] ? warn_slowpath_common+0x91/0xa3 Jun 8 14:07:59 gateway kernel: [ 5655.010185] [] ? warn_slowpath_fmt+0x51/0x59 Jun 8 14:07:59 gateway kernel: [ 5655.010229] [] ? bond_ethtool_get_drvinfo+0x2e/0x4b [bonding] Jun 8 14:07:59 gateway kernel: [ 5655.010285] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:07:59 gateway kernel: [ 5655.010320] [] ? dev_hard_start_xmit+0x1b0/0x2b8 Jun 8 14:07:59 gateway kernel: [ 5655.010357] [] ? dev_queue_xmit+0x2dd/0x38d Jun 8 14:07:59 gateway kernel: [ 5655.010397] [] ? vlan_dev_hwaccel_hard_start_xmit+0x63/0x7d [8021q] Jun 8 14:07:59 gateway kernel: [ 5655.010455] [] ? dev_hard_start_xmit+0x211/0x2b8 Jun 8 14:07:59 gateway kernel: [ 5655.010491] [] ? dev_queue_xmit+0x2dd/0x38d Jun 8 14:07:59 gateway kernel: [ 5655.010525] [] ? ip6_output+0xd5c/0xd74 Jun 8 14:07:59 gateway kernel: [ 5655.010560] [] ? nf_iterate+0x41/0x7d Jun 8 14:07:59 gateway kernel: [ 5655.010593] [] ? dst_output+0x0/0xb Jun 8 14:07:59 gateway kernel: [ 5655.010627] [] ? nf_hook_slow+0x62/0xc3 Jun 8 14:07:59 gateway kernel: [ 5655.010660] [] ? dst_output+0x0/0xb Jun 8 14:07:59 gateway kernel: [ 5655.010693] [] ? ip6_xmit+0x3b9/0x4a0 Jun 8 14:07:59 gateway kernel: [ 5655.010732] [] ? inet6_csk_xmit+0x249/0x274 Jun 8 14:07:59 gateway kernel: [ 5655.010769] [] ? tcp_transmit_skb+0x648/0x687 Jun 8 14:07:59 gateway kernel: [ 5655.010806] [] ? tcp_write_xmit+0x874/0x96c Jun 8 14:07:59 gateway kernel: [ 5655.010842] [] ? __alloc_skb+0x69/0x15a Jun 8 14:07:59 gateway kernel: [ 5655.010877] [] ? __tcp_push_pending_frames+0x22/0x53 Jun 8 14:07:59 gateway kernel: [ 5655.010914] [] ? tcp_sendmsg+0x77c/0x878 Jun 8 14:07:59 gateway kernel: [ 5655.010948] [] ? sock_aio_write+0xb1/0xbc Jun 8 14:07:59 gateway kernel: [ 5655.010983] [] ? do_sync_write+0xce/0x113 Jun 8 14:07:59 gateway kernel: [ 5655.011019] [] ? autoremove_wake_function+0x0/0x2e Jun 8 14:07:59 gateway kernel: [ 5655.011055] [] ? default_wake_function+0x0/0x9 Jun 8 14:07:59 gateway kernel: [ 5655.011092] [] ? vfs_write+0xbc/0x102 Jun 8 14:07:59 gateway kernel: [ 5655.011125] [] ? sys_write+0x45/0x6e Jun 8 14:07:59 gateway kernel: [ 5655.011158] [] ? system_call_fastpath+0x16/0x1b Jun 8 14:07:59 gateway kernel: [ 5655.011192] ---[ end trace d52ed80ad3c42ed6 ]--- Jun 8 14:08:01 gateway kernel: [ 5656.277637] ------------[ cut here ]------------ Jun 8 14:08:01 gateway kernel: [ 5656.277673] WARNING: at /build/mattems-linux-2.6_2.6.32-9-amd64-NYTFdD/linux-2.6-2.6.32-9/debian/build/source_amd64_none/net/core/dev.c:1582 skb_gso_segment+0x109/0x263() Jun 8 14:08:01 gateway kernel: [ 5656.277768] Hardware name: ProLiant DL365 G1 Jun 8 14:08:01 gateway kernel: [ 5656.277797] 802.1Q VLAN Support: caps=(0x190803, 0x19080b) len=2928 data_len=2856 ip_summed=0 Jun 8 14:08:01 gateway kernel: [ 5656.277832] Modules linked in: tun sch_hfsc ip6_queue act_police cls_flow cls_fw cls_u32 sch_htb sch_ingress sch_sfq bridge xt_realm ip6t_LOG iptable_raw xt_connlimit ip6table_raw xt_comment ip6t_REJECT xt_recent ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre ip6table_mangle nf_nat_irc nf_conntrack_ipv6 nf_nat_h323 nf_nat_ftp nf_nat_amanda nf_conntrack_tftp nf_conntrack_sane nf_conntrack_sip nf_conntrack_proto_udplite nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc ts_kmp nf_conntrack_amanda nf_conntrack_h323 xt_time xt_TCPMSS nf_conntrack_ftp xt_TPROXY xt_sctp nf_tproxy_core xt_policy xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFLOG xt_NFQUEUE nfnetlink_log xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp x Jun 8 14:08:01 gateway kernel: t_CONNMARK xt_connmark xt_CLASSIFY ipt_LOG xt_tcpudp iptable_nat nf_nat xt_state nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_mangle nfnetlink iptable_filter ip_tables ip6table_filter ip6_tables x_tables rpcsec_gss_krb5 nfsd exportfs nfs lockd fscache nfs_acl auth_rpcgss sunrpc 8021q garp stp bonding loop amd64_edac_mod psmouse edac_core snd_pcm i2c_piix4 ipmi_si ipmi_msghandler serio_raw edac_mce_amd snd_timer snd soundcore snd_page_alloc i2c_core hpwdt evdev pcspkr k8temp container hpilo button shpchp pci_hotplug processor ext4 mbcache jbd2 crc16 dm_mod ide_cd_mod cdrom ide_pci_generic ata_generic libata usbhid hid uhci_hcd ohci_hcd cciss serverworks scsi_mod bnx2 sky2 ehci_hcd ide_core usbcore e1000e nls_base thermal thermal_sys [last unloaded: scsi_wait_scan] Jun 8 14:08:01 gateway kernel: [ 5656.278845] Pid: 5545, comm: sshd Tainted: G W 2.6.32-3-amd64 #1 Jun 8 14:08:01 gateway kernel: [ 5656.278878] Call Trace: Jun 8 14:08:01 gateway kernel: [ 5656.278905] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.278938] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.278972] [] ? warn_slowpath_common+0x77/0xa3 Jun 8 14:08:01 gateway kernel: [ 5656.279005] [] ? warn_slowpath_fmt+0x51/0x59 Jun 8 14:08:01 gateway kernel: [ 5656.279042] [] ? ip6t_do_table+0x65f/0x69a [ip6_tables] Jun 8 14:08:01 gateway kernel: [ 5656.279082] [] ? vlan_ethtool_get_drvinfo+0x24/0x35 [8021q] Jun 8 14:08:01 gateway kernel: [ 5656.279134] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.279168] [] ? dev_hard_start_xmit+0x1b0/0x2b8 Jun 8 14:08:01 gateway kernel: [ 5656.279202] [] ? dev_queue_xmit+0x2dd/0x38d Jun 8 14:08:01 gateway kernel: [ 5656.279236] [] ? ip6_output+0xd5c/0xd74 Jun 8 14:08:01 gateway kernel: [ 5656.279268] [] ? nf_iterate+0x41/0x7d Jun 8 14:08:01 gateway kernel: [ 5656.279300] [] ? dst_output+0x0/0xb Jun 8 14:08:01 gateway kernel: [ 5656.279331] [] ? nf_hook_slow+0x62/0xc3 Jun 8 14:08:01 gateway kernel: [ 5656.279363] [] ? dst_output+0x0/0xb Jun 8 14:08:01 gateway kernel: [ 5656.279394] [] ? ip6_xmit+0x3b9/0x4a0 Jun 8 14:08:01 gateway kernel: [ 5656.279425] [] ? inet6_csk_xmit+0x249/0x274 Jun 8 14:08:01 gateway kernel: [ 5656.279460] [] ? tcp_transmit_skb+0x648/0x687 Jun 8 14:08:01 gateway kernel: [ 5656.279493] [] ? tcp_write_xmit+0x874/0x96c Jun 8 14:08:01 gateway kernel: [ 5656.279526] [] ? __alloc_skb+0x69/0x15a Jun 8 14:08:01 gateway kernel: [ 5656.279559] [] ? __tcp_push_pending_frames+0x22/0x53 Jun 8 14:08:01 gateway kernel: [ 5656.279594] [] ? tcp_sendmsg+0x77c/0x878 Jun 8 14:08:01 gateway kernel: [ 5656.279627] [] ? sock_aio_write+0xb1/0xbc Jun 8 14:08:01 gateway kernel: [ 5656.279663] [] ? n_tty_read+0x692/0x774 Jun 8 14:08:01 gateway kernel: [ 5656.279695] [] ? do_sync_write+0xce/0x113 Jun 8 14:08:01 gateway kernel: [ 5656.279728] [] ? autoremove_wake_function+0x0/0x2e Jun 8 14:08:01 gateway kernel: [ 5656.279763] [] ? default_wake_function+0x0/0x9 Jun 8 14:08:01 gateway kernel: [ 5656.279797] [] ? vfs_write+0xbc/0x102 Jun 8 14:08:01 gateway kernel: [ 5656.279829] [] ? sys_write+0x45/0x6e Jun 8 14:08:01 gateway kernel: [ 5656.279866] [] ? system_call_fastpath+0x16/0x1b Jun 8 14:08:01 gateway kernel: [ 5656.279903] ---[ end trace d52ed80ad3c42ed7 ]--- Jun 8 14:08:01 gateway kernel: [ 5656.279934] ------------[ cut here ]------------ Jun 8 14:08:01 gateway kernel: [ 5656.279965] WARNING: at /build/mattems-linux-2.6_2.6.32-9-amd64-NYTFdD/linux-2.6-2.6.32-9/debian/build/source_amd64_none/net/core/dev.c:1582 skb_gso_segment+0x109/0x263() Jun 8 14:08:01 gateway kernel: [ 5656.280053] Hardware name: ProLiant DL365 G1 Jun 8 14:08:01 gateway kernel: [ 5656.280082] bonding: caps=(0x1913a3, 0x19080b) len=2928 data_len=2856 ip_summed=0 Jun 8 14:08:01 gateway kernel: [ 5656.280116] Modules linked in: tun sch_hfsc ip6_queue act_police cls_flow cls_fw cls_u32 sch_htb sch_ingress sch_sfq bridge xt_realm ip6t_LOG iptable_raw xt_connlimit ip6table_raw xt_comment ip6t_REJECT xt_recent ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre ip6table_mangle nf_nat_irc nf_conntrack_ipv6 nf_nat_h323 nf_nat_ftp nf_nat_amanda nf_conntrack_tftp nf_conntrack_sane nf_conntrack_sip nf_conntrack_proto_udplite nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc ts_kmp nf_conntrack_amanda nf_conntrack_h323 xt_time xt_TCPMSS nf_conntrack_ftp xt_TPROXY xt_sctp nf_tproxy_core xt_policy xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFLOG xt_NFQUEUE nfnetlink_log xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp x Jun 8 14:08:01 gateway kernel: t_CONNMARK xt_connmark xt_CLASSIFY ipt_LOG xt_tcpudp iptable_nat nf_nat xt_state nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_mangle nfnetlink iptable_filter ip_tables ip6table_filter ip6_tables x_tables rpcsec_gss_krb5 nfsd exportfs nfs lockd fscache nfs_acl auth_rpcgss sunrpc 8021q garp stp bonding loop amd64_edac_mod psmouse edac_core snd_pcm i2c_piix4 ipmi_si ipmi_msghandler serio_raw edac_mce_amd snd_timer snd soundcore snd_page_alloc i2c_core hpwdt evdev pcspkr k8temp container hpilo button shpchp pci_hotplug processor ext4 mbcache jbd2 crc16 dm_mod ide_cd_mod cdrom ide_pci_generic ata_generic libata usbhid hid uhci_hcd ohci_hcd cciss serverworks scsi_mod bnx2 sky2 ehci_hcd ide_core usbcore e1000e nls_base thermal thermal_sys [last unloaded: scsi_wait_scan] Jun 8 14:08:01 gateway kernel: [ 5656.281133] Pid: 5545, comm: sshd Tainted: G W 2.6.32-3-amd64 #1 Jun 8 14:08:01 gateway kernel: [ 5656.281166] Call Trace: Jun 8 14:08:01 gateway kernel: [ 5656.281193] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.281227] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.281260] [] ? warn_slowpath_common+0x77/0xa3 Jun 8 14:08:01 gateway kernel: [ 5656.281293] [] ? warn_slowpath_fmt+0x51/0x59 Jun 8 14:08:01 gateway kernel: [ 5656.281328] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.281361] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.281394] [] ? warn_slowpath_common+0x91/0xa3 Jun 8 14:08:01 gateway kernel: [ 5656.281427] [] ? warn_slowpath_fmt+0x51/0x59 Jun 8 14:08:01 gateway kernel: [ 5656.281465] [] ? bond_ethtool_get_drvinfo+0x2e/0x4b [bonding] Jun 8 14:08:01 gateway kernel: [ 5656.281521] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.281557] [] ? dev_hard_start_xmit+0x1b0/0x2b8 Jun 8 14:08:01 gateway kernel: [ 5656.281595] [] ? dev_queue_xmit+0x2dd/0x38d Jun 8 14:08:01 gateway kernel: [ 5656.281634] [] ? vlan_dev_hwaccel_hard_start_xmit+0x63/0x7d [8021q] Jun 8 14:08:01 gateway kernel: [ 5656.281690] [] ? dev_hard_start_xmit+0x211/0x2b8 Jun 8 14:08:01 gateway kernel: [ 5656.281725] [] ? dev_queue_xmit+0x2dd/0x38d Jun 8 14:08:01 gateway kernel: [ 5656.281760] [] ? ip6_output+0xd5c/0xd74 Jun 8 14:08:01 gateway kernel: [ 5656.281794] [] ? nf_iterate+0x41/0x7d Jun 8 14:08:01 gateway kernel: [ 5656.281829] [] ? dst_output+0x0/0xb Jun 8 14:08:01 gateway kernel: [ 5656.281865] [] ? nf_hook_slow+0x62/0xc3 Jun 8 14:08:01 gateway kernel: [ 5656.281901] [] ? dst_output+0x0/0xb Jun 8 14:08:01 gateway kernel: [ 5656.281936] [] ? ip6_xmit+0x3b9/0x4a0 Jun 8 14:08:01 gateway kernel: [ 5656.281971] [] ? inet6_csk_xmit+0x249/0x274 Jun 8 14:08:01 gateway kernel: [ 5656.282010] [] ? tcp_transmit_skb+0x648/0x687 Jun 8 14:08:01 gateway kernel: [ 5656.282052] [] ? tcp_write_xmit+0x874/0x96c Jun 8 14:08:01 gateway kernel: [ 5656.282089] [] ? __alloc_skb+0x69/0x15a Jun 8 14:08:01 gateway kernel: [ 5656.282127] [] ? __tcp_push_pending_frames+0x22/0x53 Jun 8 14:08:01 gateway kernel: [ 5656.282166] [] ? tcp_sendmsg+0x77c/0x878 Jun 8 14:08:01 gateway kernel: [ 5656.282205] [] ? sock_aio_write+0xb1/0xbc Jun 8 14:08:01 gateway kernel: [ 5656.282241] [] ? n_tty_read+0x692/0x774 Jun 8 14:08:01 gateway kernel: [ 5656.282276] [] ? do_sync_write+0xce/0x113 Jun 8 14:08:01 gateway kernel: [ 5656.282312] [] ? autoremove_wake_function+0x0/0x2e Jun 8 14:08:01 gateway kernel: [ 5656.282351] [] ? default_wake_function+0x0/0x9 Jun 8 14:08:01 gateway kernel: [ 5656.282388] [] ? vfs_write+0xbc/0x102 Jun 8 14:08:01 gateway kernel: [ 5656.282425] [] ? sys_write+0x45/0x6e Jun 8 14:08:01 gateway kernel: [ 5656.282460] [] ? system_call_fastpath+0x16/0x1b Jun 8 14:08:01 gateway kernel: [ 5656.282497] ---[ end trace d52ed80ad3c42ed8 ]--- Jun 8 14:08:01 gateway kernel: [ 5656.469615] ------------[ cut here ]------------ Jun 8 14:08:01 gateway kernel: [ 5656.469648] WARNING: at /build/mattems-linux-2.6_2.6.32-9-amd64-NYTFdD/linux-2.6-2.6.32-9/debian/build/source_amd64_none/net/core/dev.c:1582 skb_gso_segment+0x109/0x263() Jun 8 14:08:01 gateway kernel: [ 5656.475890] Hardware name: ProLiant DL365 G1 Jun 8 14:08:01 gateway kernel: [ 5656.475919] 802.1Q VLAN Support: caps=(0x190803, 0x19080b) len=2928 data_len=2856 ip_summed=0 Jun 8 14:08:01 gateway kernel: [ 5656.475960] Modules linked in: tun sch_hfsc ip6_queue act_police cls_flow cls_fw cls_u32 sch_htb sch_ingress sch_sfq bridge xt_realm ip6t_LOG iptable_raw xt_connlimit ip6table_raw xt_comment ip6t_REJECT xt_recent ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre ip6table_mangle nf_nat_irc nf_conntrack_ipv6 nf_nat_h323 nf_nat_ftp nf_nat_amanda nf_conntrack_tftp nf_conntrack_sane nf_conntrack_sip nf_conntrack_proto_udplite nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc ts_kmp nf_conntrack_amanda nf_conntrack_h323 xt_time xt_TCPMSS nf_conntrack_ftp xt_TPROXY xt_sctp nf_tproxy_core xt_policy xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFLOG xt_NFQUEUE nfnetlink_log xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp x Jun 8 14:08:01 gateway kernel: t_CONNMARK xt_connmark xt_CLASSIFY ipt_LOG xt_tcpudp iptable_nat nf_nat xt_state nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_mangle nfnetlink iptable_filter ip_tables ip6table_filter ip6_tables x_tables rpcsec_gss_krb5 nfsd exportfs nfs lockd fscache nfs_acl auth_rpcgss sunrpc 8021q garp stp bonding loop amd64_edac_mod psmouse edac_core snd_pcm i2c_piix4 ipmi_si ipmi_msghandler serio_raw edac_mce_amd snd_timer snd soundcore snd_page_alloc i2c_core hpwdt evdev pcspkr k8temp container hpilo button shpchp pci_hotplug processor ext4 mbcache jbd2 crc16 dm_mod ide_cd_mod cdrom ide_pci_generic ata_generic libata usbhid hid uhci_hcd ohci_hcd cciss serverworks scsi_mod bnx2 sky2 ehci_hcd ide_core usbcore e1000e nls_base thermal thermal_sys [last unloaded: scsi_wait_scan] Jun 8 14:08:01 gateway kernel: [ 5656.477031] Pid: 5545, comm: sshd Tainted: G W 2.6.32-3-amd64 #1 Jun 8 14:08:01 gateway kernel: [ 5656.477064] Call Trace: Jun 8 14:08:01 gateway kernel: [ 5656.477092] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.477125] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.477158] [] ? warn_slowpath_common+0x77/0xa3 Jun 8 14:08:01 gateway kernel: [ 5656.477192] [] ? warn_slowpath_fmt+0x51/0x59 Jun 8 14:08:01 gateway kernel: [ 5656.477232] [] ? ip6t_do_table+0x65f/0x69a [ip6_tables] Jun 8 14:08:01 gateway kernel: [ 5656.477270] [] ? vlan_ethtool_get_drvinfo+0x24/0x35 [8021q] Jun 8 14:08:01 gateway kernel: [ 5656.477323] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.477357] [] ? dev_hard_start_xmit+0x1b0/0x2b8 Jun 8 14:08:01 gateway kernel: [ 5656.477391] [] ? dev_queue_xmit+0x2dd/0x38d Jun 8 14:08:01 gateway kernel: [ 5656.477424] [] ? ip6_output+0xd5c/0xd74 Jun 8 14:08:01 gateway kernel: [ 5656.477459] [] ? nf_iterate+0x41/0x7d Jun 8 14:08:01 gateway kernel: [ 5656.477490] [] ? dst_output+0x0/0xb Jun 8 14:08:01 gateway kernel: [ 5656.477522] [] ? nf_hook_slow+0x62/0xc3 Jun 8 14:08:01 gateway kernel: [ 5656.477554] [] ? dst_output+0x0/0xb Jun 8 14:08:01 gateway kernel: [ 5656.477588] [] ? ip6_xmit+0x3b9/0x4a0 Jun 8 14:08:01 gateway kernel: [ 5656.477620] [] ? inet6_csk_xmit+0x249/0x274 Jun 8 14:08:01 gateway kernel: [ 5656.477654] [] ? tcp_transmit_skb+0x648/0x687 Jun 8 14:08:01 gateway kernel: [ 5656.477690] [] ? tcp_write_xmit+0x874/0x96c Jun 8 14:08:01 gateway kernel: [ 5656.477731] [] ? __alloc_skb+0x69/0x15a Jun 8 14:08:01 gateway kernel: [ 5656.477764] [] ? __tcp_push_pending_frames+0x22/0x53 Jun 8 14:08:01 gateway kernel: [ 5656.477799] [] ? tcp_sendmsg+0x77c/0x878 Jun 8 14:08:01 gateway kernel: [ 5656.477835] [] ? sock_aio_write+0xb1/0xbc Jun 8 14:08:01 gateway kernel: [ 5656.477867] [] ? do_sync_write+0xce/0x113 Jun 8 14:08:01 gateway kernel: [ 5656.477900] [] ? autoremove_wake_function+0x0/0x2e Jun 8 14:08:01 gateway kernel: [ 5656.477935] [] ? default_wake_function+0x0/0x9 Jun 8 14:08:01 gateway kernel: [ 5656.477972] [] ? vfs_write+0xbc/0x102 Jun 8 14:08:01 gateway kernel: [ 5656.478004] [] ? sys_write+0x45/0x6e Jun 8 14:08:01 gateway kernel: [ 5656.478036] [] ? system_call_fastpath+0x16/0x1b Jun 8 14:08:01 gateway kernel: [ 5656.478069] ---[ end trace d52ed80ad3c42ed9 ]--- Jun 8 14:08:01 gateway kernel: [ 5656.478101] ------------[ cut here ]------------ Jun 8 14:08:01 gateway kernel: [ 5656.478132] WARNING: at /build/mattems-linux-2.6_2.6.32-9-amd64-NYTFdD/linux-2.6-2.6.32-9/debian/build/source_amd64_none/net/core/dev.c:1582 skb_gso_segment+0x109/0x263() Jun 8 14:08:01 gateway kernel: [ 5656.478217] Hardware name: ProLiant DL365 G1 Jun 8 14:08:01 gateway kernel: [ 5656.478245] bonding: caps=(0x1913a3, 0x19080b) len=2928 data_len=2856 ip_summed=0 Jun 8 14:08:01 gateway kernel: [ 5656.478279] Modules linked in: tun sch_hfsc ip6_queue act_police cls_flow cls_fw cls_u32 sch_htb sch_ingress sch_sfq bridge xt_realm ip6t_LOG iptable_raw xt_connlimit ip6table_raw xt_comment ip6t_REJECT xt_recent ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre ip6table_mangle nf_nat_irc nf_conntrack_ipv6 nf_nat_h323 nf_nat_ftp nf_nat_amanda nf_conntrack_tftp nf_conntrack_sane nf_conntrack_sip nf_conntrack_proto_udplite nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc ts_kmp nf_conntrack_amanda nf_conntrack_h323 xt_time xt_TCPMSS nf_conntrack_ftp xt_TPROXY xt_sctp nf_tproxy_core xt_policy xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFLOG xt_NFQUEUE nfnetlink_log xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp x Jun 8 14:08:01 gateway kernel: t_CONNMARK xt_connmark xt_CLASSIFY ipt_LOG xt_tcpudp iptable_nat nf_nat xt_state nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_mangle nfnetlink iptable_filter ip_tables ip6table_filter ip6_tables x_tables rpcsec_gss_krb5 nfsd exportfs nfs lockd fscache nfs_acl auth_rpcgss sunrpc 8021q garp stp bonding loop amd64_edac_mod psmouse edac_core snd_pcm i2c_piix4 ipmi_si ipmi_msghandler serio_raw edac_mce_amd snd_timer snd soundcore snd_page_alloc i2c_core hpwdt evdev pcspkr k8temp container hpilo button shpchp pci_hotplug processor ext4 mbcache jbd2 crc16 dm_mod ide_cd_mod cdrom ide_pci_generic ata_generic libata usbhid hid uhci_hcd ohci_hcd cciss serverworks scsi_mod bnx2 sky2 ehci_hcd ide_core usbcore e1000e nls_base thermal thermal_sys [last unloaded: scsi_wait_scan] Jun 8 14:08:01 gateway kernel: [ 5656.479283] Pid: 5545, comm: sshd Tainted: G W 2.6.32-3-amd64 #1 Jun 8 14:08:01 gateway kernel: [ 5656.479316] Call Trace: Jun 8 14:08:01 gateway kernel: [ 5656.479341] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.479375] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.479407] [] ? warn_slowpath_common+0x77/0xa3 Jun 8 14:08:01 gateway kernel: [ 5656.479441] [] ? warn_slowpath_fmt+0x51/0x59 Jun 8 14:08:01 gateway kernel: [ 5656.479475] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.479509] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.479542] [] ? warn_slowpath_common+0x91/0xa3 Jun 8 14:08:01 gateway kernel: [ 5656.479575] [] ? warn_slowpath_fmt+0x51/0x59 Jun 8 14:08:01 gateway kernel: [ 5656.479613] [] ? bond_ethtool_get_drvinfo+0x2e/0x4b [bonding] Jun 8 14:08:01 gateway kernel: [ 5656.479665] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.479699] [] ? dev_hard_start_xmit+0x1b0/0x2b8 Jun 8 14:08:01 gateway kernel: [ 5656.479733] [] ? dev_queue_xmit+0x2dd/0x38d Jun 8 14:08:01 gateway kernel: [ 5656.479770] [] ? vlan_dev_hwaccel_hard_start_xmit+0x63/0x7d [8021q] Jun 8 14:08:01 gateway kernel: [ 5656.479824] [] ? dev_hard_start_xmit+0x211/0x2b8 Jun 8 14:08:01 gateway kernel: [ 5656.479862] [] ? dev_queue_xmit+0x2dd/0x38d Jun 8 14:08:01 gateway kernel: [ 5656.479900] [] ? ip6_output+0xd5c/0xd74 Jun 8 14:08:01 gateway kernel: [ 5656.479933] [] ? nf_iterate+0x41/0x7d Jun 8 14:08:01 gateway kernel: [ 5656.479964] [] ? dst_output+0x0/0xb Jun 8 14:08:01 gateway kernel: [ 5656.479995] [] ? nf_hook_slow+0x62/0xc3 Jun 8 14:08:01 gateway kernel: [ 5656.480031] [] ? dst_output+0x0/0xb Jun 8 14:08:01 gateway kernel: [ 5656.480062] [] ? ip6_xmit+0x3b9/0x4a0 Jun 8 14:08:01 gateway kernel: [ 5656.480094] [] ? inet6_csk_xmit+0x249/0x274 Jun 8 14:08:01 gateway kernel: [ 5656.480127] [] ? tcp_transmit_skb+0x648/0x687 Jun 8 14:08:01 gateway kernel: [ 5656.480161] [] ? tcp_write_xmit+0x874/0x96c Jun 8 14:08:01 gateway kernel: [ 5656.480193] [] ? __alloc_skb+0x69/0x15a Jun 8 14:08:01 gateway kernel: [ 5656.480226] [] ? __tcp_push_pending_frames+0x22/0x53 Jun 8 14:08:01 gateway kernel: [ 5656.480260] [] ? tcp_sendmsg+0x77c/0x878 Jun 8 14:08:01 gateway kernel: [ 5656.480293] [] ? sock_aio_write+0xb1/0xbc Jun 8 14:08:01 gateway kernel: [ 5656.480326] [] ? do_sync_write+0xce/0x113 Jun 8 14:08:01 gateway kernel: [ 5656.480358] [] ? autoremove_wake_function+0x0/0x2e Jun 8 14:08:01 gateway kernel: [ 5656.480393] [] ? default_wake_function+0x0/0x9 Jun 8 14:08:01 gateway kernel: [ 5656.480426] [] ? vfs_write+0xbc/0x102 Jun 8 14:08:01 gateway kernel: [ 5656.480458] [] ? sys_write+0x45/0x6e Jun 8 14:08:01 gateway kernel: [ 5656.480490] [] ? system_call_fastpath+0x16/0x1b Jun 8 14:08:01 gateway kernel: [ 5656.480537] ---[ end trace d52ed80ad3c42eda ]--- Jun 8 14:08:01 gateway kernel: [ 5656.949629] ------------[ cut here ]------------ Jun 8 14:08:01 gateway kernel: [ 5656.949665] WARNING: at /build/mattems-linux-2.6_2.6.32-9-amd64-NYTFdD/linux-2.6-2.6.32-9/debian/build/source_amd64_none/net/core/dev.c:1582 skb_gso_segment+0x109/0x263() Jun 8 14:08:01 gateway kernel: [ 5656.949750] Hardware name: ProLiant DL365 G1 Jun 8 14:08:01 gateway kernel: [ 5656.949782] 802.1Q VLAN Support: caps=(0x190803, 0x19080b) len=2928 data_len=2856 ip_summed=0 Jun 8 14:08:01 gateway kernel: [ 5656.949817] Modules linked in: tun sch_hfsc ip6_queue act_police cls_flow cls_fw cls_u32 sch_htb sch_ingress sch_sfq bridge xt_realm ip6t_LOG iptable_raw xt_connlimit ip6table_raw xt_comment ip6t_REJECT xt_recent ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre ip6table_mangle nf_nat_irc nf_conntrack_ipv6 nf_nat_h323 nf_nat_ftp nf_nat_amanda nf_conntrack_tftp nf_conntrack_sane nf_conntrack_sip nf_conntrack_proto_udplite nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc ts_kmp nf_conntrack_amanda nf_conntrack_h323 xt_time xt_TCPMSS nf_conntrack_ftp xt_TPROXY xt_sctp nf_tproxy_core xt_policy xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFLOG xt_NFQUEUE nfnetlink_log xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp x Jun 8 14:08:01 gateway kernel: t_CONNMARK xt_connmark xt_CLASSIFY ipt_LOG xt_tcpudp iptable_nat nf_nat xt_state nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_mangle nfnetlink iptable_filter ip_tables ip6table_filter ip6_tables x_tables rpcsec_gss_krb5 nfsd exportfs nfs lockd fscache nfs_acl auth_rpcgss sunrpc 8021q garp stp bonding loop amd64_edac_mod psmouse edac_core snd_pcm i2c_piix4 ipmi_si ipmi_msghandler serio_raw edac_mce_amd snd_timer snd soundcore snd_page_alloc i2c_core hpwdt evdev pcspkr k8temp container hpilo button shpchp pci_hotplug processor ext4 mbcache jbd2 crc16 dm_mod ide_cd_mod cdrom ide_pci_generic ata_generic libata usbhid hid uhci_hcd ohci_hcd cciss serverworks scsi_mod bnx2 sky2 ehci_hcd ide_core usbcore e1000e nls_base thermal thermal_sys [last unloaded: scsi_wait_scan] Jun 8 14:08:01 gateway kernel: [ 5656.950828] Pid: 5545, comm: sshd Tainted: G W 2.6.32-3-amd64 #1 Jun 8 14:08:01 gateway kernel: [ 5656.950862] Call Trace: Jun 8 14:08:01 gateway kernel: [ 5656.950888] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.950921] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.950954] [] ? warn_slowpath_common+0x77/0xa3 Jun 8 14:08:01 gateway kernel: [ 5656.950988] [] ? warn_slowpath_fmt+0x51/0x59 Jun 8 14:08:01 gateway kernel: [ 5656.951026] [] ? ip6t_do_table+0x65f/0x69a [ip6_tables] Jun 8 14:08:01 gateway kernel: [ 5656.951065] [] ? vlan_ethtool_get_drvinfo+0x24/0x35 [8021q] Jun 8 14:08:01 gateway kernel: [ 5656.951118] [] ? skb_gso_segment+0x109/0x263 Jun 8 14:08:01 gateway kernel: [ 5656.951151] [] ? dev_hard_start_xmit+0x1b0/0x2b8 Jun 8 14:08:01 gateway kernel: [ 5656.951187] [] ? dev_queue_xmit+0x2dd/0x38d Jun 8 14:08:01 gateway kernel: [ 5656.951223] [] ? ip6_output+0xd5c/0xd74 Jun 8 14:08:01 gateway kernel: [ 5656.951256] [] ? nf_iterate+0x41/0x7d Jun 8 14:08:01 gateway kernel: [ 5656.951288] [] ? dst_output+0x0/0xb Jun 8 14:08:01 gateway kernel: [ 5656.951319] [] ? nf_hook_slow+0x62/0xc3 Jun 8 14:08:01 gateway kernel: [ 5656.951350] [] ? dst_output+0x0/0xb Jun 8 14:08:01 gateway kernel: [ 5656.951381] [] ? ip6_xmit+0x3b9/0x4a0 Jun 8 14:08:01 gateway kernel: [ 5656.951413] [] ? inet6_csk_xmit+0x249/0x274 Jun 8 14:08:01 gateway kernel: [ 5656.951446] [] ? tcp_transmit_skb+0x648/0x687 Jun 8 14:08:01 gateway kernel: [ 5656.951480] [] ? tcp_write_xmit+0x874/0x96c Jun 8 14:08:01 gateway kernel: [ 5656.951512] [] ? __alloc_skb+0x69/0x15a Jun 8 14:08:01 gateway kernel: [ 5656.957763] [] ? __tcp_push_pending_frames+0x22/0x53 Jun 8 14:08:01 gateway kernel: [ 5656.957805] [] ? tcp_sendmsg+0x77c/0x878 Jun 8 14:08:01 gateway kernel: [ 5656.957840] [] ? sock_aio_write+0xb1/0xbc Jun 8 14:08:01 gateway kernel: [ 5656.957877] [] ? n_tty_read+0x692/0x774 Jun 8 14:08:01 gateway kernel: [ 5656.957913] [] ? do_sync_write+0xce/0x113 Jun 8 14:08:01 gateway kernel: [ 5656.957946] [] ? autoremove_wake_function+0x0/0x2e Jun 8 14:08:01 gateway kernel: [ 5656.957984] [] ? default_wake_function+0x0/0x9 Jun 8 14:08:01 gateway kernel: [ 5656.958021] [] ? vfs_write+0xbc/0x102 Jun 8 14:08:01 gateway kernel: [ 5656.958056] [] ? sys_write+0x45/0x6e Jun 8 14:08:01 gateway kernel: [ 5656.958092] [] ? system_call_fastpath+0x16/0x1b Jun 8 14:08:01 gateway kernel: [ 5656.958129] ---[ end trace d52ed80ad3c42edb ]--- ===== end call traces ===== ===== lspci -v ===== 00:03.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02) (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company Device 31fb Flags: bus master, stepping, medium devsel, latency 64, IRQ 10 Memory at e8000000 (32-bit, prefetchable) [size=128M] I/O ports at 1000 [size=256] Memory at f7ff0000 (32-bit, non-prefetchable) [size=64K] [virtual] Expansion ROM at e0000000 [disabled] [size=128K] Capabilities: [50] Power Management version 2 00:04.0 System peripheral: Compaq Computer Corporation Integrated Lights Out Controller (rev 03) Subsystem: Hewlett-Packard Company Device 3305 Flags: medium devsel, IRQ 25 I/O ports at 2800 [size=256] Memory at f7fe0000 (32-bit, non-prefetchable) [size=512] Capabilities: [f0] Power Management version 3 Kernel driver in use: hpwdt 00:04.2 System peripheral: Compaq Computer Corporation Integrated Lights Out Processor (rev 03) Subsystem: Hewlett-Packard Company Device 3305 Flags: bus master, medium devsel, latency 64, IRQ 26 I/O ports at 1400 [size=256] Memory at f7fd0000 (32-bit, non-prefetchable) [size=2K] Memory at f7fc0000 (32-bit, non-prefetchable) [size=8K] Memory at f7f00000 (32-bit, non-prefetchable) [size=512K] [virtual] Expansion ROM at e0020000 [disabled] [size=64K] Capabilities: [f0] Power Management version 3 Kernel driver in use: hpilo 00:04.4 USB Controller: Hewlett-Packard Company Proliant iLO2/iLO3 virtual USB controller (prog-if 00 [UHCI]) Subsystem: Hewlett-Packard Company Device 3305 Flags: bus master, medium devsel, latency 64, IRQ 26 I/O ports at 1800 [size=32] Capabilities: [f0] Power Management version 3 Kernel driver in use: uhci_hcd 00:04.6 IPMI SMIC interface: Hewlett-Packard Company Proliant iLO2 virtual UART (prog-if 01) Subsystem: Hewlett-Packard Company Device 3305 Flags: medium devsel, IRQ 25 Memory at f7ef0000 (32-bit, non-prefetchable) [size=256] Capabilities: [f0] Power Management version 3 Kernel driver in use: ipmi_si 00:05.0 PCI bridge: Broadcom BCM5785 [HT1000] PCI/PCI-X Bridge (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 64 Bus: primary=00, secondary=01, subordinate=04, sec-latency=64 Capabilities: [90] PCI-X bridge device Capabilities: [a0] HyperTransport: MSI Mapping Enable+ Fixed- Capabilities: [b0] HyperTransport: Slave or Primary Interface Capabilities: [d8] Subsystem: Gammagraphx, Inc. (or missing ID) Device 0000 00:06.0 Host bridge: Broadcom BCM5785 [HT1000] Legacy South Bridge Subsystem: Broadcom Device 0201 Flags: bus master, medium devsel, latency 64 Kernel driver in use: piix4_smbus 00:06.1 IDE interface: Broadcom BCM5785 [HT1000] IDE (prog-if 8a [Master SecP PriP]) Subsystem: Hewlett-Packard Company Device 320b Flags: bus master, medium devsel, latency 64 I/O ports at 01f0 [size=8] I/O ports at 03f4 [size=1] I/O ports at 0170 [size=8] I/O ports at 0374 [size=1] I/O ports at 1840 [size=16] Capabilities: [b0] #00 [0002] Kernel driver in use: Serverworks_IDE 00:06.2 ISA bridge: Broadcom BCM5785 [HT1000] LPC Subsystem: Broadcom Device 0230 Flags: bus master, medium devsel, latency 0 00:07.0 USB Controller: Broadcom BCM5785 [HT1000] USB (rev 01) (prog-if 10 [OHCI]) Subsystem: Hewlett-Packard Company Device 320c Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 5 Memory at f7ee0000 (32-bit, non-prefetchable) [size=4K] I/O ports at 1c00 [size=256] Capabilities: [dc] Power Management version 2 Kernel driver in use: ohci_hcd 00:07.1 USB Controller: Broadcom BCM5785 [HT1000] USB (rev 01) (prog-if 10 [OHCI]) Subsystem: Hewlett-Packard Company Device 320c Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 5 Memory at f7ed0000 (32-bit, non-prefetchable) [size=4K] I/O ports at 3000 [size=256] Capabilities: [dc] Power Management version 2 Kernel driver in use: ohci_hcd 00:07.2 USB Controller: Broadcom BCM5785 [HT1000] USB (rev 01) (prog-if 20 [EHCI]) Subsystem: Hewlett-Packard Company Device 320d Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 5 Memory at f7ec0000 (32-bit, non-prefetchable) [size=4K] I/O ports at 3400 [size=256] Capabilities: [dc] Power Management version 2 Kernel driver in use: ehci_hcd 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration Flags: fast devsel Capabilities: [80] HyperTransport: Host or Secondary Interface Capabilities: [a0] HyperTransport: Host or Secondary Interface Capabilities: [c0] HyperTransport: Host or Secondary Interface 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map Flags: fast devsel 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller Flags: fast devsel Kernel driver in use: amd64_edac 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control Flags: fast devsel Capabilities: [f0] Secure device Kernel driver in use: k8temp 00:19.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration Flags: fast devsel Capabilities: [80] HyperTransport: Host or Secondary Interface Capabilities: [a0] HyperTransport: Host or Secondary Interface Capabilities: [c0] HyperTransport: Host or Secondary Interface 00:19.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map Flags: fast devsel 00:19.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller Flags: fast devsel Kernel driver in use: amd64_edac 00:19.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control Flags: fast devsel Capabilities: [f0] Secure device Kernel driver in use: k8temp 01:0d.0 PCI bridge: Broadcom BCM5785 [HT1000] PCI/PCI-X Bridge (rev c0) (prog-if 00 [Normal decode]) Flags: bus master, 66MHz, medium devsel, latency 64 Bus: primary=01, secondary=02, subordinate=04, sec-latency=64 Capabilities: [90] PCI-X bridge device Capabilities: [88] Subsystem: Device 814f:0000 08:0f.0 PCI bridge: Broadcom HT2100 PCI-Express Bridge (rev a2) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=08, secondary=13, subordinate=16, sec-latency=0 I/O behind bridge: 00006000-00007fff Memory behind bridge: fde00000-fdffffff Prefetchable memory behind bridge: 00000000fc000000-00000000fc1fffff Capabilities: [a0] HyperTransport: MSI Mapping Enable+ Fixed- Capabilities: [b0] Express Root Port (Slot-), MSI 00 Capabilities: [98] Power Management version 3 Capabilities: [80] MSI: Enable+ Count=1/2 Maskable- 64bit+ Capabilities: [78] Subsystem: Gammagraphx, Inc. (or missing ID) Device 0000 Capabilities: [50] HyperTransport: Slave or Primary Interface Capabilities: [100] Advanced Error Reporting Capabilities: [200] Vendor Specific Information: ID=0001 Rev=1 Len=100 Kernel driver in use: pcieport 08:10.0 PCI bridge: Broadcom HT2100 PCI-Express Bridge (rev a2) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=08, secondary=10, subordinate=12, sec-latency=0 I/O behind bridge: 00005000-00005fff Memory behind bridge: fdd00000-fddfffff Prefetchable memory behind bridge: 00000000fc200000-00000000fc2fffff Capabilities: [a0] HyperTransport: MSI Mapping Enable+ Fixed- Capabilities: [b0] Express Root Port (Slot-), MSI 00 Capabilities: [98] Power Management version 3 Capabilities: [80] MSI: Enable+ Count=1/2 Maskable- 64bit+ Capabilities: [78] Subsystem: Gammagraphx, Inc. (or missing ID) Device 0000 Capabilities: [100] Advanced Error Reporting Capabilities: [200] Vendor Specific Information: ID=0001 Rev=1 Len=100 Kernel driver in use: pcieport 08:11.0 PCI bridge: Broadcom HT2100 PCI-Express Bridge (rev a2) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=08, secondary=09, subordinate=0a, sec-latency=0 Memory behind bridge: f8000000-f9ffffff Prefetchable memory behind bridge: 00000000fc300000-00000000fc3fffff Capabilities: [a0] HyperTransport: MSI Mapping Enable+ Fixed- Capabilities: [b0] Express Root Port (Slot-), MSI 00 Capabilities: [98] Power Management version 3 Capabilities: [80] MSI: Enable+ Count=1/2 Maskable- 64bit+ Capabilities: [78] Subsystem: Gammagraphx, Inc. (or missing ID) Device 0000 Capabilities: [100] Advanced Error Reporting Capabilities: [200] Vendor Specific Information: ID=0001 Rev=1 Len=100 Kernel driver in use: pcieport 08:12.0 PCI bridge: Broadcom HT2100 PCI-Express Bridge (rev a2) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=08, secondary=0b, subordinate=0c, sec-latency=0 Memory behind bridge: fa000000-fbffffff Prefetchable memory behind bridge: 00000000fc400000-00000000fc4fffff Capabilities: [a0] HyperTransport: MSI Mapping Enable+ Fixed- Capabilities: [b0] Express Root Port (Slot-), MSI 00 Capabilities: [98] Power Management version 3 Capabilities: [80] MSI: Enable+ Count=1/2 Maskable- 64bit+ Capabilities: [78] Subsystem: Gammagraphx, Inc. (or missing ID) Device 0000 Capabilities: [100] Advanced Error Reporting Capabilities: [200] Vendor Specific Information: ID=0001 Rev=1 Len=100 Kernel driver in use: pcieport 08:13.0 PCI bridge: Broadcom HT2100 PCI-Express Bridge (rev a2) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=08, secondary=0d, subordinate=0f, sec-latency=0 I/O behind bridge: 00004000-00004fff Memory behind bridge: fdb00000-fdcfffff Prefetchable memory behind bridge: 00000000fc500000-00000000fc5fffff Capabilities: [a0] HyperTransport: MSI Mapping Enable+ Fixed- Capabilities: [b0] Express Root Port (Slot-), MSI 00 Capabilities: [98] Power Management version 3 Capabilities: [80] MSI: Enable+ Count=1/2 Maskable- 64bit+ Capabilities: [78] Subsystem: Gammagraphx, Inc. (or missing ID) Device 0000 Capabilities: [100] Advanced Error Reporting Capabilities: [200] Vendor Specific Information: ID=0001 Rev=1 Len=100 Kernel driver in use: pcieport 09:00.0 PCI bridge: Broadcom EPB PCI-Express to PCI-X Bridge (rev c2) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=09, secondary=0a, subordinate=0a, sec-latency=64 Memory behind bridge: f8000000-f9ffffff Prefetchable memory behind bridge: 00000000fc300000-00000000fc3fffff Capabilities: [60] Express PCI/PCI-X Bridge, MSI 00 Capabilities: [90] PCI-X bridge device Capabilities: [b0] Power Management version 2 Capabilities: [100] Advanced Error Reporting Capabilities: [14c] Power Budgeting Capabilities: [160] Device Serial Number 00-18-fe-ff-fe-34-d9-22 0a:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet (rev 11) Subsystem: Hewlett-Packard Company NC373i Integrated Multifunction Gigabit Server Adapter Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 48 Memory at f8000000 (64-bit, non-prefetchable) [size=32M] [virtual] Expansion ROM at fc300000 [disabled] [size=2K] Capabilities: [40] PCI-X non-bridge device Capabilities: [48] Power Management version 2 Capabilities: [50] Vital Product Data Capabilities: [58] MSI: Enable+ Count=1/1 Maskable- 64bit+ Kernel driver in use: bnx2 0b:00.0 PCI bridge: Broadcom EPB PCI-Express to PCI-X Bridge (rev c2) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=0b, secondary=0c, subordinate=0c, sec-latency=64 Memory behind bridge: fa000000-fbffffff Prefetchable memory behind bridge: 00000000fc400000-00000000fc4fffff Capabilities: [60] Express PCI/PCI-X Bridge, MSI 00 Capabilities: [90] PCI-X bridge device Capabilities: [b0] Power Management version 2 Capabilities: [100] Advanced Error Reporting Capabilities: [14c] Power Budgeting Capabilities: [160] Device Serial Number 00-18-fe-ff-fe-34-d9-26 0c:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet (rev 11) Subsystem: Hewlett-Packard Company NC373i Integrated Multifunction Gigabit Server Adapter Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 49 Memory at fa000000 (64-bit, non-prefetchable) [size=32M] [virtual] Expansion ROM at fc400000 [disabled] [size=2K] Capabilities: [40] PCI-X non-bridge device Capabilities: [48] Power Management version 2 Capabilities: [50] Vital Product Data Capabilities: [58] MSI: Enable+ Count=1/1 Maskable- 64bit+ Kernel driver in use: bnx2 0d:00.0 RAID bus controller: Hewlett-Packard Company Smart Array Controller (rev 01) Subsystem: Hewlett-Packard Company P400i SAS Controller Flags: bus master, fast devsel, latency 0, IRQ 17 Memory at fdc00000 (64-bit, non-prefetchable) [size=1M] I/O ports at 4000 [size=256] Memory at fdbf0000 (64-bit, non-prefetchable) [size=4K] [virtual] Expansion ROM at fc500000 [disabled] [size=256K] Capabilities: [b0] Express Endpoint, MSI 00 Capabilities: [d4] MSI-X: Enable+ Count=4 Masked- Capabilities: [e0] Power Management version 2 Capabilities: [ec] Vital Product Data Capabilities: [100] Power Budgeting Kernel driver in use: cciss 10:00.0 Ethernet controller: SysKonnect SK-9E21D 10/100/1000Base-T Adapter, Copper RJ-45 (rev 14) Subsystem: SysKonnect SK-9E22 Server Adapter Flags: bus master, fast devsel, latency 0, IRQ 40 Memory at fddf0000 (64-bit, non-prefetchable) [size=16K] I/O ports at 5000 [size=256] [virtual] Expansion ROM at fc200000 [disabled] [size=128K] Capabilities: [48] Power Management version 2 Capabilities: [50] Vital Product Data Capabilities: [5c] MSI: Enable+ Count=1/2 Maskable- 64bit+ Capabilities: [e0] Express Legacy Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Kernel driver in use: sky2 13:00.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 04) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=13, secondary=14, subordinate=16, sec-latency=0 I/O behind bridge: 00006000-00007fff Memory behind bridge: fde00000-fdffffff Prefetchable memory behind bridge: 00000000fc000000-00000000fc1fffff Capabilities: [40] Express Upstream Port, MSI 00 Capabilities: [70] Power Management version 2 Capabilities: [100] Virtual Channel Kernel driver in use: pcieport 14:00.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 04) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=14, secondary=15, subordinate=15, sec-latency=0 I/O behind bridge: 00006000-00006fff Memory behind bridge: fde00000-fdefffff Prefetchable memory behind bridge: 00000000fc000000-00000000fc0fffff Capabilities: [40] Express Downstream Port (Slot-), MSI 00 Capabilities: [70] Power Management version 2 Capabilities: [7c] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [100] Virtual Channel Kernel driver in use: pcieport 14:01.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 04) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=14, secondary=16, subordinate=16, sec-latency=0 I/O behind bridge: 00007000-00007fff Memory behind bridge: fdf00000-fdffffff Prefetchable memory behind bridge: 00000000fc100000-00000000fc1fffff Capabilities: [40] Express Downstream Port (Slot-), MSI 00 Capabilities: [70] Power Management version 2 Capabilities: [7c] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [100] Virtual Channel Kernel driver in use: pcieport 15:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06) Subsystem: Intel Corporation PRO/1000 PT Quad Port Server Adapter Flags: bus master, fast devsel, latency 0, IRQ 39 Memory at fdee0000 (32-bit, non-prefetchable) [size=128K] Memory at fdec0000 (32-bit, non-prefetchable) [size=128K] I/O ports at 6000 [size=32] [virtual] Expansion ROM at fc000000 [disabled] [size=128K] Capabilities: [c8] Power Management version 2 Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [e0] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [140] Device Serial Number 00-15-17-ff-ff-92-1e-fc Kernel driver in use: e1000e 15:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06) Subsystem: Intel Corporation PRO/1000 PT Quad Port Server Adapter Flags: bus master, fast devsel, latency 0, IRQ 45 Memory at fdea0000 (32-bit, non-prefetchable) [size=128K] Memory at fde80000 (32-bit, non-prefetchable) [size=128K] I/O ports at 6020 [size=32] [virtual] Expansion ROM at fc020000 [disabled] [size=128K] Capabilities: [c8] Power Management version 2 Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [e0] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [140] Device Serial Number 00-15-17-ff-ff-92-1e-fc Kernel driver in use: e1000e 16:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06) Subsystem: Intel Corporation PRO/1000 PT Quad Port Server Adapter Flags: bus master, fast devsel, latency 0, IRQ 46 Memory at fdfe0000 (32-bit, non-prefetchable) [size=128K] Memory at fdfc0000 (32-bit, non-prefetchable) [size=128K] I/O ports at 7000 [size=32] [virtual] Expansion ROM at fc100000 [disabled] [size=128K] Capabilities: [c8] Power Management version 2 Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [e0] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [140] Device Serial Number 00-15-17-ff-ff-92-1e-fe Kernel driver in use: e1000e 16:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06) Subsystem: Intel Corporation PRO/1000 PT Quad Port Server Adapter Flags: bus master, fast devsel, latency 0, IRQ 47 Memory at fdfa0000 (32-bit, non-prefetchable) [size=128K] Memory at fdf80000 (32-bit, non-prefetchable) [size=128K] I/O ports at 7020 [size=32] [virtual] Expansion ROM at fc120000 [disabled] [size=128K] Capabilities: [c8] Power Management version 2 Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [e0] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [140] Device Serial Number 00-15-17-ff-ff-92-1e-fe Kernel driver in use: e1000e ===== end lspci ===== -- 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/