Package: src:linux
Version: 3.12.9-1~bpo70+1
Severity: important

Dear Maintainer,

    Tunnel interfaces using Evernet over LTPv3 are broken for bridge use.
    
    Scenario:
    
    l2tp0<->br0<->l2tp1 
    
    Arp requests from l2tp0 emits OK
    Arp request travels across bridge to l2tp1 OK (l2tp packets observed on
host)
    Arp reply on l2tp1 emits OK
    Arp reply is emitted by br0 as l2tp0, but the packet never ever arrives
on the l2tp client. It is "eaten" by the kernel somewhere. I have used several
alternative userspace eol2tp implementations (all working and tested) to test
this. Running them under debugger shows that they never get the encapsulated 
arp reply packet (it for some reason ends up being eaten by kernel). At the
same time tcpdump shows it on localhost.

    As a result anything connected to l2tp0 can ping host (on br0), but cannot
ping anything on l2tp1 and vice versa.

Additional info not provided by normal scripts - tunnel setup:

    ip l2tp add tunnel remote 127.0.0.1 local 127.0.0.1 encap udp \
        tunnel_id 1 peer_tunnel_id 1 udp_sport 16384 udp_dport 16385

    ip l2tp add session name l2tp0 tunnel_id 1 session_id 0xffffffff \
        peer_session_id 0xffffffff \
        cookie deadbeefdeadbeef \
        peer_cookie beefdeadbeefdead

    /sbin/ifconfig l2tp0 mtu 1500 up

    /sbin/brctl addif br0 l2tp0

    ip l2tp add tunnel remote 127.0.0.1 local 127.0.0.1 encap udp \
        tunnel_id 2 peer_tunnel_id 2 udp_sport 16386 udp_dport 16387

    ip l2tp add session name l2tp1 tunnel_id 2 session_id 0xffffffff \
        peer_session_id 0xffffffff \
        cookie deadbeefdeadbeef \
        peer_cookie beefdeadbeefdead

    /sbin/ifconfig l2tp1 mtu 1500 up

    /sbin/brctl addif br0 l2tp1

So if I configure the bridge like that (perfectly legit config) it does not
work. 

-- Package-specific info:
** Version:
Linux version 3.12-0.bpo.1-amd64 (debian-ker...@lists.debian.org) (gcc version 
4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.12.9-1~bpo70+1 (2014-02-07)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.12-0.bpo.1-amd64 
root=UUID=49a2baa4-c4fb-4b25-a847-da38aabf6eb4 ro quiet rootdelay=10

** Not tainted

** Kernel log:
[   18.661366] l2tp_netlink: L2TP netlink interface
[   18.662553] l2tp_eth: L2TP ethernet pseudowire support (L2TPv3)
[   21.573268] EXT4-fs (md1): mounting ext3 file system using the ext4 subsystem
[   21.615349] EXT4-fs (md1): mounted filesystem with ordered data mode. Opts: 
(null)
[   21.643764] EXT4-fs (md2): mounting ext3 file system using the ext4 subsystem
[   21.704521] EXT4-fs (md2): mounted filesystem with ordered data mode. Opts: 
(null)
[   21.728474] EXT4-fs (sda1): mounting ext3 file system using the ext4 
subsystem
[   21.757964] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: 
(null)
[   21.781781] EXT4-fs (sdd1): mounting ext3 file system using the ext4 
subsystem
[   21.810221] EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: 
(null)
[   23.570895] tg3 0000:04:00.0: irq 50 for MSI/MSI-X
[   24.346403] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   26.936826] tg3 0000:04:00.0 eth0: Link is up at 1000 Mbps, full duplex
[   26.936838] tg3 0000:04:00.0 eth0: Flow control is on for TX and on for RX
[   26.936877] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   61.093148] Bridge firewalling registered
[   61.141009] tun: Universal TUN/TAP device driver, 1.6
[   61.141015] tun: (C) 1999-2004 Max Krasnyansky <m...@qualcomm.com>
[   61.178845] IPv6: ADDRCONF(NETDEV_UP): tap0: link is not ready
[   61.180350] IPv6: ADDRCONF(NETDEV_UP): tap1: link is not ready
[   61.182004] device tap0 entered promiscuous mode
[   61.183701] device tap1 entered promiscuous mode
[   61.209149] br0: port 2(tap1) entered forwarding state
[   61.209163] br0: port 2(tap1) entered forwarding state
[   62.140931] br0: port 2(tap1) entered disabled state
[   98.287522] RPC: Registered named UNIX socket transport module.
[   98.287528] RPC: Registered udp transport module.
[   98.287531] RPC: Registered tcp transport module.
[   98.287534] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   98.331544] FS-Cache: Loaded
[   98.354281] FS-Cache: Netfs 'nfs' registered for caching
[   98.397833] Installing knfsd (copyright (C) 1996 o...@monad.swb.de).
[   98.683597] fuse init (API version 7.22)
[  104.033349] sit: IPv6 over IPv4 tunneling driver
[  120.652842] Bluetooth: Core ver 2.16
[  120.652897] NET: Registered protocol family 31
[  120.652902] Bluetooth: HCI device and connection manager initialized
[  120.652922] Bluetooth: HCI socket layer initialized
[  120.652928] Bluetooth: L2CAP socket layer initialized
[  120.652942] Bluetooth: SCO socket layer initialized
[  120.713330] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  120.713337] Bluetooth: BNEP filters: protocol multicast
[  120.713352] Bluetooth: BNEP socket layer initialized
[  120.742620] Bluetooth: RFCOMM TTY layer initialized
[  120.742648] Bluetooth: RFCOMM socket layer initialized
[  120.742652] Bluetooth: RFCOMM ver 1.11
[  121.008812] lp: driver loaded but no devices found
[  121.018798] ppdev: user-space parallel port driver
[  126.617541] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery 
directory
[  126.683548] NFSD: starting 90-second grace period (net ffffffff81883dc0)
[  153.542230] usb 4-3: USB disconnect, device number 2
[  153.576943] lenovo_tpkbd 0003:17EF:6009.0002: usb_submit_urb(ctrl) failed: 
-19
[  153.577006] lenovo_tpkbd 0003:17EF:6009.0002: usb_submit_urb(ctrl) failed: 
-19
[  180.619815] ip_tables: (C) 2000-2006 Netfilter Core Team
[  180.652075] ip6_tables: (C) 2000-2006 Netfilter Core Team
[  180.692646] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[  181.426186] tg3 0000:04:00.0 eth0: Link is down
[  184.867657] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[  184.870369] device eth2 entered promiscuous mode
[  185.310452] IPv6: ADDRCONF(NETDEV_CHANGE): tap1: link becomes ready
[  185.310517] br0: port 2(tap1) entered forwarding state
[  185.310540] br0: port 2(tap1) entered forwarding state
[  185.340931] IPv6: ADDRCONF(NETDEV_CHANGE): tap0: link becomes ready
[  185.341022] br0: port 1(tap0) entered forwarding state
[  185.341053] br0: port 1(tap0) entered forwarding state
[  186.308096] br0: port 2(tap1) entered disabled state
[  186.969420] tg3 0000:04:00.0 eth0: Link is up at 1000 Mbps, full duplex
[  186.969449] tg3 0000:04:00.0 eth0: Flow control is off for TX and off for RX
[  187.945130] e1000e: eth2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[  187.945457] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[  200.392550] br0: port 1(tap0) entered forwarding state
[  251.635353] Key type dns_resolver registered
[  251.665092] NFS: Registering the id_resolver key type
[  251.665138] Key type id_resolver registered
[  251.665143] Key type id_legacy registered
[  499.831589] br0: port 1(tap0) entered disabled state
[  526.554515] device l2tp0 entered promiscuous mode
[  526.554713] br0: port 3(l2tp0) entered forwarding state
[  526.554730] br0: port 3(l2tp0) entered forwarding state
[  541.589078] br0: port 3(l2tp0) entered forwarding state
[  906.452815] device l2tp1 entered promiscuous mode
[  906.452948] br0: port 4(l2tp1) entered forwarding state
[  906.452964] br0: port 4(l2tp1) entered forwarding state
[  921.507056] br0: port 4(l2tp1) entered forwarding state
[22276.366266] perf samples too long (2505 > 2500), lowering 
kernel.perf_event_max_sample_rate to 50000
[25678.723114] ICMPv6 checksum failed [2a01:348:6:4c4::1 > 2a01:348:6:4c4::2]
[33901.361167] nr_pdflush_threads exported in /proc is scheduled for removal
[33901.361441] sysctl: The scan_unevictable_pages sysctl/node-interface has 
been disabled for lack of a legitimate use case.  If you have one, please send 
an email to linux...@kvack.org.
[34047.286645] device br0 entered promiscuous mode
[34054.745393] device br0 left promiscuous mode
[34509.021723] device lo entered promiscuous mode
[34523.995709] device lo left promiscuous mode
[34565.706977] device lo entered promiscuous mode
[34574.849005] device lo left promiscuous mode
[94270.499549] ICMPv6 checksum failed [2a01:348:6:4c4::1 > 2a01:348:6:4c4::2]
[100331.491781] ICMPv6 checksum failed [2a01:348:6:4c4::1 > 2a01:348:6:4c4::2]
[106812.568949] ICMPv6 checksum failed [2a01:348:6:4c4::1 > 2a01:348:6:4c4::2]
[126549.143683] CE: hpet increased min_delta_ns to 20115 nsec
[126549.143785] CE: hpet increased min_delta_ns to 30172 nsec
[126549.143893] CE: hpet increased min_delta_ns to 45258 nsec

** Model information
sys_vendor: HP
product_name: ProLiant MicroServer
product_version:    
chassis_vendor: HP
chassis_version:    
bios_vendor: HP
bios_version: O41    

** Loaded modules:
nfsv3
nfsv4
dns_resolver
xt_nat
xt_tcpudp
nf_conntrack_ipv6
nf_defrag_ipv6
xt_state
iptable_nat
nf_conntrack_ipv4
nf_defrag_ipv4
nf_nat_ipv4
nf_nat
nf_conntrack
ip6table_filter
ip6_tables
iptable_filter
ip_tables
x_tables
autofs4
cpufreq_conservative
cpufreq_userspace
cpufreq_stats
cpufreq_powersave
parport_pc
ppdev
lp
parport
rfcomm
bnep
bluetooth
rfkill
sit
tunnel4
ip_tunnel
binfmt_misc
fuse
nfsd
auth_rpcgss
oid_registry
nfs_acl
nfs
lockd
fscache
sunrpc
tun
bridge
stp
llc
l2tp_eth
l2tp_netlink
l2tp_core
loop
joydev
radeon
ttm
drm_kms_helper
drm
i2c_algo_bit
sp5100_tco
kvm_amd
shpchp
i2c_piix4
pcspkr
evdev
kvm
acpi_cpufreq
i2c_core
k10temp
amd64_edac_mod
edac_mce_amd
edac_core
processor
button
thermal_sys
ext4
crc16
mbcache
jbd2
raid0
raid1
md_mod
hid_lenovo_tpkbd
usbhid
hid
sg
sd_mod
crc_t10dif
crct10dif_common
ata_generic
ahci
libahci
pata_atiixp
ohci_pci
ohci_hcd
ehci_pci
ehci_hcd
tg3
libphy
e1000e
ptp
pps_core
usbcore
libata
scsi_mod
usb_common

** Network interface configuration:

auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet static
  address 192.168.3.34
  netmask 255.255.255.0 
  broadcast 192.168.3.255
        
auto lo:0
iface lo:0 inet static
  address 192.168.0.3
  netmask 255.255.255.255

auto lo:1
iface lo:1 inet static
  address 192.168.11.1
  netmask 255.255.255.255

auto lo:2
iface lo:2 inet static
  address 192.168.0.1
  netmask 255.255.255.255

auto br0
iface br0 inet static
        address 192.168.4.1
        netmask 255.255.255.0
        broadcast 192.168.4.255
        gateway 192.168.4.3
        pre-up /etc/network/bridge-up

auto eth1
iface eth1 inet manual

auto eth2
iface eth2 inet manual

** Network status:
*** IP interfaces and addresses:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet 192.168.0.3/32 brd 192.168.0.3 scope global lo:0
       valid_lft forever preferred_lft forever
    inet 192.168.11.1/32 brd 192.168.11.1 scope global lo:1
       valid_lft forever preferred_lft forever
    inet 192.168.0.1/32 brd 192.168.0.1 scope global lo:2
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 78:ac:c0:fb:f1:2b brd ff:ff:ff:ff:ff:ff
    inet 192.168.3.34/24 brd 192.168.3.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::7aac:c0ff:fefb:f12b/64 scope link 
       valid_lft forever preferred_lft forever
3: eth2: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast 
state UP qlen 1000
    link/ether 68:05:ca:01:5b:fb brd ff:ff:ff:ff:ff:ff
4: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 68:05:ca:01:5b:ef brd ff:ff:ff:ff:ff:ff
5: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP 
    link/ether 6e:c7:c2:c6:35:6b brd ff:ff:ff:ff:ff:ff
    inet 192.168.4.1/24 brd 192.168.4.255 scope global br0
       valid_lft forever preferred_lft forever
    inet6 fe80::6cc7:c2ff:fec6:356b/64 scope link 
       valid_lft forever preferred_lft forever
6: tap0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast master 
br0 state DOWN qlen 500
    link/ether 6e:c7:c2:c6:35:6b brd ff:ff:ff:ff:ff:ff
    inet6 fe80::6cc7:c2ff:fec6:356b/64 scope link 
       valid_lft forever preferred_lft forever
7: tap1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast master 
br0 state DOWN qlen 500
    link/ether 9e:3f:53:60:1a:e1 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::9c3f:53ff:fe60:1ae1/64 scope link 
       valid_lft forever preferred_lft forever
8: sit0: <NOARP> mtu 1480 qdisc noop state DOWN 
    link/sit 0.0.0.0 brd 0.0.0.0
9: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1300 qdisc pfifo_fast 
state UNKNOWN qlen 100
    link/none 
    inet 192.168.7.1 peer 192.168.7.2/32 scope global tun0
       valid_lft forever preferred_lft forever
10: tun2: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1300 qdisc pfifo_fast 
state UNKNOWN qlen 100
    link/none 
    inet 192.168.15.1 peer 192.168.15.2/32 scope global tun2
       valid_lft forever preferred_lft forever
11: tun252: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1300 qdisc pfifo_fast 
state UNKNOWN qlen 100
    link/none 
    inet 192.168.17.6 peer 192.168.17.5/32 scope global tun252
       valid_lft forever preferred_lft forever
12: l2tp0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master 
br0 state UNKNOWN qlen 1000
    link/ether b2:60:9d:f7:65:75 brd ff:ff:ff:ff:ff:ff
13: l2tp1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master 
br0 state UNKNOWN qlen 1000
    link/ether da:94:29:7a:c6:62 brd ff:ff:ff:ff:ff:ff
14: sixxs: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc pfifo_fast 
state UNKNOWN qlen 500
    link/none 
    inet6 2a01:348:6:4c4::2/64 scope global 
       valid_lft forever preferred_lft forever
    inet6 fe80::48:6:4c4:2/64 scope link 
       valid_lft forever preferred_lft forever

*** Device statistics:
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    
packets errs drop fifo colls carrier compressed
  tun0:       0       0    0    0    0     0          0         0        0      
 0    0    0    0     0       0          0
  tun2: 10492582   47656    0    0    0     0          0         0  6464440   
32204    0    0    0     0       0          0
   br0: 1976622896 3032500    0    0    0     0          0         0 1576765936 
3420789    0    0    0     0       0          0
 sixxs: 14079885   23534    0    0    0     0          0         0  5593495   
21769    0    0    0     0       0          0
 l2tp1: 28836600  171594    0    0    0     0          0         0 77945412  
190766    0    0    0     0       0          0
tun252: 1130030    9980    0    0    0     0          0         0   503552    
6780    0    0    0     0       0          0
  eth0: 40756546590 35293883    0   47    0     3          0      1561 
41784389523 36701341    0    0    0     0       0          0
  eth1:       0       0    0    0    0     0          0         0        0      
 0    0    0    0     0       0          0
  eth2: 2098177170 4294127    0    0    0     0          0         0 1512065036 
3225601    0    0    0     0       0          0
 l2tp0: 2050745083 2861168    0    0    0     0          0         0 1498848778 
3231778    0    0    0     0       0          0
    lo: 6776592862 9059352    0    0    0     0          0         0 6776592862 
9059352    0    0    0     0       0          0
  tap0:  202007     847    0    0    0     0          0         0   122701     
842    0    0    0     0       0          0
  tap1:       0       0    0    0    0     0          0         0        0      
 0    0    6    0     0       0          0
  sit0:       0       0    0    0    0     0          0         0        0      
 0    0    0    0     0       0          0

*** Protocol statistics:
Ip:
    31000933 total packets received
    5203236 forwarded
    0 incoming packets discarded
    25792813 incoming packets delivered
    30215625 requests sent out
    98 outgoing packets dropped
    1854 dropped because of missing route
    1534 reassemblies required
    767 packets reassembled ok
    30584 fragments received ok
    61168 fragments created
Icmp:
    23629 ICMP messages received
    20 input ICMP message failed.
    ICMP input histogram:
        destination unreachable: 2951
        echo requests: 8126
        echo replies: 12552
    23821 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
        destination unreachable: 3094
        redirect: 5
        echo request: 12596
        echo replies: 8126
IcmpMsg:
        InType0: 12552
        InType3: 2951
        InType8: 8126
        OutType0: 8126
        OutType3: 3094
        OutType5: 5
        OutType8: 12596
Tcp:
    10526 active connections openings
    11735 passive connection openings
    21 failed connection attempts
    767 connection resets received
    24 connections established
    18558402 segments received
    36735847 segments send out
    3523 segments retransmited
    71 bad segments received.
    1546 resets sent
Udp:
    7217487 packets received
    481 packets to unknown port received.
    617 packet receive errors
    3762480 packets sent
UdpLite:
TcpExt:
    279 invalid SYN cookies received
    1 resets received for embryonic SYN_RECV sockets
    6685 TCP sockets finished time wait in fast timer
    759 packets rejects in established connections because of timestamp
    29433 delayed acks sent
    32 delayed acks further delayed because of locked socket
    Quick ack mode was activated 863 times
    5 SYNs to LISTEN sockets dropped
    18536 packets directly queued to recvmsg prequeue.
    562855 bytes directly in process context from backlog
    2320695 bytes directly received in process context from prequeue
    13643784 packet headers predicted
    6275 packets header predicted and directly queued to user
    144188 acknowledgments not containing data payload received
    8449257 predicted acknowledgments
    235 times recovered from packet loss by selective acknowledgements
    Detected reordering 1 times using SACK
    Detected reordering 10 times using time stamp
    6 congestion windows fully recovered without slow start
    8 congestion windows partially recovered using Hoe heuristic
    12 congestion windows recovered without slow start by DSACK
    42 congestion windows recovered without slow start after partial ack
    TCPLostRetransmit: 39
    12 timeouts after SACK recovery
    2311 fast retransmits
    85 forward retransmits
    18 retransmits in slow start
    220 other TCP timeouts
    TCPLossProbes: 503
    TCPLossProbeRecovery: 220
    1 SACK retransmits failed
    365 DSACKs sent for old packets
    499 DSACKs received
    3 DSACKs for out of order packets received
    332 connections reset due to unexpected data
    377 connections reset due to early user close
    51 connections aborted due to timeout
    TCPDSACKIgnoredOld: 7
    TCPDSACKIgnoredNoUndo: 278
    TCPSpuriousRTOs: 4
    TCPSackShifted: 3167
    TCPSackMerged: 4000
    TCPSackShiftFallback: 13361
    TCPDeferAcceptDrop: 59
    TCPRcvCoalesce: 4643167
    TCPOFOQueue: 13310
    TCPChallengeACK: 73
    TCPSYNChallenge: 71
    TCPSpuriousRtxHostQueues: 16
IpExt:
    InNoRoutes: 351
    InMcastPkts: 664
    OutMcastPkts: 344
    InBcastPkts: 8836
    OutBcastPkts: 338
    InOctets: 787239913
    OutOctets: -180316577
    InMcastOctets: 88327
    OutMcastOctets: 44534
    InBcastOctets: 2215712
    OutBcastOctets: 40560
    InNoECTPkts: 47410715
    InECT0Pkts: 2


** PCI devices:
00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] RS880 Host Bridge 
[1022:9601]
        Subsystem: Hewlett-Packard Company Device [103c:1609]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort+ >SERR- <PERR- INTx-
        Latency: 0
        Capabilities: <access denied>

00:01.0 PCI bridge [0604]: Hewlett-Packard Company Device [103c:9602] (prog-if 
00 [Normal decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
        I/O behind bridge: 0000c000-0000cfff
        Memory behind bridge: fe500000-fe6fffff
        Prefetchable memory behind bridge: 00000000f0000000-00000000f7ffffff
        Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>

00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge 
(ext gfx port 0) [1022:9603] (prog-if 00 [Normal decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: fe700000-fe7fffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- <SERR- <PERR-
        BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:04.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780/RS880 PCI to PCI 
bridge (PCIE port 0) [1022:9604] (prog-if 00 [Normal decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000e000-0000efff
        Memory behind bridge: fe800000-fe8fffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- <SERR- <PERR-
        BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge 
(PCIE port 2) [1022:9606] (prog-if 00 [Normal decode])
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
        Memory behind bridge: fe900000-fe9fffff
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI 
SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if 01 
[AHCI 1.0])
        Subsystem: Hewlett-Packard Company Device [103c:1609]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
        Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 49
        Region 0: I/O ports at b000 [size=8]
        Region 1: I/O ports at a000 [size=4]
        Region 2: I/O ports at 9000 [size=8]
        Region 3: I/O ports at 8000 [size=4]
        Region 4: I/O ports at 7000 [size=16]
        Region 5: Memory at fe4ffc00 (32-bit, non-prefetchable) [size=1K]
        Capabilities: <access denied>
        Kernel driver in use: ahci

00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI 
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
        Subsystem: Hewlett-Packard Company Device [103c:1609]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 18
        Region 0: Memory at fe4fe000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci-pci

00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI 
SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
        Subsystem: Hewlett-Packard Company Device [103c:1609]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64, Cache Line Size: 64 bytes
        Interrupt: pin B routed to IRQ 17
        Region 0: Memory at fe4ff800 (32-bit, non-prefetchable) [size=256]
        Capabilities: <access denied>
        Kernel driver in use: ehci-pci

00:13.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI 
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
        Subsystem: Hewlett-Packard Company Device [103c:1609]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 18
        Region 0: Memory at fe4fd000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci-pci

00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI 
SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
        Subsystem: Hewlett-Packard Company Device [103c:1609]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64, Cache Line Size: 64 bytes
        Interrupt: pin B routed to IRQ 17
        Region 0: Memory at fe4ff400 (32-bit, non-prefetchable) [size=256]
        Capabilities: <access denied>
        Kernel driver in use: ehci-pci

00:14.0 SMBus [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus 
Controller [1002:4385] (rev 42)
        Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Kernel driver in use: piix4_smbus

00:14.1 IDE interface [0101]: Advanced Micro Devices [AMD] nee ATI 
SB7x0/SB8x0/SB9x0 IDE Controller [1002:439c] (rev 40) (prog-if 8a [Master SecP 
PriP])
        Subsystem: Hewlett-Packard Company Device [103c:1609]
        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64
        Interrupt: pin B routed to IRQ 17
        Region 0: I/O ports at 01f0 [size=8]
        Region 1: I/O ports at 03f4 [size=1]
        Region 2: I/O ports at 0170 [size=8]
        Region 3: I/O ports at 0374 [size=1]
        Region 4: I/O ports at ff00 [size=16]
        Kernel driver in use: pata_atiixp

00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI 
SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
        Subsystem: Hewlett-Packard Company Device [103c:1609]
        Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0

00:14.4 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to 
PCI Bridge [1002:4384] (rev 40) (prog-if 01 [Subtractive decode])
        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64
        Bus: primary=00, secondary=05, subordinate=05, sec-latency=64
        Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort+ <SERR- <PERR-
        BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-

00:16.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI 
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
        Subsystem: Hewlett-Packard Company Device [103c:1609]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 18
        Region 0: Memory at fe4fc000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci-pci

00:16.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI 
SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
        Subsystem: Hewlett-Packard Company Device [103c:1609]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64, Cache Line Size: 64 bytes
        Interrupt: pin B routed to IRQ 17
        Region 0: Memory at fe4ff000 (32-bit, non-prefetchable) [size=256]
        Capabilities: <access denied>
        Kernel driver in use: ehci-pci

00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor 
HyperTransport Configuration [1022:1200]
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Capabilities: <access denied>

00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor 
Address Map [1022:1201]
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor 
DRAM Controller [1022:1202]
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Kernel driver in use: amd64_edac

00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor 
Miscellaneous Control [1022:1203]
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Capabilities: <access denied>
        Kernel driver in use: k10temp

00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor 
Link Control [1022:1204]
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

01:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI 
RS880M [Mobility Radeon HD 4200 Series] [1002:9712] (prog-if 00 [VGA 
controller])
        Subsystem: Hewlett-Packard Company Device [103c:1609]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 18
        Region 0: Memory at f0000000 (32-bit, prefetchable) [size=128M]
        Region 1: I/O ports at c000 [size=256]
        Region 2: Memory at fe6f0000 (32-bit, non-prefetchable) [size=64K]
        Region 5: Memory at fe500000 (32-bit, non-prefetchable) [size=1M]
        Expansion ROM at <unassigned> [disabled]
        Capabilities: <access denied>
        Kernel driver in use: radeon

02:00.0 Ethernet controller [0200]: Intel Corporation 82574L Gigabit Network 
Connection [8086:10d3]
        Subsystem: Intel Corporation Gigabit CT Desktop Adapter [8086:a01f]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 18
        Region 0: Memory at fe7e0000 (32-bit, non-prefetchable) [size=128K]
        Region 1: Memory at fe700000 (32-bit, non-prefetchable) [size=512K]
        Region 2: I/O ports at d800 [size=32]
        Region 3: Memory at fe7dc000 (32-bit, non-prefetchable) [size=16K]
        Expansion ROM at fe780000 [disabled] [size=256K]
        Capabilities: <access denied>
        Kernel driver in use: e1000e

03:00.0 Ethernet controller [0200]: Intel Corporation 82574L Gigabit Network 
Connection [8086:10d3]
        Subsystem: Intel Corporation Gigabit CT Desktop Adapter [8086:a01f]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 16
        Region 0: Memory at fe8e0000 (32-bit, non-prefetchable) [size=128K]
        Region 1: Memory at fe800000 (32-bit, non-prefetchable) [size=512K]
        Region 2: I/O ports at e800 [size=32]
        Region 3: Memory at fe8dc000 (32-bit, non-prefetchable) [size=16K]
        Expansion ROM at fe880000 [disabled] [size=256K]
        Capabilities: <access denied>
        Kernel driver in use: e1000e

04:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5723 
Gigabit Ethernet PCIe [14e4:165b] (rev 10)
        Subsystem: Hewlett-Packard Company NC107i Integrated PCI Express 
Gigabit Server Adapter [103c:705d]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 50
        Region 0: Memory at fe9f0000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: tg3


** USB devices:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


-- System Information:
Debian Release: 7.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.12-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-3.12-0.bpo.1-amd64 depends on:
ii  debconf [debconf-2.0]                   1.5.49
ii  initramfs-tools [linux-initramfs-tool]  0.115~bpo70+1
ii  kmod                                    9-3
ii  linux-base                              3.5
ii  module-init-tools                       9-3

Versions of packages linux-image-3.12-0.bpo.1-amd64 recommends:
ii  firmware-linux-free  3.2

Versions of packages linux-image-3.12-0.bpo.1-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  grub-pc                 1.99-27+deb7u2
pn  linux-doc-3.12          <none>

Versions of packages linux-image-3.12-0.bpo.1-amd64 is related to:
pn  firmware-atheros        <none>
pn  firmware-bnx2           <none>
pn  firmware-bnx2x          <none>
pn  firmware-brcm80211      <none>
pn  firmware-intelwimax     <none>
pn  firmware-ipw2x00        <none>
pn  firmware-ivtv           <none>
pn  firmware-iwlwifi        <none>
pn  firmware-libertas       <none>
pn  firmware-linux          <none>
ii  firmware-linux-nonfree  0.36+wheezy.1
pn  firmware-myricom        <none>
pn  firmware-netxen         <none>
pn  firmware-qlogic         <none>
pn  firmware-ralink         <none>
pn  firmware-realtek        <none>
pn  xen-hypervisor          <none>

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to