From nobody Wed Sep 24 06:27:22 2025 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4cWn7P1p3Xz68b4w for ; Wed, 24 Sep 2025 06:31:45 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4cWn7M5CyJz3bFD; Wed, 24 Sep 2025 06:31:43 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of phk@critter.freebsd.dk designates 130.225.244.222 as permitted sender) smtp.mailfrom=phk@critter.freebsd.dk Received: from critter.freebsd.dk (unknown [192.168.60.3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by phk.freebsd.dk (Postfix) with ESMTPS id D62A5C3FA8; Wed, 24 Sep 2025 06:31:35 +0000 (UTC) Received: (from phk@localhost) by critter.freebsd.dk (8.18.1/8.16.1/Submit) id 58O6RMlI002298; Wed, 24 Sep 2025 06:27:22 GMT (envelope-from phk) Message-Id: <202509240627.58O6RMlI002298@critter.freebsd.dk> To: Adrian Chadd cc: Gleb Smirnoff , freebsd-current@freebsd.org, src-committers@freebsd.org Subject: Re: September 2025 stabilization week In-reply-to: From: "Poul-Henning Kamp" References: <202509230918.58N9IrBq011875@critter.freebsd.dk> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2294.1758695242.1@critter.freebsd.dk> Date: Wed, 24 Sep 2025 06:27:22 +0000 X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.98 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.98)[-0.985]; FORGED_SENDER(0.30)[phk@phk.freebsd.dk,phk@critter.freebsd.dk]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; MISSING_XM_UA(0.00)[]; FREEFALL_USER(0.00)[phk]; TO_DN_SOME(0.00)[]; TAGGED_RCPT(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; FREEMAIL_TO(0.00)[gmail.com]; R_DKIM_NA(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_NEQ_ENVFROM(0.00)[phk@phk.freebsd.dk,phk@critter.freebsd.dk]; ARC_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; DMARC_NA(0.00)[freebsd.dk]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; RCPT_COUNT_THREE(0.00)[4] X-Rspamd-Queue-Id: 4cWn7M5CyJz3bFD -------- 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 Date: Thu Aug 21 17:45:33 2025 -0400 acpica: Merge ACPICA 20250807 Merge commit '5bb60d44e94172a567412968545c82065695d871' commit 5bb60d44e94172a567412968545c82065695d871 Author: Jung-uk Kim 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.