lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 21 May 2024 08:11:51 +0300
From: Mika Westerberg <mika.westerberg@...ux.intel.com>
To: Gia <giacomo.gio@...il.com>
Cc: Benjamin Böhmke <benjamin@...hmke.net>,
	Mario Limonciello <mario.limonciello@....com>,
	Christian Heusel <christian@...sel.eu>,
	Linux regressions mailing list <regressions@...ts.linux.dev>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"stable@...r.kernel.org" <stable@...r.kernel.org>,
	"kernel@...ha.zone" <kernel@...ha.zone>,
	Andreas Noever <andreas.noever@...il.com>,
	Michael Jamet <michael.jamet@...el.com>,
	Yehezkel Bernat <YehezkelShB@...il.com>,
	"linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
	"S, Sanath" <Sanath.S@....com>
Subject: Re: [REGRESSION][BISECTED] "xHCI host controller not responding,
 assume dead" on stable kernel > 6.8.7

Hi,

On Mon, May 20, 2024 at 07:30:28PM +0200, Gia wrote:
> In my case I use the official Thunderbolt cable that came with my
> CalDigit TS3 Plus and yet the log - attached in a previous email -
> says current link speed 10.0 Gb/s. I just tried a good quality USB4
> cable too and nothing changed.

I will take a look at your logs today but in the meantime can you run
following command on the system with the dock connected?

  # tbdump -r 0 -a 1 -vv -N 2 LANE_ADP_CS_0

Here tbdump comes from https://github.com/intel/tbtools. It should be
pretty straighforward to build but let me know if any issues
(unfortunately there is no binary package available at this time).

The '-a 1' should match the adapter the dock is connected. You can get
it for instance like this (this is an example from my system):

  # tblist
  Domain 0 Route 0: 8087:7eb2 Intel Gen14
  Domain 0 Route 1: 003d:0011 CalDigit, Inc. TS3 Plus
  Domain 1 Route 0: 8087:7eb2 Intel Gen14

Here the CalDigit has "Route 1" so it means I use "-a 1" above. It could
be also "Domain 0 Route 3" in which case replace the "-a 1" with "-a 3".

This command should dump two lane adapter registers LANE_ADP_CS_0/1 that
show the link capabilities.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ