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

Bug#636531: marked as done (linux-image-3.0.0-1-kirkwood: NULL pointer deref in rt2800usb_get_txwi)



Your message dated Tue, 20 Sep 2011 05:34:38 +0000
with message-id <E1R5syc-0003xn-0Z@franck.debian.org>
and subject line Bug#636531: fixed in linux-2.6 3.0.0-4
has caused the Debian Bug report #636531,
regarding linux-image-3.0.0-1-kirkwood: NULL pointer deref in rt2800usb_get_txwi
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
636531: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636531
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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:



--- End Message ---
--- Begin Message ---
Source: linux-2.6
Source-Version: 3.0.0-4

We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:

linux-2.6_3.0.0-4.diff.gz
  to main/l/linux-2.6/linux-2.6_3.0.0-4.diff.gz
linux-2.6_3.0.0-4.dsc
  to main/l/linux-2.6/linux-2.6_3.0.0-4.dsc
linux-doc-3.0.0_3.0.0-4_all.deb
  to main/l/linux-2.6/linux-doc-3.0.0_3.0.0-4_all.deb
linux-manual-3.0.0_3.0.0-4_all.deb
  to main/l/linux-2.6/linux-manual-3.0.0_3.0.0-4_all.deb
linux-patch-debian-3.0.0_3.0.0-4_all.deb
  to main/l/linux-2.6/linux-patch-debian-3.0.0_3.0.0-4_all.deb
linux-source-3.0.0_3.0.0-4_all.deb
  to main/l/linux-2.6/linux-source-3.0.0_3.0.0-4_all.deb
linux-support-3.0.0-1_3.0.0-4_all.deb
  to main/l/linux-2.6/linux-support-3.0.0-1_3.0.0-4_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 636531@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings <ben@decadent.org.uk> (supplier of updated linux-2.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 19 Sep 2011 14:40:42 +0100
Source: linux-2.6
Binary: linux-tools-3.0.0 linux-source-3.0.0 linux-doc-3.0.0 linux-manual-3.0.0 linux-patch-debian-3.0.0 linux-support-3.0.0-1 linux-libc-dev linux-headers-3.0.0-1-all linux-headers-3.0.0-1-all-alpha linux-headers-3.0.0-1-common linux-image-3.0.0-1-alpha-generic linux-headers-3.0.0-1-alpha-generic linux-image-3.0.0-1-alpha-smp linux-headers-3.0.0-1-alpha-smp linux-image-3.0.0-1-alpha-legacy linux-headers-3.0.0-1-alpha-legacy linux-headers-3.0.0-1-all-amd64 linux-image-3.0.0-1-amd64 linux-headers-3.0.0-1-amd64 linux-image-3.0.0-1-amd64-dbg xen-linux-system-3.0.0-1-amd64 linux-headers-3.0.0-1-common-rt linux-image-3.0.0-1-rt-amd64 linux-headers-3.0.0-1-rt-amd64 linux-image-3.0.0-1-rt-amd64-dbg xen-linux-system-3.0.0-1-rt-amd64 linux-headers-3.0.0-1-all-armel linux-image-3.0.0-1-iop32x linux-headers-3.0.0-1-iop32x linux-image-3.0.0-1-ixp4xx linux-headers-3.0.0-1-ixp4xx linux-image-3.0.0-1-kirkwood linux-headers-3.0.0-1-kirkwood linux-image-3.0.0-1-orion5x
 linux-headers-3.0.0-1-orion5x linux-image-3.0.0-1-versatile linux-headers-3.0.0-1-versatile linux-headers-3.0.0-1-all-armhf linux-image-3.0.0-1-mx5 linux-headers-3.0.0-1-mx5 linux-image-3.0.0-1-omap linux-headers-3.0.0-1-omap linux-headers-3.0.0-1-all-hppa linux-image-3.0.0-1-parisc linux-headers-3.0.0-1-parisc linux-image-3.0.0-1-parisc-smp linux-headers-3.0.0-1-parisc-smp linux-image-3.0.0-1-parisc64 linux-headers-3.0.0-1-parisc64 linux-image-3.0.0-1-parisc64-smp linux-headers-3.0.0-1-parisc64-smp linux-headers-3.0.0-1-all-i386 linux-image-3.0.0-1-486 linux-headers-3.0.0-1-486 linux-image-3.0.0-1-686-pae linux-headers-3.0.0-1-686-pae linux-image-3.0.0-1-686-pae-dbg xen-linux-system-3.0.0-1-686-pae linux-headers-3.0.0-1-all-ia64 linux-image-3.0.0-1-itanium linux-headers-3.0.0-1-itanium linux-image-3.0.0-1-mckinley linux-headers-3.0.0-1-mckinley linux-headers-3.0.0-1-all-m68k linux-image-3.0.0-1-amiga linux-headers-3.0.0-1-amiga linux-image-3.0.0-1-atari
 linux-headers-3.0.0-1-atari linux-image-3.0.0-1-bvme6000 linux-headers-3.0.0-1-bvme6000 linux-image-3.0.0-1-mac linux-headers-3.0.0-1-mac linux-image-3.0.0-1-mvme147 linux-headers-3.0.0-1-mvme147 linux-image-3.0.0-1-mvme16x linux-headers-3.0.0-1-mvme16x linux-headers-3.0.0-1-all-mips linux-image-3.0.0-1-r4k-ip22 linux-headers-3.0.0-1-r4k-ip22 linux-image-3.0.0-1-r5k-ip32 linux-headers-3.0.0-1-r5k-ip32 linux-image-3.0.0-1-sb1-bcm91250a linux-headers-3.0.0-1-sb1-bcm91250a linux-image-3.0.0-1-sb1a-bcm91480b linux-headers-3.0.0-1-sb1a-bcm91480b linux-image-3.0.0-1-4kc-malta linux-headers-3.0.0-1-4kc-malta linux-image-3.0.0-1-5kc-malta linux-headers-3.0.0-1-5kc-malta linux-image-3.0.0-1-octeon linux-headers-3.0.0-1-octeon linux-headers-3.0.0-1-all-mipsel linux-image-3.0.0-1-r5k-cobalt linux-headers-3.0.0-1-r5k-cobalt linux-image-3.0.0-1-loongson-2f linux-headers-3.0.0-1-loongson-2f linux-headers-3.0.0-1-all-powerpc linux-image-3.0.0-1-powerpc
 linux-headers-3.0.0-1-powerpc linux-image-3.0.0-1-powerpc-smp linux-headers-3.0.0-1-powerpc-smp linux-image-3.0.0-1-powerpc64 linux-headers-3.0.0-1-powerpc64 linux-headers-3.0.0-1-all-ppc64 linux-headers-3.0.0-1-all-s390 linux-image-3.0.0-1-s390x linux-headers-3.0.0-1-s390x linux-image-3.0.0-1-s390x-tape linux-headers-3.0.0-1-all-s390x linux-headers-3.0.0-1-all-sh4 linux-image-3.0.0-1-sh7751r linux-headers-3.0.0-1-sh7751r linux-image-3.0.0-1-sh7785lcr linux-headers-3.0.0-1-sh7785lcr linux-headers-3.0.0-1-all-sparc linux-image-3.0.0-1-sparc64 linux-headers-3.0.0-1-sparc64 linux-image-3.0.0-1-sparc64-smp linux-headers-3.0.0-1-sparc64-smp
 linux-headers-3.0.0-1-all-sparc64
Architecture: all amd64 source
Version: 3.0.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Ben Hutchings <ben@decadent.org.uk>
Closes: 636242 636531 637740 638696 639439 639949 641487
Description: 
 linux-doc-3.0.0 - Linux kernel specific documentation for version 3.0.0
 linux-headers-3.0.0-1-486 - Header files for Linux 3.0.0-1-486
 linux-headers-3.0.0-1-4kc-malta - Header files for Linux 3.0.0-1-4kc-malta
 linux-headers-3.0.0-1-5kc-malta - Header files for Linux 3.0.0-1-5kc-malta
 linux-headers-3.0.0-1-686-pae - Header files for Linux 3.0.0-1-686-pae
 linux-headers-3.0.0-1-all - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-alpha - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-amd64 - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-armel - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-armhf - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-hppa - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-i386 - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-ia64 - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-m68k - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-mips - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-mipsel - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-powerpc - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-ppc64 - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-s390 - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-s390x - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-sh4 - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-sparc64 - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-all-sparc - All header files for Linux 3.0.0 (meta-package)
 linux-headers-3.0.0-1-alpha-generic - Header files for Linux 3.0.0-1-alpha-generic
 linux-headers-3.0.0-1-alpha-legacy - Header files for Linux 3.0.0-1-alpha-legacy
 linux-headers-3.0.0-1-alpha-smp - Header files for Linux 3.0.0-1-alpha-smp
 linux-headers-3.0.0-1-amd64 - Header files for Linux 3.0.0-1-amd64
 linux-headers-3.0.0-1-amiga - Header files for Linux 3.0.0-1-amiga
 linux-headers-3.0.0-1-atari - Header files for Linux 3.0.0-1-atari
 linux-headers-3.0.0-1-bvme6000 - Header files for Linux 3.0.0-1-bvme6000
 linux-headers-3.0.0-1-common - Common header files for Linux 3.0.0-1
 linux-headers-3.0.0-1-common-rt - Common header files for Linux 3.0.0-1-rt
 linux-headers-3.0.0-1-iop32x - Header files for Linux 3.0.0-1-iop32x
 linux-headers-3.0.0-1-itanium - Header files for Linux 3.0.0-1-itanium
 linux-headers-3.0.0-1-ixp4xx - Header files for Linux 3.0.0-1-ixp4xx
 linux-headers-3.0.0-1-kirkwood - Header files for Linux 3.0.0-1-kirkwood
 linux-headers-3.0.0-1-loongson-2f - Header files for Linux 3.0.0-1-loongson-2f
 linux-headers-3.0.0-1-mac - Header files for Linux 3.0.0-1-mac
 linux-headers-3.0.0-1-mckinley - Header files for Linux 3.0.0-1-mckinley
 linux-headers-3.0.0-1-mvme147 - Header files for Linux 3.0.0-1-mvme147
 linux-headers-3.0.0-1-mvme16x - Header files for Linux 3.0.0-1-mvme16x
 linux-headers-3.0.0-1-mx5 - Header files for Linux 3.0.0-1-mx5
 linux-headers-3.0.0-1-octeon - Header files for Linux 3.0.0-1-octeon
 linux-headers-3.0.0-1-omap - Header files for Linux 3.0.0-1-omap
 linux-headers-3.0.0-1-orion5x - Header files for Linux 3.0.0-1-orion5x
 linux-headers-3.0.0-1-parisc64 - Header files for Linux 3.0.0-1-parisc64
 linux-headers-3.0.0-1-parisc64-smp - Header files for Linux 3.0.0-1-parisc64-smp
 linux-headers-3.0.0-1-parisc - Header files for Linux 3.0.0-1-parisc
 linux-headers-3.0.0-1-parisc-smp - Header files for Linux 3.0.0-1-parisc-smp
 linux-headers-3.0.0-1-powerpc64 - Header files for Linux 3.0.0-1-powerpc64
 linux-headers-3.0.0-1-powerpc - Header files for Linux 3.0.0-1-powerpc
 linux-headers-3.0.0-1-powerpc-smp - Header files for Linux 3.0.0-1-powerpc-smp
 linux-headers-3.0.0-1-r4k-ip22 - Header files for Linux 3.0.0-1-r4k-ip22
 linux-headers-3.0.0-1-r5k-cobalt - Header files for Linux 3.0.0-1-r5k-cobalt
 linux-headers-3.0.0-1-r5k-ip32 - Header files for Linux 3.0.0-1-r5k-ip32
 linux-headers-3.0.0-1-rt-amd64 - Header files for Linux 3.0.0-1-rt-amd64
 linux-headers-3.0.0-1-s390x - Header files for Linux 3.0.0-1-s390x
 linux-headers-3.0.0-1-sb1a-bcm91480b - Header files for Linux 3.0.0-1-sb1a-bcm91480b
 linux-headers-3.0.0-1-sb1-bcm91250a - Header files for Linux 3.0.0-1-sb1-bcm91250a
 linux-headers-3.0.0-1-sh7751r - Header files for Linux 3.0.0-1-sh7751r
 linux-headers-3.0.0-1-sh7785lcr - Header files for Linux 3.0.0-1-sh7785lcr
 linux-headers-3.0.0-1-sparc64 - Header files for Linux 3.0.0-1-sparc64
 linux-headers-3.0.0-1-sparc64-smp - Header files for Linux 3.0.0-1-sparc64-smp
 linux-headers-3.0.0-1-versatile - Header files for Linux 3.0.0-1-versatile
 linux-image-3.0.0-1-486 - Linux 3.0.0 for older PCs
 linux-image-3.0.0-1-4kc-malta - Linux 3.0.0 for MIPS Malta
 linux-image-3.0.0-1-5kc-malta - Linux 3.0.0 for MIPS Malta (64-bit)
 linux-image-3.0.0-1-686-pae-dbg - Debugging infos for Linux 3.0.0-1-686-pae
 linux-image-3.0.0-1-686-pae - Linux 3.0.0 for modern PCs
 linux-image-3.0.0-1-alpha-generic - Linux 3.0.0 for Alpha
 linux-image-3.0.0-1-alpha-legacy - Linux 3.0.0 for Alpha Legacy
 linux-image-3.0.0-1-alpha-smp - Linux 3.0.0 for Alpha SMP
 linux-image-3.0.0-1-amd64-dbg - Debugging infos for Linux 3.0.0-1-amd64
 linux-image-3.0.0-1-amd64 - Linux 3.0.0 for 64-bit PCs
 linux-image-3.0.0-1-amiga - Linux 3.0.0 for Amiga
 linux-image-3.0.0-1-atari - Linux 3.0.0 for Atari
 linux-image-3.0.0-1-bvme6000 - Linux 3.0.0 for BVM BVME4000 and BVME6000
 linux-image-3.0.0-1-iop32x - Linux 3.0.0 for IOP32x
 linux-image-3.0.0-1-itanium - Linux 3.0.0 for Itanium
 linux-image-3.0.0-1-ixp4xx - Linux 3.0.0 for IXP4xx
 linux-image-3.0.0-1-kirkwood - Linux 3.0.0 for Marvell Kirkwood
 linux-image-3.0.0-1-loongson-2f - Linux 3.0.0 for Loongson 2F
 linux-image-3.0.0-1-mac - Linux 3.0.0 for Macintosh
 linux-image-3.0.0-1-mckinley - Linux 3.0.0 for Itanium II
 linux-image-3.0.0-1-mvme147 - Linux 3.0.0 for Motorola MVME147
 linux-image-3.0.0-1-mvme16x - Linux 3.0.0 for Motorola MVME162/6/7, MVME172/7
 linux-image-3.0.0-1-mx5 - Linux 3.0.0 for Freescale i.MX51
 linux-image-3.0.0-1-octeon - Linux 3.0.0 for Octeon
 linux-image-3.0.0-1-omap - Linux 3.0.0 for TI OMAP3+
 linux-image-3.0.0-1-orion5x - Linux 3.0.0 for Marvell Orion
 linux-image-3.0.0-1-parisc64 - Linux 3.0.0 for 64-bit PA-RISC
 linux-image-3.0.0-1-parisc64-smp - Linux 3.0.0 for multiprocessor 64-bit PA-RISC
 linux-image-3.0.0-1-parisc - Linux 3.0.0 for 32-bit PA-RISC
 linux-image-3.0.0-1-parisc-smp - Linux 3.0.0 for multiprocessor 32-bit PA-RISC
 linux-image-3.0.0-1-powerpc64 - Linux 3.0.0 for 64-bit PowerPC
 linux-image-3.0.0-1-powerpc - Linux 3.0.0 for uniprocessor 32-bit PowerPC
 linux-image-3.0.0-1-powerpc-smp - Linux 3.0.0 for multiprocessor 32-bit PowerPC
 linux-image-3.0.0-1-r4k-ip22 - Linux 3.0.0 for SGI IP22
 linux-image-3.0.0-1-r5k-cobalt - Linux 3.0.0 for Cobalt
 linux-image-3.0.0-1-r5k-ip32 - Linux 3.0.0 for SGI IP32
 linux-image-3.0.0-1-rt-amd64-dbg - Debugging infos for Linux 3.0.0-1-rt-amd64
 linux-image-3.0.0-1-rt-amd64 - Linux 3.0.0 for 64-bit PCs, PREEMPT_RT
 linux-image-3.0.0-1-s390x - Linux 3.0.0 for IBM zSeries
 linux-image-3.0.0-1-s390x-tape - Linux 3.0.0 for IBM zSeries, IPL from tape
 linux-image-3.0.0-1-sb1a-bcm91480b - Linux 3.0.0 for BCM91480B
 linux-image-3.0.0-1-sb1-bcm91250a - Linux 3.0.0 for BCM91250A
 linux-image-3.0.0-1-sh7751r - Linux 3.0.0 for sh7751r
 linux-image-3.0.0-1-sh7785lcr - Linux 3.0.0 for sh7785lcr
 linux-image-3.0.0-1-sparc64 - Linux 3.0.0 for uniprocessor 64-bit UltraSPARC
 linux-image-3.0.0-1-sparc64-smp - Linux 3.0.0 for multiprocessor 64-bit UltraSPARC
 linux-image-3.0.0-1-versatile - Linux 3.0.0 for Versatile
 linux-libc-dev - Linux support headers for userspace development
 linux-manual-3.0.0 - Linux kernel API manual pages for version 3.0.0
 linux-patch-debian-3.0.0 - Debian patches to version 3.0.0 of the Linux kernel
 linux-source-3.0.0 - Linux kernel source for version 3.0.0 with Debian patches
 linux-support-3.0.0-1 - Support files for Linux 3.0.0
 linux-tools-3.0.0 - Performance analysis tools for Linux 3.0.0
 xen-linux-system-3.0.0-1-686-pae - Xen system with Linux 3.0.0 on modern PCs (meta-package)
 xen-linux-system-3.0.0-1-amd64 - Xen system with Linux 3.0.0 on 64-bit PCs (meta-package)
 xen-linux-system-3.0.0-1-rt-amd64 - Xen system with Linux 3.0.0 on 64-bit PCs (meta-package)
Changes: 
 linux-2.6 (3.0.0-4) unstable; urgency=low
 .
   [ Ben Hutchings ]
   * Make bug script accept failure of lspci (Closes: #639439)
   * [alpha] Disable GENERIC_GPIO (Closes: #638696)
   * Add stable 3.0.4, including:
     - loop: fix deadlock when sysfs and LOOP_CLR_FD race against each other
     - Btrfs: fix an oops of log replay
     - ext4: Fix ext4_should_writeback_data() for no-journal mode
     - ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode
     - ext4: Resolve the hang of direct i/o read in handling
       EXT4_IO_END_UNWRITTEN.
     - ext4: fix nomblk_io_submit option so it correctly converts uninit blocks
     - xen-blkfront: Drop name and minor adjustments for emulated scsi devices
     - xen/x86: replace order-based range checking of M2P table by linear one
     - rt2x00: fix order of entry flags modification
     - Add a personality to report 2.6.x version numbers
     For the complete list of changes, see:
      http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.0.4
   * sendmmsg/sendmsg: fix unsafe user pointer access
   * rt2x00: fix crash in rt2800usb_write_tx_desc
   * rt2x00: fix crash in rt2800usb_get_txwi (Closes: #636531)
   * [sparc] Only Panther cheetah+ chips have POPC (Closes: #639949)
   * uvcvideo: Fix crash when linking entities (Closes: #637740)
   * Update Spanish debconf template translations (Omar Campagne)
     (Closes: #636242)
 .
   [ Moritz Muehlenhoff ]
   * Update German Debconf translation. Thanks to Holger Wansing
     (Closes: #641487)
 .
   [ Uwe Kleine-König ]
   * [amd64] Update rt featureset to 3.0.4-rt14
 e8c4168aab2d8748428a6ecf9f8ff65a12c9cef10a5a3b2ec5ede8ce10f0f507 5153 linux-2.6_3.0.0-4.dsc
 514e6919f27d097df0d7c7aaf146c33f5af1e26cd08a72d081d3b721c5d64f32 4927710 linux-2.6_3.0.0-4.diff.gz
Checksums-Sha1: 
 3947bae4a5ad5801331c59cebbfd95b9b5d0c4df 6031 linux-2.6_3.0.0-4.dsc
 3bdc7b01631a118f93c60eba6904727c9cc05ebd 4927710 linux-2.6_3.0.0-4.diff.gz
 f9511abe6d0265cee435f07debd6054de767eb92 6915296 linux-doc-3.0.0_3.0.0-4_all.deb
 482acb8427f91b15f8005b69c3302a57e019bf4c 3145420 linux-manual-3.0.0_3.0.0-4_all.deb
 b929283696726def9201cf573cc702cb2cbcc69e 579282 linux-patch-debian-3.0.0_3.0.0-4_all.deb
 c76f5b2c1387e798ef6ff376a4bcb2f73afc3707 76236072 linux-source-3.0.0_3.0.0-4_all.deb
 4261624afeade2db99617c841b9d3b276db5c8a0 178906 linux-support-3.0.0-1_3.0.0-4_all.deb
Checksums-Sha256: 
 5ce5d7f9326e927d37d78cd473461b508068338139525778e111aa4ba328d289 6031 linux-2.6_3.0.0-4.dsc
 514e6919f27d097df0d7c7aaf146c33f5af1e26cd08a72d081d3b721c5d64f32 4927710 linux-2.6_3.0.0-4.diff.gz
 8579d563849fe79a07c02afe4074068a5e9ec89cf37ac10bb1ee6b141e7619b1 6915296 linux-doc-3.0.0_3.0.0-4_all.deb
 32b6a07e3ff90dd6aa6b80c71b7fd7f5626e6b195d0ddb8ae2939bb155526407 3145420 linux-manual-3.0.0_3.0.0-4_all.deb
 fa510eace02279c10f46553d4a2b04d57db648f2af27f040f91b25291cb61c19 579282 linux-patch-debian-3.0.0_3.0.0-4_all.deb
 d94ccb5bc77feb7d4169cd4ebb96ee5265c9efd3661ebd7a734039cb978dd7b2 76236072 linux-source-3.0.0_3.0.0-4_all.deb
 3b9af03a103ef517d5a36d3873ae31a159aedb37064e6ab8d70227d9483e6236 178906 linux-support-3.0.0-1_3.0.0-4_all.deb
Files: 
 da6032f815b93e1d2124ead6824eb2ff 6031 kernel optional linux-2.6_3.0.0-4.dsc
 a27169e43d5478fd0c8d4635a20fd15b 4927710 kernel optional linux-2.6_3.0.0-4.diff.gz
 dc14c406a3afc8ed3a1f60f56cc35e2d 6915296 doc optional linux-doc-3.0.0_3.0.0-4_all.deb
 46bbaf1957919dcd0158a722185a2f32 3145420 doc optional linux-manual-3.0.0_3.0.0-4_all.deb
 b3567e2635d4204c027bc24a6debc902 579282 kernel optional linux-patch-debian-3.0.0_3.0.0-4_all.deb
 378ebabf17f29e419c29fdd8dadff998 76236072 kernel optional linux-source-3.0.0_3.0.0-4_all.deb
 0406a70138b0a5da13778500f2095f40 178906 devel optional linux-support-3.0.0-1_3.0.0-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUBTngYree/yOyVhhEJAQq0wQ/7By9itmlhWRGXDgW0dV3A/Nw9eyDjdKX7
769EqgYBxEB9l4OrG32hrluINSYP0QSKLic55R/w6t9ax4sJlJCUKDffIvcuPDlr
YFfzTAdvwvxdj78xo8GmGU85hQUsHFyqPk4KLs0Rd5/j0sd4J+AbI6YHG/6kgJP5
N0i7M2UyRh5o61TLjZt3ukw9T1iFywuJT501aXZu9p807842LmGWDoFgvEzfiMO3
ynHbugDaAlst0s7XDCsqSfy/1UE9OV+7MxnN3Tp5JtcUCu+tm6Tkzr0vRwJk4G2A
oAfBmzkKBDPvAUYVANul6KSx6LJE3PqMCgEyzUAY+i4K7IR1DNwVHuZkXl9F0pLl
wnke7T2UhCtmhXVSfgrte5yXGUbEJRzW5pxYO0YEVQveGfx2rEa4StldYZZi+kQC
YHWO3ajTshxORyu+7MTp3Vm3DW057dciRBdiOjomJ0w9Ay/xFqMZWUlwsI9u1bUE
nrqJWJ+jJDtLmQDuMoFINgrYhLflPxGR5oyT3GlO2DNdP7XlngVrpY9PHaldRPxG
jsNm2BgYjs1RB3E6nxuT4Y2Tzv4EJh7yjtBYuKF1eQAV+ai/XCcKscvQl+whugdy
YzaKpJ97afda2e8xtzJW0dHiYWcbYssdVh3tHVnk4LCmWiZyMN1nTMasIaV2t8qQ
sdRGQB3z/J4=
=QmEH
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: