Re: September 2025 stabilization week

From: Poul-Henning Kamp <phk_at_phk.freebsd.dk>
Date: Wed, 24 Sep 2025 06:27:22 UTC
--------
Adrian Chadd writes:

> can you narrow down the commit range? Did someone import a new ACPICA or
> something?

This is my primary work machine so a bisect is not compatible with my
other responsibilies, but I have kept old kernels around and their
results are:

Works, august 18:

	main-n279689-c04fe26aa2f7

Fails, august 25:

	main-n279849-49ae0c259205

During resume the failing kernel outputs:

	xhci1: Controller reset timeout.
	xhci1: detached
	pci6: detached
	pcib7: detached
	pci5: detached
	pcib6: detached
	[...]

My personal prime suspect would be:

	commit b5daf675efc746611c7cfcd1fa474b8905064c4b
	Merge: b03f765f076c 5bb60d44e941
	Author: Jung-uk Kim <jkim@FreeBSD.org>
	Date:   Thu Aug 21 17:45:33 2025 -0400

	    acpica: Merge ACPICA 20250807
    
	    Merge commit '5bb60d44e94172a567412968545c82065695d871'

	commit 5bb60d44e94172a567412968545c82065695d871
	Author: Jung-uk Kim <jkim@FreeBSD.org>
	Date:   Thu Aug 21 16:38:34 2025 -0400

	    Import ACPICA 20250807


-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.