Changes between Initial Version and Version 1 of Ticket #18431, comment 1


Ignore:
Timestamp:
Jun 1, 2023, 3:51:56 PM (12 months ago)
Author:
kallisti5

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18431, comment 1

    initial v1  
    1 I'm seeing other stall regressions on x86_64 with usb_disk's (usb flash)
    2 
    3 {{{
    4 KERN: usb hub 31: port 0: new device connected
    5 KERN: usb_disk: device reports a lun count of 1
    6 KERN: usb_disk: vendor_identification    "Mass    "
    7 KERN: usb_disk: product_identification   "Storage Device  "
    8 KERN: usb_disk: product_revision_level   "1.00"
    9 KERN: publish device: node 0xffffffffe1bf4978, path disk/usb/0/0/raw, module drivers/disk/usb_disk/device_v1
    10 KERN: DMAResource@0xffffff8048053788: low/high 0/ffffffffffffffff, max segment count 16, align 1, boundary 0, max transfer 65536, max segment size 18446744073709551615
    11 KERN: usb_disk: got device name "Mass Storage Device 1.00": No error
    12 KERN: intel: ep_std_ops(0x1)
    13 KERN: intel: ep_std_ops(0x2)
    14 KERN: intel: pm_std_ops(0x1)
    15 KERN: intel: pm_identify_partition(109, 10: 0, 64021856256, 512)
    16 KERN: btrfs: [2684259253: 165711] invalid superblock!
    17 KERN: exfat: invalid superblock!
    18 KERN: ext2: invalid superblock!
    19 KERN: identify(109, 0xffffff804883f1c8)
    20 KERN: ntfs: error: identify_partition: boot signature doesn't match
    21 KERN: usb_disk: unhandled ioctl 10102
    22 KERN: intel: pm_scan_partition(109, 10: 0, 64021856256, 512)
    23 KERN: intel: ep_std_ops(0x1)
    24 KERN: intel: ep_identify_partition(109, 2048, 33554432, 512)
    25 KERN: intel: ep_std_ops(0x2)
    26 KERN: intel: pm_identify_partition(109, 11: 2048, 33554432, 512)
    27 KERN: btrfs: [2684318518: 165711] invalid superblock!
    28 KERN: exfat: invalid superblock!
    29 KERN: ext2: invalid superblock!
    30 KERN: identify(109, 0xffffff80488110b0)
    31 KERN: ntfs: error: identify_partition: boot signature doesn't match
    32 KERN: usb_disk: unhandled ioctl 10102
    33 KERN: intel: ep_std_ops(0x1)
    34 KERN: intel: ep_identify_partition(109, 33556480, 314572800, 512)
    35 KERN: intel: ep_std_ops(0x2)
    36 KERN: intel: pm_identify_partition(109, 12: 33556480, 314572800, 512)
    37 KERN: btrfs: [2684375258: 165711] invalid superblock!
    38 KERN: exfat: invalid superblock!
    39 KERN: ext2: invalid superblock!
    40 KERN: identify(109, 0xffffff80488110b0)
    41 KERN: ntfs: error: identify_partition: boot signature doesn't match
    42 KERN: usb_disk: unhandled ioctl 10102
    43 KERN: bfs: mounted "Haiku" (root node at 131072, device = /dev/disk/usb/0/0/1)
    44 KERN: slab memory manager: created area 0xffffff804f001000 (7417720)
    45 KERN: usb xhci 0: transfer error on slot 9 endpoint 3: Stall
    46 KERN: usb error xhci 0: cancel queued transfers: halted endpoint, reset!
    47 KERN: usb_disk: acquire_sem failed while waiting for data transfer: Operation timed out
    48 KERN: usb_disk: receiving the command status wrapper failed: Operation timed out
    49 KERN: usb_disk: acquire_sem failed while waiting for data transfer: Operation timed out
    50 Last message repeated 1 time
    51 KERN: usb_disk: receiving the command status wrapper failed: Operation timed out
    52 KERN: usb_disk: acquire_sem failed while waiting for data transfer: Operation timed out
    53 Last message repeated 1 time
    54 KERN: usb_disk: receiving the command status wrapper failed: Operation timed out
    55 KERN: usb_disk: acquire_sem failed while waiting for data transfer: Operation timed out
    56 Last message repeated 1 time
    57 KERN: usb_disk: receiving the command status wrapper failed: Operation timed out
    58 KERN: usb_disk: acquire_sem failed while waiting for data transfer: Operation timed out
    59 KERN: could not write back block 98312 (Operation timed out)
    60 KERN: usb_disk: acquire_sem failed while waiting for data transfer: Operation timed out
    61 Last message repeated 3 times
    62 KERN: could not write back block 98312 (Operation timed out)
    63 KERN: usb_disk: acquire_sem failed while waiting for data transfer: Operation timed out
    64 }}}
    65 
    66 {{{
    67 $ lspci | grep USB
    68 02:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Device 43d0 (rev 01)
    69 0a:00.0 USB controller: ASMedia Technology Inc. ASM2142/ASM3142 USB 3.1 Host Controller
    70 10:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Matisse USB 3.0 Host Controller
    71 }}}
    72 
    73 {{{
    74 /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
    75     .
    76     |__ Port 5: Dev 4, If 0, Class=Hub, Driver=hub/4p, 480M
    77         |__ Port 1: Dev 11, If 0, Class=Mass Storage, Driver=usb-storage, 480M
    78 }}}
     1(comment moved to #18432)