All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: Kenneth Crudup <kenny@panix.com>
Cc: "Bjorn Helgaas" <helgaas@kernel.org>,
	ilpo.jarvinen@linux.intel.com,
	"Bjorn Helgaas" <bhelgaas@google.com>,
	"Jian-Hong Pan" <jhp@endlessos.org>,
	linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Niklāvs Koļesņikovs" <pinkflames.linux@gmail.com>,
	"Andreas Noever" <andreas.noever@gmail.com>,
	"Michael Jamet" <michael.jamet@intel.com>,
	"Yehezkel Bernat" <YehezkelShB@gmail.com>,
	linux-usb@vger.kernel.org
Subject: Re: diagnosing resume failures after disconnected USB4 drives (Was: Re: PCI/ASPM: Fix L1SS saving (linus/master commit 7507eb3e7bfac))
Date: Thu, 13 Feb 2025 15:59:11 +0200	[thread overview]
Message-ID: <20250213135911.GG3713119@black.fi.intel.com> (raw)
In-Reply-To: <83d9302a-f743-43e4-9de2-2dd66d91ab5b@panix.com>

Hi,

On Mon, Feb 10, 2025 at 10:17:47PM -0800, Kenneth Crudup wrote:
> 
> The setup is fairly simple (once I'd figured out the failure mode):
> 
> - Have an ASMedia 246x NVMe-to-USB4 housing (with NVMe drive) attached to
> the system via my TB4 dock (CalDigit TS4, but I've had it happen with a Dell
> dock as well (either with the drive mounted, or not) when I suspend
> 
> - Resume with the drive disconnected (i.e., I've gone from home to the
> office).

I see this is fairly normal use-case (sans the disk I guess). Steps to
follow are then something like:

1. Boot the system, nothing connected.
2. Connect CalDigit TS4 (PCIe tunnel is enabled by the UI) to the host Type-C port.
3. Connect ASMedia NVMe to CalDigit downstream Type-C port (PCIe tunnel is enabled by the UI).
4. Verify that the NVMe is visible (lspci, lsblk).

The topology looks like below:

  Host <- TB -> CalDigit TS4 <- TB -> NVMe

5. Suspend the system (close the lid).
6. Unplug the CalDigit TS4.
7. Resume the system (open the lid).

Expectation: system wakes up just fine.
Actual behavior: system crashes and burns.

Do you BTW, unmount the filesystem before you suspend?

> It doesn't happen every time, and for some crazy reason elapsed time between
> suspend and resume seems to make it more likely to happen. Plus it seems
> directly attaching the drive (i.e., no dock in between) doesn't cause
> resumes to fail.

It would be good to see the dmesg output (with thunderbolt.dyndbg=+p) with
these connected, even without suspending so see if there is anything
missing. Since it is Dell system I would expect they have tested this in
Linux pretty well so probably we don't see anything weird there.

I have similar here (not the same devices though) so I can try on my end if
this repros.

  reply	other threads:[~2025-02-13 13:59 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-08 20:56 PCI/ASPM: Fix L1SS saving (linus/master commit 7507eb3e7bfac) Kenneth Crudup
2025-02-09  3:47 ` Kenneth Crudup
2025-02-10 21:05   ` Bjorn Helgaas
2025-02-11  0:18     ` Kenneth Crudup
2025-02-11  5:57       ` Mika Westerberg
2025-02-11  6:17         ` diagnosing resume failures after disconnected USB4 drives (Was: Re: PCI/ASPM: Fix L1SS saving (linus/master commit 7507eb3e7bfac)) Kenneth Crudup
2025-02-13 13:59           ` Mika Westerberg [this message]
2025-02-13 19:19             ` Kenneth Crudup
2025-02-14 16:29               ` Mika Westerberg
2025-02-14 17:39                 ` Kenneth Crudup
2025-02-26  8:44                   ` Mika Westerberg
2025-02-26  9:10                     ` Lukas Wunner
2025-02-26  9:19                       ` Mika Westerberg
2025-03-03 20:00                         ` Lukas Wunner
2025-03-03 20:57                           ` Kenneth Crudup
2025-03-04  8:23                           ` Mika Westerberg
2025-03-06 16:45                             ` Lukas Wunner
2025-03-06 16:56                               ` Kenneth Crudup
2025-03-06 18:18                                 ` Lukas Wunner
2025-03-06 20:38                               ` Kenneth Crudup
2025-03-07  2:04                               ` Kenneth Crudup
2025-03-07 10:34                               ` Mika Westerberg
2025-02-26 15:31                     ` Kenneth Crudup
2025-02-26 21:13                     ` Kenneth Crudup
2025-02-26 21:14                     ` Kenneth Crudup
2025-02-27 17:46                       ` Kenneth Crudup
2025-02-28 10:49                         ` Mika Westerberg
2025-02-28 16:04                           ` Kenneth Crudup
2025-03-02 16:13                             ` Kenneth Crudup
2025-03-03 10:48                               ` Mika Westerberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250213135911.GG3713119@black.fi.intel.com \
    --to=mika.westerberg@linux.intel.com \
    --cc=YehezkelShB@gmail.com \
    --cc=andreas.noever@gmail.com \
    --cc=bhelgaas@google.com \
    --cc=helgaas@kernel.org \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=jhp@endlessos.org \
    --cc=kenny@panix.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=michael.jamet@intel.com \
    --cc=pinkflames.linux@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.