xhci-hcd + NTFS = endless error loop

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

 



Hi,

I am not very sure if this error belong to ntfs-3g or linux-usb,
but the dmesg says a lot about USB devices so I am reporting it here.
Correct me if I am wrong.

I upgraded to Linux 3.13.5 and found my USB hard disk does not work
properly. But this bug only occurs when mounting an NTFS partition.

I have three different USB hard disks, two of them containing NTFS
partitions. I tried with both of them, and confirmed that only mounting
NTFS partitions will trigger the bug. Mounting ext4 partitions in
these three disks does not trigger the bug (and everything's fine).

I've attached an annotated version of dmesg below. Please read my
comments in that file for more details.

-- 
Sascha Weaver
# System boot completed.
# Inserting Seagate USB disk ...
# (I tried with another USB disk, the errors are the same.)
# (However, mounting an ext4 partition on the same disk does not trigger the
# bug)

[  155.481839] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[  155.525018] usb-storage 2-1:1.0: USB Mass Storage device detected
[  155.525083] scsi3 : usb-storage 2-1:1.0
[  155.525394] usbcore: registered new interface driver usb-storage
[  156.529999] scsi 3:0:0:0: Direct-Access     Seagate  Backup+  SL      0143 PQ: 0 ANSI: 6
[  156.531223] sd 3:0:0:0: [sdb] Spinning up disk...
[  159.424726] .ready
[  159.425125] sd 3:0:0:0: [sdb] 1953525167 512-byte logical blocks: (1.00 TB/931 GiB)
[  159.425745] sd 3:0:0:0: [sdb] Write Protect is off
[  159.425761] sd 3:0:0:0: [sdb] Mode Sense: 2b 00 10 08
[  159.426357] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
[  159.451031]  sdb: sdb1
[  159.452581] sd 3:0:0:0: [sdb] Attached SCSI disk


# Now try to mount /dev/sdb1 ...


[  165.108520] NTFS driver 2.1.30 [Flags: R/W MODULE].
[  165.163328] NTFS volume version 3.1.
[  165.279961] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  165.293617] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  165.293622] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  165.406614] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  165.420429] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  165.420436] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  165.533371] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  165.547117] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  165.547125] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  165.660306] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  165.673924] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  165.673930] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  165.787033] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  165.800857] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  165.800863] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  165.913811] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  165.927598] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  165.927604] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  165.928254] sd 3:0:0:0: [sdb] Unhandled error code
[  165.928258] sd 3:0:0:0: [sdb]  
[  165.928259] Result: hostbyte=0x07 driverbyte=0x00
[  165.928261] sd 3:0:0:0: [sdb] CDB: 
[  165.928262] cdb[0]=0x2a: 2a 00 03 20 08 03 00 00 69 00
[  165.928270] end_request: I/O error, dev sdb, sector 52430851
[  165.928273] Buffer I/O error on device sdb1, logical block 52428803
[  165.928274] lost page write due to I/O error on sdb1
[  165.928276] Buffer I/O error on device sdb1, logical block 52428804
[  165.928278] lost page write due to I/O error on sdb1
[  165.928279] Buffer I/O error on device sdb1, logical block 52428805
[  165.928280] lost page write due to I/O error on sdb1
[  165.928282] Buffer I/O error on device sdb1, logical block 52428806
[  165.928283] lost page write due to I/O error on sdb1
[  165.928284] Buffer I/O error on device sdb1, logical block 52428807
[  165.928286] lost page write due to I/O error on sdb1
[  165.928287] Buffer I/O error on device sdb1, logical block 52428808
[  165.928288] lost page write due to I/O error on sdb1
[  165.928290] Buffer I/O error on device sdb1, logical block 52428809
[  165.928291] lost page write due to I/O error on sdb1
[  165.928292] Buffer I/O error on device sdb1, logical block 52428810
[  165.928294] lost page write due to I/O error on sdb1
[  165.928295] Buffer I/O error on device sdb1, logical block 52428811
[  165.928296] lost page write due to I/O error on sdb1
[  165.928298] Buffer I/O error on device sdb1, logical block 52428812
[  165.928299] lost page write due to I/O error on sdb1
[  166.033826] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  166.047643] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  166.047649] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  166.160736] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  166.174556] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  166.174562] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  166.287548] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  166.301310] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  166.301316] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  166.414158] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  166.427942] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  166.427948] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  166.540733] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  166.554600] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  166.554607] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  166.667815] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  166.681556] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  166.681561] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  166.682081] sd 3:0:0:0: [sdb] Unhandled error code
[  166.682086] sd 3:0:0:0: [sdb]  
[  166.682088] Result: hostbyte=0x07 driverbyte=0x00
[  166.682091] sd 3:0:0:0: [sdb] CDB: 
[  166.682093] cdb[0]=0x2a: 2a 00 03 20 08 d9 00 00 f0 00
[  166.682103] end_request: I/O error, dev sdb, sector 52431065
[  166.787700] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  166.801674] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  166.801681] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  166.914684] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  166.928429] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  166.928436] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  167.041417] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  167.055263] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  167.055270] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  167.168227] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  167.181892] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  167.181897] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  167.295007] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  167.308726] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  167.308734] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  167.421652] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  167.435570] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  167.435577] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  167.436102] sd 3:0:0:0: [sdb] Unhandled error code
[  167.436107] sd 3:0:0:0: [sdb]  
[  167.436110] Result: hostbyte=0x07 driverbyte=0x00
[  167.436113] sd 3:0:0:0: [sdb] CDB: 
[  167.436114] cdb[0]=0x2a: 2a 00 03 20 09 c9 00 00 f0 00
[  167.436125] end_request: I/O error, dev sdb, sector 52431305

# ...
# Here omits endless loop of these same error messages.
# ...

[  207.671344] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  207.684944] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  207.684951] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  207.797799] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  207.811715] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  207.811720] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  207.924892] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  207.938483] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  207.938490] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  208.051716] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  208.065260] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  208.065267] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  208.178471] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  208.192025] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  208.192032] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  208.304880] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  208.318730] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  208.318735] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  208.319255] sd 3:0:0:0: [sdb] Unhandled error code
[  208.319261] sd 3:0:0:0: [sdb]  
[  208.319263] Result: hostbyte=0x07 driverbyte=0x00
[  208.319266] sd 3:0:0:0: [sdb] CDB: 
[  208.319268] cdb[0]=0x2a: 2a 00 03 21 33 e9 00 00 f0 00
[  208.319277] end_request: I/O error, dev sdb, sector 52507625
[  208.319281] quiet_error: 1670 callbacks suppressed
[  208.319284] Buffer I/O error on device sdb1, logical block 52505577
[  208.319286] lost page write due to I/O error on sdb1
[  208.319289] Buffer I/O error on device sdb1, logical block 52505578
[  208.319291] lost page write due to I/O error on sdb1
[  208.319293] Buffer I/O error on device sdb1, logical block 52505579
[  208.319295] lost page write due to I/O error on sdb1
[  208.319298] Buffer I/O error on device sdb1, logical block 52505580
[  208.319300] lost page write due to I/O error on sdb1
[  208.319302] Buffer I/O error on device sdb1, logical block 52505581
[  208.319304] lost page write due to I/O error on sdb1
[  208.319307] Buffer I/O error on device sdb1, logical block 52505582
[  208.319309] lost page write due to I/O error on sdb1
[  208.319311] Buffer I/O error on device sdb1, logical block 52505583
[  208.319313] lost page write due to I/O error on sdb1
[  208.319315] Buffer I/O error on device sdb1, logical block 52505584
[  208.319317] lost page write due to I/O error on sdb1
[  208.319333] Buffer I/O error on device sdb1, logical block 52505585
[  208.319335] lost page write due to I/O error on sdb1
[  208.319338] Buffer I/O error on device sdb1, logical block 52505586
[  208.319340] lost page write due to I/O error on sdb1
[  208.425328] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  208.439119] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  208.439126] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  208.552112] usb 2-1: reset SuperSpeed USB device number 2 using xhci_hcd
[  208.685532] usb 2-1: USB disconnect, device number 2

# ^ Here I plug out the device.
# But there are still error messages on NTFS driver produced:


[  213.569008] usb 2-1: device firmware changed
[  213.575747] sd 3:0:0:0: [sdb] Unhandled error code
[  213.575751] sd 3:0:0:0: [sdb]  
[  213.575753] Result: hostbyte=0x01 driverbyte=0x00
[  213.575755] sd 3:0:0:0: [sdb] CDB: 
[  213.575756] cdb[0]=0x2a: 2a 00 03 21 34 d9 00 00 f0 00
[  213.575763] end_request: I/O error, dev sdb, sector 52507865
[  213.575767] quiet_error: 230 callbacks suppressed
[  213.575769] Buffer I/O error on device sdb1, logical block 52505817
[  213.575770] lost page write due to I/O error on sdb1
[  213.575773] Buffer I/O error on device sdb1, logical block 52505818
[  213.575774] lost page write due to I/O error on sdb1
[  213.575776] Buffer I/O error on device sdb1, logical block 52505819
[  213.575777] lost page write due to I/O error on sdb1
[  213.575778] Buffer I/O error on device sdb1, logical block 52505820
[  213.575779] lost page write due to I/O error on sdb1
[  213.575781] Buffer I/O error on device sdb1, logical block 52505821
[  213.575782] lost page write due to I/O error on sdb1
[  213.575784] Buffer I/O error on device sdb1, logical block 52505822
[  213.575785] lost page write due to I/O error on sdb1
[  213.575786] Buffer I/O error on device sdb1, logical block 52505823
[  213.575788] lost page write due to I/O error on sdb1
[  213.575789] Buffer I/O error on device sdb1, logical block 52505824
[  213.575790] lost page write due to I/O error on sdb1
[  213.575792] Buffer I/O error on device sdb1, logical block 52505825
[  213.575793] lost page write due to I/O error on sdb1
[  213.575795] Buffer I/O error on device sdb1, logical block 52505826
[  213.575796] lost page write due to I/O error on sdb1
[  213.581685] sd 3:0:0:0: [sdb] Unhandled error code
[  213.581689] sd 3:0:0:0: [sdb]  
[  213.581690] Result: hostbyte=0x01 driverbyte=0x00
[  213.581692] sd 3:0:0:0: [sdb] CDB: 
[  213.581693] cdb[0]=0x2a: 2a 00 03 21 35 c9 00 00 f0 00
[  213.581699] end_request: I/O error, dev sdb, sector 52508105
[  213.644033] sd 3:0:0:0: [sdb] Synchronizing SCSI cache
[  213.644067] sd 3:0:0:0: [sdb]  
[  213.644069] Result: hostbyte=0x01 driverbyte=0x00
[  213.655837] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9c80
[  213.655841] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88020d9e9cc0
[  218.584585] __ntfs_error: 6822419 callbacks suppressed
[  218.584588] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ff8.
[  218.584590] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ff9.
[  218.584591] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffa.
[  218.584593] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffb.
[  218.584594] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffc.
[  218.584596] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffd.
[  218.584597] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffe.
[  218.584598] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7fff.
[  218.584600] NTFS-fs error (device sdb1): ntfs_readdir(): Reading index allocation data failed.
[  218.584602] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ff8.
[  223.590502] __ntfs_error: 6908378 callbacks suppressed
[  223.590505] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffe.
[  223.590508] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7fff.
[  223.590509] NTFS-fs error (device sdb1): ntfs_readdir(): Reading index allocation data failed.
[  223.590512] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ff8.
[  223.590513] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ff9.
[  223.590514] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffa.
[  223.590516] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffb.
[  223.590517] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffc.
[  223.590518] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffd.
[  223.590520] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffe.


# These error messages seems to go into another loop ...

# Finally it ends (maybe because I killed a process
# (gvfs-udisks2-volume-monitor) who eats up all my CPU.

[  343.771156] __ntfs_error: 7013257 callbacks suppressed
[  343.771159] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ff8.
[  343.771161] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ff9.
[  343.771162] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffa.
[  343.771163] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffb.
[  343.771165] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffc.
[  343.771166] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffd.
[  343.771167] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ffe.
[  343.771169] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7fff.
[  343.771170] NTFS-fs error (device sdb1): ntfs_readdir(): Reading index allocation data failed.
[  343.771172] NTFS-fs error (device sdb1): ntfs_end_buffer_async_read(): Buffer I/O error, logical block 0x1a7ff8.
[  344.195461] ------------[ cut here ]------------
[  344.195478] WARNING: CPU: 3 PID: 1376 at fs/sysfs/group.c:214 sysfs_remove_group+0xc6/0xd0()
[  344.195480] sysfs group ffffffff81895c40 not found for kobject 'target3:0:0'
[  344.195482] Modules linked in: nls_utf8 ntfs usb_storage fuse ctr ccm joydev mousedev ipt_MASQUERADE iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_filter ip_tables x_tables intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp snd_hda_codec_hdmi snd_hda_codec_realtek arc4 kvm_intel kvm crct10dif_pclmul crct10dif_common crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul uvcvideo glue_helper ablk_helper cryptd iTCO_wdt iTCO_vendor_support videobuf2_vmalloc videobuf2_memops videobuf2_core videodev media iwlmvm mac80211 iwlwifi microcode cfg80211 psmouse serio_raw pcspkr rtsx_pci_ms memstick thermal thinkpad_acpi nvram wmi rfkill battery ac tpm_tis tpm snd_hda_intel snd_hda_codec snd_hwdep snd_pcm i2c_i801 e1000e snd_page_alloc
[  344.195527]  snd_timer mei_me lpc_ich snd mei ptp evdev pps_core soundcore shpchp processor vboxnetflt(O) vboxdrv(O) ext4 crc16 mbcache jbd2 sd_mod rtsx_pci_sdmmc mmc_core atkbd libps2 ehci_pci xhci_hcd ehci_hcd ahci libahci libata scsi_mod rtsx_pci usbcore usb_common i8042 serio i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
[  344.195555] CPU: 3 PID: 1376 Comm: gdbus Tainted: G           O 3.13.5-1-ARCH #1
[  344.195556] Hardware name: LENOVO 20AKCTO1WW/20AKCTO1WW, BIOS GIET62WW (2.12 ) 09/25/2013
[  344.195557]  0000000000000009 ffff8802078db8b0 ffffffff81512ff4 ffff8802078db8f8
[  344.195560]  ffff8802078db8e8 ffffffff81061a3d 0000000000000000 ffffffff81895c40
[  344.195561]  ffff880213acbc38 ffff8802079b7190 ffff8800c5f30800 ffff8802078db948
[  344.195563] Call Trace:
[  344.195569]  [<ffffffff81512ff4>] dump_stack+0x4d/0x6f
[  344.195572]  [<ffffffff81061a3d>] warn_slowpath_common+0x7d/0xa0
[  344.195575]  [<ffffffff81061aac>] warn_slowpath_fmt+0x4c/0x50
[  344.195577]  [<ffffffff815181be>] ? mutex_unlock+0xe/0x10
[  344.195579]  [<ffffffff8121921e>] ? sysfs_get_dirent_ns+0x4e/0x70
[  344.195581]  [<ffffffff8121a3a6>] sysfs_remove_group+0xc6/0xd0
[  344.195585]  [<ffffffff813b6f23>] dpm_sysfs_remove+0x43/0x50
[  344.195587]  [<ffffffff813acda5>] device_del+0x45/0x1c0
[  344.195594]  [<ffffffffa020a2b7>] scsi_target_reap_usercontext+0x27/0x40 [scsi_mod]
[  344.195597]  [<ffffffff8107b867>] execute_in_process_context+0x67/0x70
[  344.195602]  [<ffffffffa020b5d4>] scsi_target_reap+0xc4/0xf0 [scsi_mod]
[  344.195608]  [<ffffffffa020d558>] scsi_device_dev_release_usercontext+0x188/0x1c0 [scsi_mod]
[  344.195609]  [<ffffffff8107b867>] execute_in_process_context+0x67/0x70
[  344.195614]  [<ffffffffa020d3cc>] scsi_device_dev_release+0x1c/0x20 [scsi_mod]
[  344.195616]  [<ffffffff813ac2e2>] device_release+0x32/0xa0
[  344.195619]  [<ffffffff812b6a97>] kobject_cleanup+0x77/0x1b0
[  344.195631]  [<ffffffff812b6918>] kobject_put+0x28/0x60
[  344.195633]  [<ffffffff813ac6e7>] put_device+0x17/0x20
[  344.195637]  [<ffffffffa02015eb>] scsi_device_put+0x3b/0x50 [scsi_mod]
[  344.195641]  [<ffffffffa030c7e0>] scsi_disk_put+0x30/0x50 [sd_mod]
[  344.195644]  [<ffffffffa030d6a1>] sd_release+0x31/0x70 [sd_mod]
[  344.195647]  [<ffffffff811dc73c>] __blkdev_put+0x17c/0x1b0
[  344.195649]  [<ffffffff811dc6d7>] __blkdev_put+0x117/0x1b0
[  344.195651]  [<ffffffff811dd09e>] blkdev_put+0x4e/0x140
[  344.195654]  [<ffffffff811a5ec4>] kill_block_super+0x44/0x70
[  344.195655]  [<ffffffff811a618d>] deactivate_locked_super+0x3d/0x60
[  344.195657]  [<ffffffff811a6746>] deactivate_super+0x46/0x60
[  344.195659]  [<ffffffff811c2485>] mntput_no_expire+0xe5/0x170
[  344.195661]  [<ffffffff811c2534>] mntput+0x24/0x40
[  344.195663]  [<ffffffff811a5527>] __fput+0x127/0x220
[  344.195664]  [<ffffffff811a566e>] ____fput+0xe/0x10
[  344.195666]  [<ffffffff810805ec>] task_work_run+0xbc/0xe0
[  344.195668]  [<ffffffff81063e5e>] do_exit+0x2ae/0xa80
[  344.195670]  [<ffffffff811b6bf0>] ? poll_select_copy_remaining+0x130/0x130
[  344.195671]  [<ffffffff810646af>] do_group_exit+0x3f/0xa0
[  344.195673]  [<ffffffff81073255>] get_signal_to_deliver+0x295/0x5f0
[  344.195676]  [<ffffffff81014498>] do_signal+0x48/0x950
[  344.195678]  [<ffffffff811ecf23>] ? eventfd_ctx_read+0x1b3/0x220
[  344.195680]  [<ffffffff81014e08>] do_notify_resume+0x68/0xa0
[  344.195682]  [<ffffffff815216ea>] int_signal+0x12/0x17
[  344.195683] ---[ end trace e6bec0d7efec60b8 ]---


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux