[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#636531: linux-image-3.0.0-1-kirkwood: NULL pointer deref in rt2800usb_get_txwi



Package: linux-2.6
Version: 3.0.0-1
Severity: critical
Tags: upstream
Justification: breaks the whole system


Hello,

I'm running a Ralink RT2870 USB Wireless NIC on a sheeva plug in
accesspoint mode. The wireless network is bridged to the internal
ethernet port. linux-image and ralink firmware should be latest and
greatest.

After some hours of operation the kernel oopes, see below.

cheers, Marc

[frogger@salsvatn:~]$ brctl show
bridge name     bridge id               STP enabled     interfaces
br-bs-lan       8000.001ee5e2b77c       no              lan
                                                        wlan0

[frogger@salsvatn:~]$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1737:0071 Linksys WUSB600N v1 Dual-Band Wireless-N Network Adapter [Ralink RT2870]


[frogger@salsvatn:~]$ sudo cat /etc/hostapd/hostapd.conf
interface=wlan0
bridge=br-bs-lan
driver=nl80211

logger_syslog=-1
logger_syslog_level=3
logger_stdout=-1
logger_stdout_level=3

dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0

ssid=blackshift-ng5

max_num_sta=255
rts_threshold=2347
fragm_threshold=2346

ieee80211d=1
country_code=DE
hw_mode=a
channel=40
#hw_mode=g
#channel=8

ieee80211n=1
wme_enabled=1
ht_capab=[HT40-][SHORT-GI-20][SHORT-GI-40][GF][TX-STBC][RX-STBC12][MAX-AMSDU-7935][DELAYED-BA]
#[SMPS-STATIC]

wmm_enabled=1
#
#
# Low priority / AC_BK = background
wmm_ac_bk_cwmin=4
wmm_ac_bk_cwmax=10
wmm_ac_bk_aifs=7
wmm_ac_bk_txop_limit=0
wmm_ac_bk_acm=0
# Note: for IEEE 802.11b mode: cWmin=5 cWmax=10
#
# Normal priority / AC_BE = best effort
wmm_ac_be_aifs=3
wmm_ac_be_cwmin=4
wmm_ac_be_cwmax=10
wmm_ac_be_txop_limit=0
wmm_ac_be_acm=0
# Note: for IEEE 802.11b mode: cWmin=5 cWmax=7
#
# High priority / AC_VI = video
wmm_ac_vi_aifs=2
wmm_ac_vi_cwmin=3
wmm_ac_vi_cwmax=4
wmm_ac_vi_txop_limit=94
wmm_ac_vi_acm=0
# Note: for IEEE 802.11b mode: cWmin=4 cWmax=5 txop_limit=188
#
# Highest priority / AC_VO = voice
wmm_ac_vo_aifs=2
wmm_ac_vo_cwmin=2
wmm_ac_vo_cwmax=3
wmm_ac_vo_txop_limit=47
wmm_ac_vo_acm=0
# Note: for IEEE 802.11b mode: cWmin=3 cWmax=4 burst=102

wpa=2
wpa_passphrase=geheim
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
rsn_pairwise=CCMP
wpa_group_rekey=600
wpa_ptk_rekey=600


output on serial line:

[35438.609781] Unable to handle kernel NULL pointer dereference at virtual address 000000ac
[35438.619110] pgd = c0004000
[35438.622930] [000000ac] *pgd=00000000
[35438.626684] Internal error: Oops: 17 [#1]
[35438.630707] Modules linked in: nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc bridge ipv6 stp ext2 arc4 rt2800usb rt2800lib crc_ccitt rt2x00usb rt2x00lib mac80211 hmac cfg80211 rfkill sha1_generic mv_cesa aes_generic ext4 mbcache jbd2 mmc_block ehci_hcd usbcore mvsdio mmc_core mv643xx_eth libphy inet_lro
[35438.658325] CPU: 0    Not tainted  (3.0.0-1-kirkwood #1)
[35438.663670] PC is at rt2800usb_get_txwi+0x10/0x20 [rt2800usb]
[35438.669456] LR is at rt2800_txdone_entry+0x34/0xe0 [rt2800lib]
[35438.675313] pc : [<bf1c001c>]    lr : [<bf1b6348>]    psr: 80000013
[35438.675319] sp : dfa93f00  ip : 00000001  fp : 00000021
[35438.686855] r10: 0000000a  r9 : 00000001  r8 : 0000003c
[35438.692106] r7 : 00000000  r6 : de8f8fc0  r5 : 808c21f5  r4 : dee613a8
[35438.698663] r3 : 00000000  r2 : 00000000  r1 : 808c21f5  r0 : dee613a8
[35438.705222] Flags: Nzcv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
[35438.712563] Control: 0005397f  Table: 1f978000  DAC: 00000017
[35438.718336] Process kworker/u:0 (pid: 1684, stack limit = 0xdfa92270)
[35438.724806] Stack: (0xdfa93f00 to 0xdfa94000)
[35438.729190] 3f00: 00000000 808c21f5 00000000 de8f8fc0 dee613a8 808c21f5 de64e0b4 bf1b64cc
[35438.737411] 3f20: c042c4c4 de8f8fc0 de8f8fc4 bf1c0d88 00000000 de8f93c4 c040600c 00000012
[35438.745635] 3f40: c108aa05 bf1c0d9c de8f93c4 df0a8920 c108aa00 bf1c0d88 00000000 de8f93c4
[35438.753858] 3f60: c040600c 00000012 c108aa05 c005b9cc df0a8920 df0a8920 c0450034 c045003c
[35438.762081] 3f80: dfa92000 df0a8930 c040600c 00000001 00000089 c005d634 df0a8920 00000000
[35438.770303] 3fa0: a0000013 de4e3f10 df0a8920 dfa93fd4 c005d454 00000000 00000000 00000000
[35438.778526] 3fc0: 00000000 c0060a9c c0030df4 00000000 df0a8920 00000000 dfa93fd8 dfa93fd8
[35438.786749] 3fe0: 00000000 de4e3f10 c0060a18 c0030df4 00000013 c0030df4 0000004c 000c0012
[35438.794997] [<bf1c001c>] (rt2800usb_get_txwi+0x10/0x20 [rt2800usb]) from [<bf1b6348>] (rt2800_txdone_entry+0x34/0xe0 [rt2800lib])
[35438.806729] [<bf1b6348>] (rt2800_txdone_entry+0x34/0xe0 [rt2800lib]) from [<bf1b64cc>] (rt2800_txdone+0xd8/0x124 [rt2800lib])
[35438.818104] [<bf1b64cc>] (rt2800_txdone+0xd8/0x124 [rt2800lib]) from [<bf1c0d9c>] (rt2800usb_work_txdone+0x14/0x104 [rt2800usb])
[35438.829740] [<bf1c0d9c>] (rt2800usb_work_txdone+0x14/0x104 [rt2800usb]) from [<c005b9cc>] (process_one_work+0x248/0x3e4)
[35438.840668] [<c005b9cc>] (process_one_work+0x248/0x3e4) from [<c005d634>] (worker_thread+0x1e0/0x2fc)
[35438.849940] [<c005d634>] (worker_thread+0x1e0/0x2fc) from [<c0060a9c>] (kthread+0x84/0x8c)
[35438.858254] [<c0060a9c>] (kthread+0x84/0x8c) from [<c0030df4>] (kernel_thread_exit+0x0/0x8)
[35438.866651] Code: e5903008 e5933008 e3530010 e590300c (159300ac) 
[35438.873402] ---[ end trace 7d38928a6ea608ba ]---
[35438.883364] Unable to handle kernel paging request at virtual address fffffffc
[35438.890625] pgd = c0004000
[35438.893344] [fffffffc] *pgd=1fffe831, *pte=00000000, *ppte=00000000
[35438.899660] Internal error: Oops: 17 [#2]
[35438.903686] Modules linked in: nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc bridge ipv6 stp ext2 arc4 rt2800usb rt2800lib crc_ccitt rt2x00usb rt2x00lib mac80211 hmac cfg80211 rfkill sha1_generic mv_cesa aes_generic ext4 mbcache jbd2 mmc_block ehci_hcd usbcore mvsdio mmc_core mv643xx_eth libphy inet_lro
[35438.931305] CPU: 0    Tainted: G      D       (3.0.0-1-kirkwood #1)
[35438.937608] PC is at kthread_data+0x4/0xc
[35438.941638] LR is at wq_worker_sleeping+0xc/0xc0
[35438.946279] pc : [<c0060c80>]    lr : [<c005d7b0>]    psr: 20000093
[35438.946285] sp : dfa93c48  ip : 00000000  fp : dfa93cd4
[35438.957821] r10: 00000001  r9 : df81914c  r8 : df8191c8
[35438.963071] r7 : dfa92000  r6 : c0403910  r5 : ffffffff  r4 : 00000000
[35438.969628] r3 : 00000000  r2 : 00000000  r1 : 00000000  r0 : df819040
[35438.976187] Flags: nzCv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment user
[35438.983441] Control: 0005397f  Table: 1f04c000  DAC: 00000015
[35438.989214] Process kworker/u:0 (pid: 1684, stack limit = 0xdfa92270)
[35438.995684] Stack: (0xdfa93c48 to 0xdfa94000)
[35439.000065] 3c40:                   df819040 c02e1d40 00000000 00000694 00000000 34383631
[35439.008281] 3c60: dfa93c00 c00492d0 06f5f94b 00000000 06f5f94b 00000000 00000170 c00629f0
[35439.016504] 3c80: 06f5f94b 00000000 c042e470 df819040 de6b22c0 00000001 df819040 c00479a4
[35439.024727] 3ca0: dfa93cbc df822aa0 df819040 00000004 dfa93cb0 df819040 ffffffff dfa93cdc
[35439.032950] 3cc0: 00000001 00000001 df81914c 00000001 df819038 c00492d0 bf1c0020 dfa93cdc
[35439.041174] 3ce0: dfa93cdc df819194 dfa93cfc dfa93eb8 dfa92000 bf1c001e 00000001 dfa93d4f
[35439.049395] 3d00: bf1c0020 00000000 00000017 c0033444 dfa92270 0000000b 00000001 dfa92000
[35439.057619] 3d20: 30393565 38303033 39356520 30303333 33652038 30303335 65203031 33303935
[35439.065841] 3d40: 20633030 39353128 61303033 00202963 00000013 00000017 00000021 000000ac
[35439.074064] 3d60: 00000017 00000000 dfa93eb8 00000000 00000013 00000017 00000021 c0036698
[35439.082278] 3d80: 00000017 dfa93eb8 000000ac df819040 00000000 c0036924 ded7a620 00000001
[35439.090493] 3da0: ded7a000 c02550f0 ded7a400 c003956c c0039520 ded7a020 00000600 c0035e18
[35439.098716] 3dc0: de6a2a80 df900574 df900400 bf010d94 ffdf8000 ffdf8100 df900524 00000010
[35439.106939] 3de0: dfad8c00 df900400 00000003 00000000 60000093 00000017 00000007 000000ac
[35439.115162] 3e00: dfa93eb8 c03fe1a8 00000013 0000000a 00000021 c002a1cc 00000010 df9004e4
[35439.123385] 3e20: 00000080 00000000 df900598 00000000 de6a2a98 df9004e4 c042b7e0 dfa92000
[35439.131608] 3e40: 00000000 00000001 00000080 0000012c c042b7e8 c025f4e0 c044ee2c 00359ab4
[35439.139830] 3e60: 0010be62 00000001 c044ee2c dfa92000 de64e0b4 c044ede0 00000100 00000003
[35439.148053] 3e80: 00000001 c004b960 00014ebf c0407fd8 00000000 0000000a de64e0b4 0000000b
[35439.156277] 3ea0: ffffffff dfa93eec de8f8fc0 00000000 0000003c c002fb0c dee613a8 808c21f5
[35439.164500] 3ec0: 00000000 00000000 dee613a8 808c21f5 de8f8fc0 00000000 0000003c 00000001
[35439.172723] 3ee0: 0000000a 00000021 00000001 dfa93f00 bf1b6348 bf1c001c 80000013 ffffffff
[35439.180945] 3f00: 00000000 808c21f5 00000000 de8f8fc0 dee613a8 808c21f5 de64e0b4 bf1b64cc
[35439.189169] 3f20: c042c4c4 de8f8fc0 de8f8fc4 bf1c0d88 00000000 de8f93c4 c040600c 00000012
[35439.197392] 3f40: c108aa05 bf1c0d9c de8f93c4 df0a8920 c108aa00 bf1c0d88 00000000 de8f93c4
[35439.205615] 3f60: c040600c 00000012 c108aa05 c005b9cc df0a8920 df0a8920 c0450034 c045003c
[35439.213837] 3f80: dfa92000 df0a8930 c040600c 00000001 00000089 c005d634 df0a8920 00000000
[35439.222060] 3fa0: a0000013 de4e3f10 df0a8920 dfa93fd4 c005d454 00000000 00000000 00000000
[35439.230283] 3fc0: 00000000 c0060a9c c0030df4 00000000 df0a8920 00000001 dfa93fd8 dfa93fd8
[35439.238507] 3fe0: 00000000 de4e3f10 c0060a18 c0030df4 00000013 c0030df4 0000004c 000c0012
[35439.246735] [<c0060c80>] (kthread_data+0x4/0xc) from [<c005d7b0>] (wq_worker_sleeping+0xc/0xc0)
[35439.255483] [<c005d7b0>] (wq_worker_sleeping+0xc/0xc0) from [<c02e1d40>] (schedule+0xe8/0x4d8)
[35439.264148] [<c02e1d40>] (schedule+0xe8/0x4d8) from [<c00492d0>] (do_exit+0x6b4/0x6f8)
[35439.272107] [<c00492d0>] (do_exit+0x6b4/0x6f8) from [<c0033444>] (die+0x2e8/0x328)
[35439.279722] [<c0033444>] (die+0x2e8/0x328) from [<c0036698>] (__do_kernel_fault+0x64/0x88)
[35439.288030] [<c0036698>] (__do_kernel_fault+0x64/0x88) from [<c0036924>] (do_page_fault+0x268/0x288)
[35439.297213] [<c0036924>] (do_page_fault+0x268/0x288) from [<c002a1cc>] (do_DataAbort+0x30/0x98)
[35439.305959] [<c002a1cc>] (do_DataAbort+0x30/0x98) from [<c002fb0c>] (__dabt_svc+0x4c/0x60)
[35439.314259] Exception stack(0xdfa93eb8 to 0xdfa93f00)
[35439.319336] 3ea0:                                                       dee613a8 808c21f5
[35439.327554] 3ec0: 00000000 00000000 dee613a8 808c21f5 de8f8fc0 00000000 0000003c 00000001
[35439.335769] 3ee0: 0000000a 00000021 00000001 dfa93f00 bf1b6348 bf1c001c 80000013 ffffffff
[35439.344002] [<c002fb0c>] (__dabt_svc+0x4c/0x60) from [<bf1c001c>] (rt2800usb_get_txwi+0x10/0x20 [rt2800usb])
[35439.353898] [<bf1c001c>] (rt2800usb_get_txwi+0x10/0x20 [rt2800usb]) from [<bf1b6348>] (rt2800_txdone_entry+0x34/0xe0 [rt2800lib])
[35439.365626] [<bf1b6348>] (rt2800_txdone_entry+0x34/0xe0 [rt2800lib]) from [<bf1b64cc>] (rt2800_txdone+0xd8/0x124 [rt2800lib])
[35439.377003] [<bf1b64cc>] (rt2800_txdone+0xd8/0x124 [rt2800lib]) from [<bf1c0d9c>] (rt2800usb_work_txdone+0x14/0x104 [rt2800usb])
[35439.388628] [<bf1c0d9c>] (rt2800usb_work_txdone+0x14/0x104 [rt2800usb]) from [<c005b9cc>] (process_one_work+0x248/0x3e4)
[35439.399558] [<c005b9cc>] (process_one_work+0x248/0x3e4) from [<c005d634>] (worker_thread+0x1e0/0x2fc)
[35439.408827] [<c005d634>] (worker_thread+0x1e0/0x2fc) from [<c0060a9c>] (kthread+0x84/0x8c)
[35439.417140] [<c0060a9c>] (kthread+0x84/0x8c) from [<c0030df4>] (kernel_thread_exit+0x0/0x8)
[35439.425532] Code: c04062e8 c02e83dc c02e572c e590315c (e5130004) 

-- Package-specific info:
** Version:
Linux version 3.0.0-1-kirkwood (Debian 3.0.0-1) (ben@decadent.org.uk) (gcc version 4.5.3 (Debian 4.5.3-4) ) #1 Mon Jul 25 07:04:14 UTC 2011

** Command line:
console=ttyS0,115200 mtdparts=orion_nand:512k(uboot),4m@1m(uImage),16m@5m(uInitrd),-@21m(rootfs)

** Not tainted

** Kernel log:
[   10.073256] cpuidle: using governor ladder
[   10.077480] cpuidle: using governor menu
[   10.081574] Registered led device: plug:red:misc
[   10.081668] Registered led device: plug:green:health
[   10.082420] TCP cubic registered
[   10.085661] NET: Registered protocol family 17
[   10.090156] Registering the dns_resolver key type
[   10.094902] Gating clock of unused units
[   10.094910] before: 0x00dfc3fd
[   10.094917]  after: 0x00c701d9
[   10.095309] registered taskstats version 1
[   10.099881] rtc-mv rtc-mv: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[   10.107849] Initializing network drop monitor service
[   10.113135] Freeing init memory: 136K
[   10.175701] udevd[48]: starting version 172
[   10.236028] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   10.334180] mv643xx_eth smi: probed
[   10.342870] mmc0: mvsdio driver initialized, lacking card detect (fall back to polling)
[   10.361369] usbcore: registered new interface driver usbfs
[   10.366957] usbcore: registered new interface driver hub
[   10.404479] mv643xx_eth_port mv643xx_eth_port.0: eth0: port 0 with MAC address 00:50:43:01:c7:82
[   10.431700] usbcore: registered new device driver usb
[   10.462570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   10.494069] orion-ehci orion-ehci.0: Marvell Orion EHCI
[   10.514678] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[   10.547805] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   10.567785] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   10.573788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   10.580629] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.587891] usb usb1: Product: Marvell Orion EHCI
[   10.592616] usb usb1: Manufacturer: Linux 3.0.0-1-kirkwood ehci_hcd
[   10.598921] usb usb1: SerialNumber: orion-ehci.0
[   10.604396] hub 1-0:1.0: USB hub found
[   10.608211] hub 1-0:1.0: 1 port detected
[   10.642205] mmc0: host does not support reading read-only switch. assuming write-enable.
[   10.658458] mmc0: new SDHC card at address 8ca1
[   10.672820] mmcblk0: mmc0:8ca1 SY08G 7.42 GiB 
[   10.680867]  mmcblk0: p1 p2 p3
[   10.927829] usb 1-1: new high speed USB device number 2 using orion-ehci
[   11.103464] usb 1-1: New USB device found, idVendor=1737, idProduct=0071
[   11.110219] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   11.117385] usb 1-1: Product: Dual-Band Wireless-N USB Network Adapter
[   11.123954] usb 1-1: Manufacturer: Cisco-Linksys LLC
[   11.207081] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[   11.214464] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[   16.448650] EXT4-fs (mmcblk0p2): recovery complete
[   16.750034] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[   17.713949] udevd[154]: starting version 172
[   18.003325] udevd[174]: renamed network interface eth0 to lan
[   18.243215] alg: hash: Test 1 failed for mv-sha1
[   18.247897] 00000000: c1 94 3f 2e a2 41 ce 88 d5 47 07 43 c4 a8 17 5d
[   18.254366] 00000010: 77 e8 47 ca
[   18.414142] cfg80211: Calling CRDA to update world regulatory domain
[   18.472859] alg: hash: Test 1 failed for mv-hmac-sha1
[   18.477981] 00000000: 06 71 4d 7c cc cc b5 cf 1b d6 c7 ab d0 25 c4 21
[   18.484452] 00000010: 66 0b 8e 70
[   18.914640] cfg80211: World regulatory domain updated:
[   18.919851] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   18.928254] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   18.936210] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   18.944176] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   18.952143] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   18.960104] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   18.968144] cfg80211: Calling CRDA for country: DE
[   18.980626] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   18.981559] Registered led device: rt2800usb-phy0::radio
[   18.981653] Registered led device: rt2800usb-phy0::assoc
[   18.981751] Registered led device: rt2800usb-phy0::quality
[   18.982758] usbcore: registered new interface driver rt2800usb
[   19.029684] cfg80211: Regulatory domain changed to country: DE
[   19.035572] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   19.043994] cfg80211:     (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   19.051616] cfg80211:     (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   19.059233] cfg80211:     (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   19.066836] cfg80211:     (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm)
[   19.462688] Adding 262140k swap on /dev/mmcblk0p3.  Priority:-1 extents:1 across:262140k SS
[   19.487721] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[   19.608066] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro,barrier=0
[   24.983540] NET: Registered protocol family 10
[   25.013368] Bridge firewalling registered
[   25.351341] device wlan0 entered promiscuous mode
[   25.385226] device lan entered promiscuous mode
[   25.405536] ADDRCONF(NETDEV_UP): lan: link is not ready
[   25.451032] br-bs-lan: port 1(wlan0) entering forwarding state
[   25.456901] br-bs-lan: port 1(wlan0) entering forwarding state
[   26.447802] br-bs-lan: port 1(wlan0) entering forwarding state
[   28.386698] mv643xx_eth_port mv643xx_eth_port.0: lan: link up, 1000 Mb/s, full duplex, flow control disabled
[   28.396745] ADDRCONF(NETDEV_CHANGE): lan: link becomes ready
[   28.403018] br-bs-lan: port 2(lan) entering forwarding state
[   28.408716] br-bs-lan: port 2(lan) entering forwarding state
[   29.407778] br-bs-lan: port 2(lan) entering forwarding state
[   33.355489] RPC: Registered named UNIX socket transport module.
[   33.361486] RPC: Registered udp transport module.
[   33.366220] RPC: Registered tcp transport module.
[   33.370960] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   33.424273] FS-Cache: Loaded
[   33.502156] FS-Cache: Netfs 'nfs' registered for caching
[   33.554525] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   36.317807] wlan0: no IPv6 routers present
[   36.781068] sshd (1172): /proc/1172/oom_adj is deprecated, please use /proc/1172/oom_score_adj instead.

** Model information
Processor	: Feroceon 88FR131 rev 1 (v5l)
Hardware	: Marvell SheevaPlug Reference Board
Revision	: 0000

** Loaded modules:
Module                  Size  Used by
nfsd                  246443  2 
nfs                   273302  0 
lockd                  65902  2 nfsd,nfs
fscache                33487  1 nfs
auth_rpcgss            32768  2 nfsd,nfs
nfs_acl                 2169  2 nfsd,nfs
sunrpc                171066  6 nfsd,nfs,lockd,auth_rpcgss,nfs_acl
bridge                 67770  0 
ipv6                  261704  33 bridge
stp                     1322  1 bridge
ext2                   54704  1 
arc4                    1044  2 
rt2800usb              10383  0 
rt2800lib              37602  1 rt2800usb
crc_ccitt               1101  1 rt2800lib
rt2x00usb               7944  1 rt2800usb
rt2x00lib              29558  3 rt2800usb,rt2800lib,rt2x00usb
mac80211              190961  3 rt2800lib,rt2x00usb,rt2x00lib
hmac                    2447  0 
cfg80211              139482  2 rt2x00lib,mac80211
rfkill                 13768  1 cfg80211
sha1_generic            1673  0 
mv_cesa                 9011  0 
aes_generic            27676  4 mv_cesa
ext4                  321412  1 
mbcache                 4408  2 ext2,ext4
jbd2                   56671  1 ext4
mmc_block              12513  4 
ehci_hcd               35860  0 
usbcore               118814  4 rt2800usb,rt2x00usb,ehci_hcd
mvsdio                  5214  0 
mmc_core               64061  2 mmc_block,mvsdio
mv643xx_eth            22105  0 
libphy                 14201  1 mv643xx_eth
inet_lro                4970  1 mv643xx_eth

** Network interface configuration:

auto lo
iface lo inet loopback

iface lan-plain inet static
	address		172.17.34.6
	network		172.17.34.0
	broadcast	172.17.34.255
	netmask		255.255.255.0
	gateway		172.17.34.250

	dns-nameservers	8.8.8.8

iface lan inet manual
	up		/sbin/ip link set dev $IFACE up
	down		/sbin/ip link del ${IFACE} || true

auto br-bs-lan
iface br-bs-lan inet static
	address		172.17.34.6
	network		172.17.34.0
	broadcast	172.17.34.255
	netmask		255.255.255.0
	gateway		172.17.34.250

	dns-nameservers	8.8.8.8

	bridge_ports	lan
	bridge_stp	off
	bridge_fd	1
	bridge_hello	1
	bridge_priority 32768


auto wlan0
allow-hotplug wlan0
iface wlan0 inet manual
	hostapd		/etc/hostapd/hostapd.conf

** Network status:
*** IP interfaces and addresses:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 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
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master br-bs-lan state UP qlen 1000
    link/ether 00:50:43:01:c7:82 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master br-bs-lan state UNKNOWN qlen 1000
    link/ether 00:1e:e5:e2:b7:7c brd ff:ff:ff:ff:ff:ff
    inet6 fe80::21e:e5ff:fee2:b77c/64 scope link 
       valid_lft forever preferred_lft forever
4: br-bs-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP 
    link/ether 00:1e:e5:e2:b7:7c brd ff:ff:ff:ff:ff:ff
    inet 172.17.34.6/24 brd 172.17.34.255 scope global br-bs-lan
    inet6 2001:6f8:105b:1122:21e:e5ff:fee2:b77c/64 scope global dynamic 
       valid_lft 85864sec preferred_lft 13864sec
    inet6 fe80::21e:e5ff:fee2:b77c/64 scope link 
       valid_lft forever preferred_lft forever
5: mon.wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UNKNOWN qlen 1000
    link/ieee802.11/radiotap 00:1e:e5:e2:b7:7c brd ff:ff:ff:ff:ff:ff

*** Device statistics:
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
    lo:    4211      56    0    0    0     0          0         0     4211      56    0    0    0     0       0          0
   lan: 1273893    3837    0    0    0     0          0         0   481763    3097    0    0    0     0       0          0
 wlan0:   32657     174    0    0    0     0          0         0   109374     666    0    0    0     0       0          0
br-bs-lan: 1172239    3713    0    0    0     0          0         0   450076    2933    0    0    0     0       0          0
mon.wlan0:   10500      18    0    0    0     0          0         0        0       0    0    0    0     0       0          0

*** Protocol statistics:
Ip:
    834 total packets received
    0 forwarded
    425 with unknown protocol
    0 incoming packets discarded
    389 incoming packets delivered
    506 requests sent out
    16 outgoing packets dropped
Icmp:
    17 ICMP messages received
    0 input ICMP message failed.
    ICMP input histogram:
        destination unreachable: 17
    359 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
        destination unreachable: 359
IcmpMsg:
        InType3: 17
        OutType3: 359
Tcp:
    16 active connections openings
    3 passive connection openings
    6 failed connection attempts
    0 connection resets received
    2 connections established
    2738 segments received
    2418 segments send out
    0 segments retransmited
    0 bad segments received.
    13 resets sent
Udp:
    298 packets received
    16 packets to unknown port received.
    0 packet receive errors
    122 packets sent
UdpLite:
TcpExt:
    1 invalid SYN cookies received
    4 TCP sockets finished time wait in fast timer
    21 delayed acks sent
    4 packets directly queued to recvmsg prequeue.
    786 packet headers predicted
    74 acknowledgments not containing data payload received
    1716 predicted acknowledgments
IpExt:
    InMcastPkts: 242
    OutMcastPkts: 29
    InBcastPkts: 13
    InOctets: 81696
    OutOctets: 62194
    InMcastOctets: 16462
    OutMcastOctets: 3369
    InBcastOctets: 1514

*** Device features:
br-bs-lan: 0xc07883
lan: 0x60004803
lo: 0xa01b7c65
mon.wlan0: 0x6000
wlan0: 0x6000

** PCI devices:
not available

** Sound cards:

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (70, 'experimental'), (70, 'unstable')
Architecture: armel (armv5tel)

Kernel: Linux 3.0.0-1-kirkwood
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-3.0.0-1-kirkwood depends on:
ii  debconf [debconf-2.0]         1.5.40     Debian configuration management sy
ii  initramfs-tools [linux-initra 0.99       tools for generating an initramfs
ii  linux-base                    3.3        Linux image base package
ii  module-init-tools             3.16-1     tools for managing Linux kernel mo

Versions of packages linux-image-3.0.0-1-kirkwood recommends:
ii  firmware-linux-free           3          Binary firmware for various driver
pn  uboot-mkimage                 <none>     (no description available)

Versions of packages linux-image-3.0.0-1-kirkwood suggests:
pn  fdutils                       <none>     (no description available)
pn  linux-doc-3.0.0               <none>     (no description available)

Versions of packages linux-image-3.0.0-1-kirkwood is related to:
pn  firmware-bnx2                 <none>     (no description available)
pn  firmware-bnx2x                <none>     (no description available)
pn  firmware-ipw2x00              <none>     (no description available)
pn  firmware-ivtv                 <none>     (no description available)
pn  firmware-iwlwifi              <none>     (no description available)
pn  firmware-linux                <none>     (no description available)
pn  firmware-linux-nonfree        <none>     (no description available)
pn  firmware-qlogic               <none>     (no description available)
ii  firmware-ralink               0.33       Binary firmware for Ralink wireles
pn  xen-hypervisor                <none>     (no description available)

-- debconf information:
  linux-image-3.0.0-1-kirkwood/postinst/depmod-error-initrd-3.0.0-1-kirkwood: false
  linux-image-3.0.0-1-kirkwood/postinst/missing-firmware-3.0.0-1-kirkwood:
  linux-image-3.0.0-1-kirkwood/prerm/removing-running-kernel-3.0.0-1-kirkwood: true
  linux-image-3.0.0-1-kirkwood/postinst/ignoring-ramdisk:



Reply to: