SUMMARY This is somewhat similar to https://bugs.kde.org/show_bug.cgi?id=454363 but in my case it was due to some IO problem. Basically currently Plasma doesn't provide any feedback after clicking "Sleep/Suspend" and it just appears that nothing happens/doesn't work/broken. There should be some way to indicate what is happening with my sleep/suspend and if there is error it should be displayed or user notified what he should do (like tell to check dmesg). Option to cancel in progress sleep/suspend would also be great! STEPS TO REPRODUCE Don't really know, I guess patching kernel to simulate failure could be one way... OBSERVED RESULT Clicking on "Sleep/Suspend" does nothing EXPECTED RESULT Show something about progress (or failure) of Sleep/Suspend. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch Linux (available in About System) KDE Plasma Version: 6.0.1 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Linux kernel 6.7.8 ADDITIONAL INFORMATION This is what systemd showed > systemctl suspend > Call to Suspend failed: There's already a shutdown or sleep operation in progress After several minutes it did actually suspend but I had no idea it would. In dmesg can see hung task: [51914.351178] PM: suspend entry (deep) [52037.335042] Filesystems sync: 122.987 seconds [52037.348997] Freezing user space processes [52038.577747] Freezing user space processes completed (elapsed 1.228 seconds) [52038.577756] OOM killer disabled. [52038.577758] Freezing remaining freezable tasks [52058.581719] Freezing remaining freezable tasks failed after 20.004 seconds (0 tasks refusing to freeze, wq_busy=1): [52058.581727] Showing freezable workqueues that are still busy: [52058.581729] workqueue events_freezable: flags=0x4 [52058.581745] pwq 32: cpus=16 node=0 flags=0x0 nice=0 active=0/0 refcnt=2 [52058.581750] inactive: pci_pme_list_scan [52058.581757] workqueue events_freezable_power_: flags=0x86 [52058.581759] pwq 260: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=2 [52058.581762] inactive: disk_events_workfn [52058.581766] pwq 260: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=2 [52058.581770] inactive: disk_events_workfn [52058.581773] pwq 259: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=2 [52058.581776] inactive: disk_events_workfn [52058.581780] pwq 260: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=2 [52058.581782] inactive: disk_events_workfn [52058.581811] workqueue btrfs-endio-meta: flags=0xe [52058.581826] pwq 260: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=2 [52058.581829] inactive: btrfs_end_bio_work [btrfs] [52058.581882] workqueue btrfs-endio-write: flags=0xe [52058.581898] pwq 257: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=14 [52058.581901] inactive: 13*btrfs_work_helper [btrfs] [52058.581952] pwq 260: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=2 [52058.581955] inactive: btrfs_work_helper [btrfs] [52058.582004] pwq 259: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=10 [52058.582007] inactive: 9*btrfs_work_helper [btrfs] [52058.582059] workqueue btrfs_discard: flags=0xa0006 [52058.582062] pwq 256: cpus=0-127 flags=0x4 nice=0 active=0/0 refcnt=130 [52058.582064] inactive: btrfs_discard_workfn [btrfs] [52058.582112] workqueue btrfs-endio: flags=0xe [52058.582127] pwq 259: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=8 [52058.582130] inactive: 7*btrfs_end_bio_work [btrfs] [52058.582172] pwq 259: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=2 [52058.582175] inactive: btrfs_end_bio_work [btrfs] [52058.582216] pwq 259: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=5 [52058.582219] inactive: 4*btrfs_end_bio_work [btrfs] [52058.582261] pwq 259: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=11 [52058.582264] inactive: 10*btrfs_end_bio_work [btrfs] [52058.582309] workqueue btrfs-endio-meta: flags=0xe [52058.582324] pwq 259: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=2 [52058.582327] inactive: btrfs_end_bio_work [btrfs] [52058.582373] workqueue btrfs-endio-write: flags=0xe [52058.582388] pwq 259: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=4 [52058.582391] inactive: 3*btrfs_work_helper [btrfs] [52058.582440] pwq 259: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=8 [52058.582443] inactive: 7*btrfs_work_helper [btrfs] [52058.582493] pwq 259: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=14 [52058.582496] inactive: 13*btrfs_work_helper [btrfs] [52058.582547] pwq 259: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=4 [52058.582550] inactive: 3*btrfs_work_helper [btrfs] [52058.582599] pwq 259: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=363 [52058.582602] inactive: 362*btrfs_work_helper [btrfs] [52058.582712] workqueue btrfs-endio-meta: flags=0xe [52058.582730] pwq 259: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=2 [52058.582733] inactive: btrfs_end_bio_work [btrfs] [52058.582778] workqueue btrfs-endio-write: flags=0xe [52058.582794] pwq 258: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=13 [52058.582797] inactive: 12*btrfs_work_helper [btrfs] [52058.582848] pwq 258: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=103 [52058.582851] inactive: 102*btrfs_work_helper [btrfs] [52058.582910] pwq 259: cpus=0-127 node=0 flags=0x4 nice=0 active=1/0 refcnt=67 [52058.582913] in-flight: 199551:btrfs_work_helper [btrfs] [52058.582962] inactive: 65*btrfs_work_helper [btrfs] [52058.583016] pwq 258: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=13 [52058.583019] inactive: 12*btrfs_work_helper [btrfs] [52058.583068] pwq 258: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=36 [52058.583071] inactive: 35*btrfs_work_helper [btrfs] [52058.583123] pwq 258: cpus=0-127 node=0 flags=0x4 nice=0 active=0/0 refcnt=172 [52058.583126] inactive: 171*btrfs_work_helper [btrfs] [52058.583471] Restarting kernel threads ... done. [52058.585395] OOM killer enabled. [52058.585397] Restarting tasks ... done. [52058.589106] thermal thermal_zone0: failed to read out thermal zone (-61) [52058.589116] PM: suspend exit [52058.590965] PM: suspend entry (s2idle) [52091.765970] Filesystems sync: 33.175 seconds [52091.770910] Freezing user space processes [52092.067351] Freezing user space processes completed (elapsed 0.296 seconds) [52092.067357] OOM killer disabled. [52092.067358] Freezing remaining freezable tasks [52092.070644] Freezing remaining freezable tasks completed (elapsed 0.003 seconds) [52092.070649] printk: Suspending console(s) (use no_console_suspend to debug) [52097.205865] sd 10:0:15:0: [sdp] Synchronizing SCSI cache [52097.205869] sd 10:0:11:0: [sdl] Synchronizing SCSI cache [52097.205871] sd 10:0:4:0: [sde] Synchronizing SCSI cache [52097.205873] sd 11:0:2:0: [sds] Synchronizing SCSI cache [52097.205875] sd 10:0:1:0: [sdb] Synchronizing SCSI cache [52097.205881] sd 10:0:12:0: [sdm] Synchronizing SCSI cache [52097.205886] sd 10:0:7:0: [sdh] Synchronizing SCSI cache [52097.205889] sd 10:0:9:0: [sdj] Synchronizing SCSI cache [52097.205890] sd 10:0:0:0: [sda] Synchronizing SCSI cache [52097.205892] sd 10:0:10:0: [sdk] Synchronizing SCSI cache [52097.205894] sd 10:0:5:0: [sdf] Synchronizing SCSI cache [52097.205896] sd 10:0:13:0: [sdn] Synchronizing SCSI cache [52097.205900] sd 11:0:1:0: [sdr] Synchronizing SCSI cache [52097.205902] sd 11:0:3:0: [sdt] Synchronizing SCSI cache [52097.208902] sd 10:0:2:0: [sdc] Synchronizing SCSI cache [52097.209050] sd 10:0:14:0: [sdo] Synchronizing SCSI cache [52097.209067] sd 11:0:4:0: [sdu] Synchronizing SCSI cache [52097.209069] sd 10:0:6:0: [sdg] Synchronizing SCSI cache [52097.209082] sd 11:0:0:0: [sdq] Synchronizing SCSI cache [52097.209083] sd 10:0:3:0: [sdd] Synchronizing SCSI cache [52097.209087] sd 10:0:8:0: [sdi] Synchronizing SCSI cache [52097.272256] bond: (slave enp4s0): link status definitely down, disabling slave [52097.272293] bond: (slave enp6s0): link status definitely down, disabling slave [52097.272326] igb 0000:04:00.0 enp4s0: left allmulticast mode [52097.272331] igb 0000:04:00.0 enp4s0: left promiscuous mode [52097.272348] bond: now running without any active interface! [52097.272769] bridge: port 1(bond) entered disabled state [52097.344029] [drm] psp gfx command UNLOAD_TA(0x2) failed and response status is (0x117) [52322.022045] mpt3sas_cm0: pdev=0x000000005c1af0f8, slot=0000:09:00.0, previous operating state [D0] [52322.022077] xhci_hcd 0000:01:00.0: xHC error in resume, USBSTS 0x401, Reinit [52322.022081] usb usb1: root hub lost power or was reset [52322.022083] usb usb2: root hub lost power or was reset [52322.022233] mpt3sas_cm1: pdev=0x0000000004404f31, slot=0000:43:00.0, previous operating state [D0] [52322.022817] [drm] PCIE GART of 512M enabled. [52322.022820] [drm] PTB located at 0x000000F5FEF00000 [52322.022839] [drm] PSP is resuming... [52322.077415] mpt3sas_cm0: MSI-X vectors supported: 128 [52322.077420] no of cores: 24, max_msix_vectors: -1 [52322.077422] mpt3sas_cm0: 0 24 24 [52322.078485] mpt3sas_cm0: High IOPs queues : disabled [52322.078559] mpt3sas_cm0: Issuing Hard Reset as part of OS Resume [52322.078561] mpt3sas_cm0: mpt3sas_ctl_pre_reset_handler: Releasing the trace buffer due to adapter reset. [52322.078864] mpt3sas_cm1: CurrentHostPageSize is 0: Setting default host page size to 4k [52322.078881] mpt3sas_cm1: MSI-X vectors supported: 96 [52322.078882] no of cores: 24, max_msix_vectors: -1 [52322.078884] mpt3sas_cm1: 0 24 24 [52322.079832] mpt3sas_cm1: High IOPs queues : disabled [52322.079863] mpt3sas_cm1: iomem(0x0000000082640000), mapped(0x0000000014b30de6), size(65536) [52322.079865] mpt3sas_cm1: ioport(0x0000000000005000), size(256) [52322.079909] mpt3sas_cm1: Issuing Hard Reset as part of OS Resume [52322.082014] nvme nvme0: Shutdown timeout set to 8 seconds [52322.108015] nvme nvme0: 32/0/0 default/read/poll queues [52322.128462] nvme nvme2: Shutdown timeout set to 10 seconds [52322.128620] nvme nvme1: Shutdown timeout set to 10 seconds [52322.129753] nvme nvme2: 8/0/0 default/read/poll queues [52322.129762] nvme nvme1: 8/0/0 default/read/poll queues [52322.130179] nvme nvme1: Ignoring bogus Namespace Identifiers [52322.130315] nvme nvme2: Ignoring bogus Namespace Identifiers [52322.137876] mpt3sas_cm1: CurrentHostPageSize is 0: Setting default host page size to 4k [52322.181344] mpt3sas_cm0: _base_display_fwpkg_version: complete [52322.181348] mpt3sas_cm0: FW Package Ver(14.00.02.02) [52322.181414] mpt3sas_cm0: TimeSync Interval in Manuf page-11 is not enabled. Periodic Time-Sync will be disabled [52322.181665] mpt3sas_cm0: SAS3416: FWVersion(14.00.02.00), ChipRevision(0x01) [52322.181667] mpt3sas_cm0: Intel(R) Controller: Subsystem ID: 0x3000 [52322.181668] NVMe [52322.181669] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Diag Trace Buffer,Task Set Full,NCQ) [52322.181783] mpt3sas_cm0: sending port enable !! [52322.182071] mpt3sas_cm0: port enable: SUCCESS [52322.182191] mpt3sas_cm1: _base_display_fwpkg_version: complete [52322.182465] mpt3sas_cm1: LSISAS3008: FWVersion(16.00.01.00), ChipRevision(0x02) [52322.182467] mpt3sas_cm1: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ) [52322.182521] mpt3sas_cm1: sending port enable !! [52322.182750] mpt3sas_cm1: port enable: SUCCESS [52322.182854] mpt3sas_cm1: search for end-devices: start [52322.182875] mpt3sas_cm0: search for end-devices: start [52322.183181] scsi target11:0:1: handle(0x0009), sas_addr(0x4433221101000000) [52322.183184] scsi target11:0:1: enclosure logical id(0x500605b009158f76), slot(2) [52322.183222] scsi target11:0:0: handle(0x000a), sas_addr(0x4433221102000000) [52322.183224] scsi target11:0:0: enclosure logical id(0x500605b009158f76), slot(0) [52322.183261] scsi target11:0:2: handle(0x000b), sas_addr(0x4433221105000000) [52322.183263] scsi target11:0:2: enclosure logical id(0x500605b009158f76), slot(6) [52322.183301] scsi target11:0:3: handle(0x000c), sas_addr(0x4433221106000000) [52322.183302] scsi target11:0:3: enclosure logical id(0x500605b009158f76), slot(4) [52322.183340] scsi target11:0:4: handle(0x000d), sas_addr(0x4433221107000000) [52322.183341] scsi target11:0:4: enclosure logical id(0x500605b009158f76), slot(5) [52322.183392] mpt3sas_cm1: search for end-devices: complete [52322.183393] mpt3sas_cm1: search for end-devices: start [52322.183394] mpt3sas_cm1: search for PCIe end-devices: complete [52322.183395] mpt3sas_cm1: search for expanders: start [52322.183396] mpt3sas_cm1: search for expanders: complete [52322.183400] mpt3sas_cm1: mpt3sas_base_hard_reset_handler: SUCCESS [52322.183414] mpt3sas_cm1: removing unresponding devices: start [52322.183417] mpt3sas_cm1: removing unresponding devices: end-devices [52322.183419] mpt3sas_cm1: Removing unresponding devices: pcie end-devices [52322.183420] mpt3sas_cm1: removing unresponding devices: expanders [52322.183421] mpt3sas_cm1: removing unresponding devices: complete [52322.183424] mpt3sas_cm1: scan devices: start [52322.183661] mpt3sas_cm1: scan devices: expanders start [52322.183694] scsi target10:0:0: handle(0x0025), sas_addr(0x300605b00fe7e3a0) [52322.183696] scsi target10:0:0: enclosure logical id(0x300605b00f11e3a0), slot(12) [52322.183712] mpt3sas_cm1: break from expander scan: ioc_status(0x0022), loginfo(0x310f0400) [52322.183714] mpt3sas_cm1: scan devices: expanders complete [52322.183715] mpt3sas_cm1: scan devices: end devices start [52322.184055] mpt3sas_cm0: search for end-devices: complete [52322.184056] mpt3sas_cm0: search for end-devices: start [52322.184057] mpt3sas_cm0: search for PCIe end-devices: complete [52322.184058] mpt3sas_cm0: search for expanders: start [52322.184059] mpt3sas_cm0: search for expanders: complete [52322.184063] mpt3sas_cm0: mpt3sas_base_hard_reset_handler: SUCCESS [52322.184072] mpt3sas_cm0: removing unresponding devices: start [52322.184075] mpt3sas_cm0: removing unresponding devices: end-devices [52322.184078] mpt3sas_cm0: Removing unresponding devices: pcie end-devices [52322.184079] mpt3sas_cm0: removing unresponding devices: expanders [52322.184080] mpt3sas_cm0: removing unresponding devices: complete [52322.184091] mpt3sas_cm0: Update devices with firmware reported queue depth [52322.184095] sd 10:0:0:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184100] sd 10:0:1:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184103] sd 10:0:2:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184107] sd 10:0:3:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184110] sd 10:0:4:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184113] sd 10:0:5:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184117] sd 10:0:6:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184120] sd 10:0:7:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184123] sd 10:0:8:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184126] sd 10:0:9:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184129] sd 10:0:10:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184132] sd 10:0:11:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184135] sd 10:0:12:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184139] sd 10:0:13:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184142] sd 10:0:14:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184145] sd 10:0:15:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52322.184148] ses 10:0:16:0: qdepth(1), tagged(0), scsi_level(8), cmd_que(0) [52322.184150] mpt3sas_cm0: scan devices: start [52322.184230] mpt3sas_cm1: break from end device scan: ioc_status(0x0022), loginfo(0x310f0400) [52322.184232] mpt3sas_cm1: scan devices: end devices complete [52322.184233] mpt3sas_cm1: scan devices: pcie end devices start [52322.184268] mpt3sas_cm1: break from pcie end device scan: ioc_status(0x0021), loginfo(0x3003011d) [52322.184270] mpt3sas_cm1: pcie devices: pcie end devices complete [52322.184271] mpt3sas_cm1: scan devices: complete [52322.184814] mpt3sas_cm0: scan devices: expanders start [52322.184848] mpt3sas_cm0: break from expander scan: ioc_status(0x0022), loginfo(0x310f0400) [52322.184850] mpt3sas_cm0: scan devices: expanders complete [52322.184851] mpt3sas_cm0: scan devices: end devices start [52322.185996] mpt3sas_cm0: break from end device scan: ioc_status(0x0022), loginfo(0x310f0400) [52322.185997] mpt3sas_cm0: scan devices: end devices complete [52322.185998] mpt3sas_cm0: scan devices: pcie end devices start [52322.186572] mpt3sas_cm0: break from pcie end device scan: ioc_status(0x0022), loginfo(0x310f0400) [52322.186574] mpt3sas_cm0: pcie devices: pcie end devices complete [52322.186575] mpt3sas_cm0: scan devices: complete [52322.334828] ata7: SATA link down (SStatus 0 SControl 300) [52322.334850] ata4: SATA link down (SStatus 0 SControl 300) [52322.334986] ata6: SATA link down (SStatus 0 SControl 300) [52322.335420] ata3: SATA link down (SStatus 0 SControl 300) [52322.335818] ata10: SATA link down (SStatus 0 SControl 300) [52322.335817] ata8: SATA link down (SStatus 0 SControl 300) [52322.335901] ata1: SATA link down (SStatus 0 SControl 300) [52322.335921] ata5: SATA link down (SStatus 0 SControl 300) [52322.336069] ata2: SATA link down (SStatus 0 SControl 300) [52322.337855] ata9: SATA link down (SStatus 0 SControl 300) [52322.361539] usb 1-7: reset full-speed USB device number 2 using xhci_hcd [52322.674926] [drm] kiq ring mec 2 pipe 1 q 0 [52322.704084] [drm] UVD and UVD ENC initialized successfully. [52322.708223] usb 1-11: reset full-speed USB device number 3 using xhci_hcd [52322.904635] [drm] VCE initialized successfully. [52323.071729] OOM killer enabled. [52323.071731] Restarting tasks ... done. [52323.076842] random: crng reseeded on system resumption [52323.076848] thermal thermal_zone0: failed to read out thermal zone (-61) [52323.076867] PM: suspend exit [52323.227301] Process accounting resumed [52323.351375] Bluetooth: hci0: Firmware revision 0.1 build 19 week 44 2021 [52323.366225] Bluetooth: hci0: Reading supported features failed (-16) [52323.366232] Bluetooth: hci0: Error reading debug features [52323.366236] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported. [52323.633150] sdv: sdv1 [52324.721837] igb 0000:04:00.0 enp4s0: igb: enp4s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX [52324.884861] bond: (slave enp4s0): link status definitely up, 1000 Mbps full duplex [52324.884869] bond: (slave enp4s0): making interface the new active one [52324.884873] igb 0000:04:00.0 enp4s0: entered promiscuous mode [52324.885073] igb 0000:04:00.0 enp4s0: entered allmulticast mode [52324.885503] bond: active interface up! [52324.885527] bridge: port 1(bond) entered blocking state [52324.885532] bridge: port 1(bond) entered forwarding state [52325.081853] igb 0000:06:00.0 enp6s0: igb: enp6s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX [52325.094846] bond: (slave enp6s0): link status definitely up, 1000 Mbps full duplex [52412.669304] PM: suspend entry (deep) [52692.023993] INFO: task postgres:1823 blocked for more than 122 seconds. [52692.024001] Not tainted 6.7.8-arch1-1 #1 [52692.024004] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [52692.024007] task:postgres state:D stack:0 pid:1823 tgid:1823 ppid:1584 flags:0x00000002 [52692.024013] Call Trace: [52692.024015] <TASK> [52692.024020] __schedule+0x3e7/0x1410 [52692.024027] ? srso_return_thunk+0x5/0x5f [52692.024032] ? __reserve_bytes+0x198/0x720 [btrfs f7ccc5c5b9cca790bb71ab14fe27a484a9645238] [52692.024088] ? __mod_lruvec_page_state+0x99/0x130 [52692.024093] ? srso_return_thunk+0x5/0x5f [52692.024098] schedule+0x32/0xd0 [52692.024101] wait_current_trans+0xf0/0x160 [btrfs f7ccc5c5b9cca790bb71ab14fe27a484a9645238] [52692.024151] ? __pfx_autoremove_wake_function+0x10/0x10 [52692.024156] start_transaction+0x1a2/0x810 [btrfs f7ccc5c5b9cca790bb71ab14fe27a484a9645238] [52692.024207] btrfs_sync_file+0x338/0x5c0 [btrfs f7ccc5c5b9cca790bb71ab14fe27a484a9645238] [52692.024262] __x64_sys_fsync+0x3b/0x70 [52692.024267] do_syscall_64+0x64/0xe0 [52692.024271] ? count_memcg_events.constprop.0+0x1a/0x30 [52692.024274] ? srso_return_thunk+0x5/0x5f [52692.024277] ? handle_mm_fault+0xa2/0x360 [52692.024281] ? srso_return_thunk+0x5/0x5f [52692.024283] ? do_user_addr_fault+0x304/0x670 [52692.024288] ? srso_return_thunk+0x5/0x5f [52692.024291] ? exc_page_fault+0x7f/0x180 [52692.024294] entry_SYSCALL_64_after_hwframe+0x6e/0x76 [52692.024299] RIP: 0033:0x7a2db2d1c694 [52692.024333] RSP: 002b:00007ffe05477ed8 EFLAGS: 00000202 ORIG_RAX: 000000000000004a [52692.024336] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007a2db2d1c694 [52692.024338] RDX: 000057c39bef8cf0 RSI: 0000000000000020 RDI: 0000000000000078 [52692.024339] RBP: 0000000000000078 R08: 000057c39bedb808 R09: 00000000000000e5 [52692.024341] R10: 0000000000000001 R11: 0000000000000202 R12: 000057c39a9af928 [52692.024343] R13: 000000000a000012 R14: 000057c39beb7c98 R15: 000057c39a99a6a0 [52692.024349] </TASK> [52692.024558] INFO: task postgres:132331 blocked for more than 122 seconds. [52692.024561] Not tainted 6.7.8-arch1-1 #1 [52692.024563] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [52692.024564] task:postgres state:D stack:0 pid:132331 tgid:132331 ppid:1584 flags:0x00000002 [52692.024568] Call Trace: [52692.024569] <TASK> [52692.024572] __schedule+0x3e7/0x1410 [52692.024576] ? srso_return_thunk+0x5/0x5f [52692.024578] ? __reserve_bytes+0x198/0x720 [btrfs f7ccc5c5b9cca790bb71ab14fe27a484a9645238] [52692.024632] schedule+0x32/0xd0 [52692.024635] wait_current_trans+0xf0/0x160 [btrfs f7ccc5c5b9cca790bb71ab14fe27a484a9645238] [52692.024684] ? __pfx_autoremove_wake_function+0x10/0x10 [52692.024688] start_transaction+0x1a2/0x810 [btrfs f7ccc5c5b9cca790bb71ab14fe27a484a9645238] [52692.024738] btrfs_create_common+0xb0/0x130 [btrfs f7ccc5c5b9cca790bb71ab14fe27a484a9645238] [52692.024791] path_openat+0xeca/0x1260 [52692.024799] do_filp_open+0xb3/0x160 [52692.024805] ? __pfx_page_put_link+0x10/0x10 [52692.024810] do_sys_openat2+0xab/0xe0 [52692.024816] __x64_sys_openat+0x57/0xa0 [52692.024819] do_syscall_64+0x64/0xe0 [52692.024821] ? srso_return_thunk+0x5/0x5f [52692.024824] ? exit_to_user_mode_prepare+0x132/0x1f0 [52692.024828] ? srso_return_thunk+0x5/0x5f [52692.024830] ? syscall_exit_to_user_mode+0x2b/0x40 [52692.024833] ? srso_return_thunk+0x5/0x5f [52692.024835] ? do_syscall_64+0x70/0xe0 [52692.024837] ? do_syscall_64+0x70/0xe0 [52692.024839] ? do_syscall_64+0x70/0xe0 [52692.024841] ? do_syscall_64+0x70/0xe0 [52692.024844] entry_SYSCALL_64_after_hwframe+0x6e/0x76 [52692.024847] RIP: 0033:0x7a2db2d18d42 [52692.024856] RSP: 002b:00007ffe05476490 EFLAGS: 00000202 ORIG_RAX: 0000000000000101 [52692.024858] RAX: ffffffffffffffda RBX: 0000000000080242 RCX: 00007a2db2d18d42 [52692.024860] RDX: 0000000000080242 RSI: 00007ffe05476590 RDI: 00000000ffffff9c [52692.024862] RBP: 00007ffe05476590 R08: 0000000000000050 R09: 0000000000000001 [52692.024863] R10: 0000000000000180 R11: 0000000000000202 R12: 0000000000080242 [52692.024865] R13: 00007ffe05476590 R14: 000057c39c1a9da0 R15: 000057c39c23f360 [52692.024871] </TASK> [52692.024921] INFO: task postgres:199173 blocked for more than 122 seconds. [52692.024923] Not tainted 6.7.8-arch1-1 #1 [52692.024925] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [52692.024927] task:postgres state:D stack:0 pid:199173 tgid:199173 ppid:1584 flags:0x00000002 [52692.024930] Call Trace: [52692.024931] <TASK> [52692.024934] __schedule+0x3e7/0x1410 [52692.024937] ? srso_return_thunk+0x5/0x5f [52692.024940] ? __reserve_bytes+0x198/0x720 [btrfs f7ccc5c5b9cca790bb71ab14fe27a484a9645238] [52692.024997] schedule+0x32/0xd0 [52692.024999] wait_current_trans+0xf0/0x160 [btrfs f7ccc5c5b9cca790bb71ab14fe27a484a9645238] [52692.025048] ? __pfx_autoremove_wake_function+0x10/0x10 [52692.025052] start_transaction+0x1a2/0x810 [btrfs f7ccc5c5b9cca790bb71ab14fe27a484a9645238] [52692.025103] btrfs_create_common+0xb0/0x130 [btrfs f7ccc5c5b9cca790bb71ab14fe27a484a9645238] [52692.025156] path_openat+0xeca/0x1260 [52692.025162] do_filp_open+0xb3/0x160 [52692.025168] ? __pfx_page_put_link+0x10/0x10 [52692.025173] do_sys_openat2+0xab/0xe0 [52692.025177] __x64_sys_openat+0x57/0xa0 [52692.025181] do_syscall_64+0x64/0xe0 [52692.025184] ? srso_return_thunk+0x5/0x5f [52692.025186] ? __do_sys_newfstatat+0x4e/0x80 [52692.025193] ? srso_return_thunk+0x5/0x5f [52692.025195] ? syscall_exit_to_user_mode+0x2b/0x40 [52692.025198] ? srso_return_thunk+0x5/0x5f [52692.025200] ? do_syscall_64+0x70/0xe0 [52692.025203] entry_SYSCALL_64_after_hwframe+0x6e/0x76 [52692.025206] RIP: 0033:0x7a2db2d18d42 [52692.025213] RSP: 002b:00007ffe054757f0 EFLAGS: 00000202 ORIG_RAX: 0000000000000101 [52692.025215] RAX: ffffffffffffffda RBX: 00000000000800c2 RCX: 00007a2db2d18d42 [52692.025217] RDX: 00000000000800c2 RSI: 000057c39bf5a3a0 RDI: 00000000ffffff9c [52692.025219] RBP: 000057c39bf5a3a0 R08: 0000000000000000 R09: 0000000000000000 [52692.025220] R10: 0000000000000180 R11: 0000000000000202 R12: 00000000000800c2 [52692.025222] R13: 000057c39bf5a3a0 R14: 000057c39bf7a0a8 R15: 000057c39bf74260 [52692.025227] </TASK> [52704.557550] Filesystems sync: 291.914 seconds [52704.568082] Freezing user space processes [52704.719176] Freezing user space processes completed (elapsed 0.151 seconds) [52704.719182] OOM killer disabled. [52704.719184] Freezing remaining freezable tasks [52704.722336] Freezing remaining freezable tasks completed (elapsed 0.003 seconds) [52704.722358] printk: Suspending console(s) (use no_console_suspend to debug) [52705.322142] sd 11:0:1:0: [sdr] Synchronizing SCSI cache [52705.322160] sd 10:0:8:0: [sdi] Synchronizing SCSI cache [52705.322163] sd 10:0:5:0: [sdf] Synchronizing SCSI cache [52705.322164] sd 10:0:7:0: [sdh] Synchronizing SCSI cache [52705.322174] sd 10:0:1:0: [sdb] Synchronizing SCSI cache [52705.322176] sd 10:0:10:0: [sdk] Synchronizing SCSI cache [52705.322178] sd 10:0:11:0: [sdl] Synchronizing SCSI cache [52705.322180] sd 10:0:13:0: [sdn] Synchronizing SCSI cache [52705.322232] sd 11:0:2:0: [sds] Synchronizing SCSI cache [52705.322310] sd 10:0:12:0: [sdm] Synchronizing SCSI cache [52705.322313] sd 10:0:3:0: [sdd] Synchronizing SCSI cache [52705.322315] sd 10:0:6:0: [sdg] Synchronizing SCSI cache [52705.322317] sd 10:0:14:0: [sdo] Synchronizing SCSI cache [52705.322319] sd 11:0:4:0: [sdu] Synchronizing SCSI cache [52705.322320] sd 10:0:0:0: [sda] Synchronizing SCSI cache [52705.322328] sd 11:0:0:0: [sdq] Synchronizing SCSI cache [52705.322331] sd 10:0:2:0: [sdc] Synchronizing SCSI cache [52705.322333] sd 10:0:9:0: [sdj] Synchronizing SCSI cache [52705.322396] sd 10:0:15:0: [sdp] Synchronizing SCSI cache [52705.322398] sd 11:0:3:0: [sdt] Synchronizing SCSI cache [52705.332246] sd 10:0:4:0: [sde] Synchronizing SCSI cache [52705.333322] mpt3sas_cm1: pdev=0x0000000004404f31, slot=0000:43:00.0, entering operating state [52705.333330] mpt3sas_cm1: sending message unit reset !! [52705.333511] mpt3sas_cm0: pdev=0x000000005c1af0f8, slot=0000:09:00.0, entering operating state [52705.333517] mpt3sas_cm0: sending message unit reset !! [52705.334851] mpt3sas_cm1: message unit reset: SUCCESS [52705.335038] mpt3sas_cm0: message unit reset: SUCCESS [52705.395552] bond: (slave enp4s0): link status definitely down, disabling slave [52705.395593] bond: (slave enp6s0): link status definitely down, disabling slave [52705.395630] igb 0000:04:00.0 enp4s0: left allmulticast mode [52705.395635] igb 0000:04:00.0 enp4s0: left promiscuous mode [52705.395654] bond: now running without any active interface! [52705.395785] bridge: port 1(bond) entered disabled state [52705.463790] [drm] psp gfx command UNLOAD_TA(0x2) failed and response status is (0x117) [52705.505345] amdgpu 0000:46:00.0: amdgpu: MODE1 reset [52705.505382] amdgpu 0000:46:00.0: amdgpu: GPU mode1 reset [52705.506145] amdgpu 0000:46:00.0: amdgpu: GPU psp mode1 reset [52706.021951] [drm] psp mode1 reset succeed [52706.070706] ACPI: PM: Preparing to enter system sleep state S3 [52706.395611] ACPI: PM: Saving platform NVS memory [52706.395694] Disabling non-boot CPUs ... [52706.400510] smpboot: CPU 1 is now offline [52706.407174] smpboot: CPU 2 is now offline [52706.411419] smpboot: CPU 3 is now offline [52706.415629] smpboot: CPU 4 is now offline [52706.419679] smpboot: CPU 5 is now offline [52706.423359] smpboot: CPU 6 is now offline [52706.427375] smpboot: CPU 7 is now offline [52706.431081] smpboot: CPU 8 is now offline [52706.435084] smpboot: CPU 9 is now offline [52706.439734] smpboot: CPU 10 is now offline [52706.444281] smpboot: CPU 11 is now offline [52706.451126] smpboot: CPU 12 is now offline [52706.456601] smpboot: CPU 13 is now offline [52706.461604] smpboot: CPU 14 is now offline [52706.465079] smpboot: CPU 15 is now offline [52706.468383] smpboot: CPU 16 is now offline [52706.472009] smpboot: CPU 17 is now offline [52706.475325] smpboot: CPU 18 is now offline [52706.478295] smpboot: CPU 19 is now offline [52706.481459] smpboot: CPU 20 is now offline [52706.484479] smpboot: CPU 21 is now offline [52706.488243] smpboot: CPU 22 is now offline [52706.492253] smpboot: CPU 23 is now offline [52706.493945] ACPI: PM: Low-level resume complete [52706.493976] ACPI: PM: Restoring platform NVS memory [52706.494127] AMD-Vi: Virtual APIC enabled [52706.494210] AMD-Vi: Virtual APIC enabled [52706.494951] Enabling non-boot CPUs ... [52706.495237] smpboot: Booting Node 0 Processor 1 APIC 0x2 [52706.500739] CPU1 is up [52706.500973] smpboot: Booting Node 0 Processor 2 APIC 0x4 [52706.505938] CPU2 is up [52706.506243] smpboot: Booting Node 0 Processor 3 APIC 0x8 [52706.509738] CPU3 is up [52706.509978] smpboot: Booting Node 0 Processor 4 APIC 0xa [52706.513385] CPU4 is up [52706.513701] smpboot: Booting Node 0 Processor 5 APIC 0xc [52706.517015] CPU5 is up [52706.517242] smpboot: Booting Node 0 Processor 6 APIC 0x10 [52706.520579] intel_rapl_common: Found RAPL domain package [52706.520582] intel_rapl_common: Found RAPL domain core [52706.520600] powercap intel-rapl:1: PM: parent intel-rapl should not be sleeping [52706.520969] CPU6 is up [52706.521208] smpboot: Booting Node 0 Processor 7 APIC 0x12 [52706.524486] CPU7 is up [52706.524908] smpboot: Booting Node 0 Processor 8 APIC 0x14 [52706.528202] CPU8 is up [52706.528441] smpboot: Booting Node 0 Processor 9 APIC 0x18 [52706.532072] CPU9 is up [52706.532320] smpboot: Booting Node 0 Processor 10 APIC 0x1a [52706.535701] CPU10 is up [52706.535942] smpboot: Booting Node 0 Processor 11 APIC 0x1c [52706.539375] CPU11 is up [52706.539616] smpboot: Booting Node 0 Processor 12 APIC 0x1 [52706.545043] CPU12 is up [52706.545281] smpboot: Booting Node 0 Processor 13 APIC 0x3 [52706.550506] CPU13 is up [52706.550943] smpboot: Booting Node 0 Processor 14 APIC 0x5 [52706.556860] CPU14 is up [52706.557095] smpboot: Booting Node 0 Processor 15 APIC 0x9 [52706.561193] CPU15 is up [52706.561426] smpboot: Booting Node 0 Processor 16 APIC 0xb [52706.565090] CPU16 is up [52706.565321] smpboot: Booting Node 0 Processor 17 APIC 0xd [52706.569038] CPU17 is up [52706.569274] smpboot: Booting Node 0 Processor 18 APIC 0x11 [52706.573137] CPU18 is up [52706.573381] smpboot: Booting Node 0 Processor 19 APIC 0x13 [52706.577411] CPU19 is up [52706.577843] smpboot: Booting Node 0 Processor 20 APIC 0x15 [52706.581764] CPU20 is up [52706.582001] smpboot: Booting Node 0 Processor 21 APIC 0x19 [52706.585971] CPU21 is up [52706.586209] smpboot: Booting Node 0 Processor 22 APIC 0x1b [52706.590179] CPU22 is up [52706.590425] smpboot: Booting Node 0 Processor 23 APIC 0x1d [52706.594438] CPU23 is up [52706.597785] ACPI: PM: Waking up from system sleep state S3 [52706.604974] mpt3sas_cm0: pdev=0x000000005c1af0f8, slot=0000:09:00.0, previous operating state [D0] [52706.605019] xhci_hcd 0000:01:00.0: xHC error in resume, USBSTS 0x401, Reinit [52706.605024] usb usb1: root hub lost power or was reset [52706.605026] usb usb2: root hub lost power or was reset [52706.605032] mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (32729656 kB) [52706.605443] mpt3sas_cm1: pdev=0x0000000004404f31, slot=0000:43:00.0, previous operating state [D0] [52706.605455] mpt3sas_cm1: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (32729656 kB) [52706.660756] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k [52706.660764] mpt3sas_cm0: MSI-X vectors supported: 128 [52706.660766] no of cores: 24, max_msix_vectors: -1 [52706.660767] mpt3sas_cm0: 0 24 24 [52706.661642] mpt3sas_cm0: High IOPs queues : disabled [52706.661672] mpt3sas_cm0: iomem(0x0000047e7ff00000), mapped(0x00000000badd77b8), size(1048576) [52706.661675] mpt3sas_cm0: ioport(0x0000000000003000), size(256) [52706.661710] mpt3sas_cm0: Issuing Hard Reset as part of OS Resume [52706.662277] mpt3sas_cm1: CurrentHostPageSize is 0: Setting default host page size to 4k [52706.662294] mpt3sas_cm1: MSI-X vectors supported: 96 [52706.662295] no of cores: 24, max_msix_vectors: -1 [52706.662296] mpt3sas_cm1: 0 24 24 [52706.662886] nvme nvme0: Shutdown timeout set to 8 seconds [52706.663037] nvme nvme1: Shutdown timeout set to 10 seconds [52706.663045] nvme nvme2: Shutdown timeout set to 10 seconds [52706.663287] mpt3sas_cm1: High IOPs queues : disabled [52706.663317] mpt3sas_cm1: iomem(0x0000000082640000), mapped(0x00000000c4bcc425), size(65536) [52706.663319] mpt3sas_cm1: ioport(0x0000000000005000), size(256) [52706.663369] mpt3sas_cm1: Issuing Hard Reset as part of OS Resume [52706.664239] nvme nvme1: 8/0/0 default/read/poll queues [52706.664271] nvme nvme2: 8/0/0 default/read/poll queues [52706.664668] nvme nvme1: Ignoring bogus Namespace Identifiers [52706.664690] nvme nvme2: Ignoring bogus Namespace Identifiers [52706.685031] [drm] PCIE GART of 512M enabled. [52706.685035] [drm] PTB located at 0x000000F5FEF00000 [52706.685057] [drm] PSP is resuming... [52706.691107] nvme nvme0: 32/0/0 default/read/poll queues [52706.719003] mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k [52706.723373] mpt3sas_cm1: CurrentHostPageSize is 0: Setting default host page size to 4k [52706.847223] mpt3sas_cm0: _base_display_fwpkg_version: complete [52706.847225] mpt3sas_cm0: FW Package Ver(14.00.02.02) [52706.847295] mpt3sas_cm0: TimeSync Interval in Manuf page-11 is not enabled. Periodic Time-Sync will be disabled [52706.847533] mpt3sas_cm0: SAS3416: FWVersion(14.00.02.00), ChipRevision(0x01) [52706.847535] mpt3sas_cm0: Intel(R) Controller: Subsystem ID: 0x3000 [52706.847536] NVMe [52706.847537] mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Diag Trace Buffer,Task Set Full,NCQ) [52706.847584] mpt3sas_cm0: log_info(0x300301e0): originator(IOP), code(0x03), sub_code(0x01e0) [52706.847599] mpt3sas_cm0: log_info(0x300301e0): originator(IOP), code(0x03), sub_code(0x01e0) [52706.847614] mpt3sas_cm0: log_info(0x300301e0): originator(IOP), code(0x03), sub_code(0x01e0) [52706.847629] mpt3sas_cm0: log_info(0x300301e0): originator(IOP), code(0x03), sub_code(0x01e0) [52706.847644] mpt3sas_cm0: sending port enable !! [52706.872926] [drm] reserve 0x400000 from 0xf5fe400000 for PSP TMR [52706.890364] mpt3sas_cm1: _base_display_fwpkg_version: complete [52706.890632] mpt3sas_cm1: LSISAS3008: FWVersion(16.00.01.00), ChipRevision(0x02) [52706.890634] mpt3sas_cm1: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ) [52706.890687] mpt3sas_cm1: sending port enable !! [52706.916409] ata6: SATA link down (SStatus 0 SControl 300) [52706.916490] ata4: SATA link down (SStatus 0 SControl 300) [52706.916584] ata5: SATA link down (SStatus 0 SControl 300) [52706.919673] ata7: SATA link down (SStatus 0 SControl 300) [52706.919674] ata9: SATA link down (SStatus 0 SControl 300) [52706.919830] ata8: SATA link down (SStatus 0 SControl 300) [52706.919849] ata2: SATA link down (SStatus 0 SControl 300) [52706.920405] ata3: SATA link down (SStatus 0 SControl 300) [52706.920543] ata1: SATA link down (SStatus 0 SControl 300) [52706.921138] ata10: SATA link down (SStatus 0 SControl 300) [52707.413275] [drm] kiq ring mec 2 pipe 1 q 0 [52707.435221] [drm] UVD and UVD ENC initialized successfully. [52707.635763] [drm] VCE initialized successfully. [52709.306711] igb 0000:04:00.0 enp4s0: igb: enp4s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX [52709.453005] bond: (slave enp4s0): link status definitely up, 1000 Mbps full duplex [52709.453009] bond: (slave enp4s0): making interface the new active one [52709.453011] igb 0000:04:00.0 enp4s0: entered promiscuous mode [52709.453180] igb 0000:04:00.0 enp4s0: entered allmulticast mode [52709.453547] bond: active interface up! [52709.453566] bridge: port 1(bond) entered blocking state [52709.453569] bridge: port 1(bond) entered forwarding state [52709.663338] igb 0000:06:00.0 enp6s0: igb: enp6s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX [52709.762976] bond: (slave enp6s0): link status definitely up, 1000 Mbps full duplex [52730.559937] mpt3sas_cm1: port enable: SUCCESS [52730.560015] mpt3sas_cm1: search for end-devices: start [52730.560556] mpt3sas_cm1: search for end-devices: complete [52730.560557] mpt3sas_cm1: search for end-devices: start [52730.560558] mpt3sas_cm1: search for PCIe end-devices: complete [52730.560559] mpt3sas_cm1: search for expanders: start [52730.560560] mpt3sas_cm1: search for expanders: complete [52730.560562] mpt3sas_cm1: mpt3sas_base_hard_reset_handler: SUCCESS [52730.560581] mpt3sas_cm1: removing unresponding devices: start [52730.560583] mpt3sas_cm1: removing unresponding devices: end-devices [52730.560584] mpt3sas_cm1: Removing unresponding devices: pcie end-devices [52730.560584] mpt3sas_cm1: removing unresponding devices: expanders [52730.560585] mpt3sas_cm1: removing unresponding devices: complete [52730.560587] mpt3sas_cm1: scan devices: start [52730.560810] mpt3sas_cm1: scan devices: expanders start [52730.560859] mpt3sas_cm1: break from expander scan: ioc_status(0x0022), loginfo(0x310f0400) [52730.560861] mpt3sas_cm1: scan devices: expanders complete [52730.560862] mpt3sas_cm1: scan devices: end devices start [52730.561381] mpt3sas_cm1: break from end device scan: ioc_status(0x0022), loginfo(0x310f0400) [52730.561382] mpt3sas_cm1: scan devices: end devices complete [52730.561383] mpt3sas_cm1: scan devices: pcie end devices start [52730.561417] mpt3sas_cm1: break from pcie end device scan: ioc_status(0x0021), loginfo(0x3003011d) [52730.561418] mpt3sas_cm1: pcie devices: pcie end devices complete [52730.561419] mpt3sas_cm1: scan devices: complete [52741.684139] mpt3sas_cm0: port enable: SUCCESS [52741.684930] mpt3sas_cm0: search for end-devices: start [52741.686079] mpt3sas_cm0: search for end-devices: complete [52741.686080] mpt3sas_cm0: search for end-devices: start [52741.686080] mpt3sas_cm0: search for PCIe end-devices: complete [52741.686081] mpt3sas_cm0: search for expanders: start [52741.686082] mpt3sas_cm0: search for expanders: complete [52741.686084] mpt3sas_cm0: mpt3sas_base_hard_reset_handler: SUCCESS [52741.686103] mpt3sas_cm0: removing unresponding devices: start [52741.686104] mpt3sas_cm0: removing unresponding devices: end-devices [52741.686106] mpt3sas_cm0: Removing unresponding devices: pcie end-devices [52741.686106] mpt3sas_cm0: removing unresponding devices: expanders [52741.686107] mpt3sas_cm0: removing unresponding devices: complete [52741.686110] mpt3sas_cm0: Update devices with firmware reported queue depth [52741.686113] sd 10:0:0:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686116] sd 10:0:1:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686118] sd 10:0:2:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686121] sd 10:0:3:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686123] sd 10:0:4:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686125] sd 10:0:5:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686127] sd 10:0:6:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686129] sd 10:0:7:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686131] sd 10:0:8:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686133] sd 10:0:9:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686136] sd 10:0:10:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686138] sd 10:0:11:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686140] sd 10:0:12:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686142] sd 10:0:13:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686144] sd 10:0:14:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686146] sd 10:0:15:0: qdepth(128), tagged(1), scsi_level(7), cmd_que(1) [52741.686148] ses 10:0:16:0: qdepth(1), tagged(0), scsi_level(8), cmd_que(0) [52741.686149] mpt3sas_cm0: scan devices: start [52741.686836] mpt3sas_cm0: scan devices: expanders start [52741.686871] mpt3sas_cm0: break from expander scan: ioc_status(0x0022), loginfo(0x310f0400) [52741.686873] mpt3sas_cm0: scan devices: expanders complete [52741.686873] mpt3sas_cm0: scan devices: end devices start [52741.688072] mpt3sas_cm0: break from end device scan: ioc_status(0x0022), loginfo(0x310f0400) [52741.688075] mpt3sas_cm0: scan devices: end devices complete [52741.688076] mpt3sas_cm0: scan devices: pcie end devices start [52741.688648] mpt3sas_cm0: break from pcie end device scan: ioc_status(0x0022), loginfo(0x310f0400) [52741.688651] mpt3sas_cm0: pcie devices: pcie end devices complete [52741.688652] mpt3sas_cm0: scan devices: complete [52741.819832] sd 10:0:15:0: Power-on or device reset occurred [52741.823987] usb 1-7: reset full-speed USB device number 2 using xhci_hcd [52741.830035] sd 10:0:14:0: Power-on or device reset occurred [52741.837840] usb 5-1: reset high-speed USB device number 2 using xhci_hcd [52742.102731] usb 5-3: reset full-speed USB device number 3 using xhci_hcd [52742.167356] usb 1-11: reset full-speed USB device number 3 using xhci_hcd [52744.998582] OOM killer enabled. [52744.998585] Restarting tasks ... done. [52745.007428] random: crng reseeded on system resumption [52745.007435] thermal thermal_zone0: failed to read out thermal zone (-61) [52745.007445] PM: suspend exit [52745.007733] usb 5-4.4: USB disconnect, device number 17 [52745.009990] systemd-journald[600]: Time jumped backwards, rotating. [52745.156873] Process accounting resumed [52745.394331] Bluetooth: hci0: Firmware revision 0.1 build 19 week 44 2021 [52745.409311] Bluetooth: hci0: Reading supported features failed (-16) [52745.409322] Bluetooth: hci0: Error reading debug features [52745.409326] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported. [52745.434306] sd 11:0:0:0: Power-on or device reset occurred [52745.564433] sd 10:0:2:0: Power-on or device reset occurred [52745.564497] sd 10:0:0:0: Power-on or device reset occurred [52745.565267] sd 10:0:4:0: Power-on or device reset occurred [52745.938194] sd 11:0:1:0: Power-on or device reset occurred [52746.560978] sd 10:0:9:0: Power-on or device reset occurred [52748.259082] sdv: sdv1