From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5FDF23E1220; Tue, 19 May 2026 09:52:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779184327; cv=none; b=GGADHP5uPSyVBaXhvk1XiSciVAkFHpSrDAZOS3HSKMzR8wyFjlDG6MyZVqgZawHD8t5um2LH/yWWabIjWmqXFUKCoxwDEukz1vaF4s+O8pfyHbiejk0RBr1+6OKjWdxQjGai19iIfYGPscTMkNbFyfKitP6inboTHrxFMdbjgOc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779184327; c=relaxed/simple; bh=FEBYgf6jTy5SsvtijeuCmjNLMi4dcEBBIWG1+u0Ta8c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DnzZ1tKQPsK6KRUNMagCIcQXkLuBeqG7VYvHgo2uk5C+Qlgb5vHO4o4NnCvxW7dnlIsaIR/m1XAYQyXJ32eI2pA6DuNKX4arqgWgl1jCHk7b7jVvmxsHpFKkge+CoX2WJJ8fAehf2DxDHaLRgVKW3P5Gr6895fL8TnUh6EnP1dY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ud2I96Yt; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="ud2I96Yt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8EB6BC2BCB3; Tue, 19 May 2026 09:52:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1779184326; bh=FEBYgf6jTy5SsvtijeuCmjNLMi4dcEBBIWG1+u0Ta8c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ud2I96Yt4zWwgTr3+OjisyxjUrCc862FjGK3Vsoik2HQkFPebZAgqT7HEKoR+T04j OP8vj1J6EZ5NqDjVpu5iGLLbOXZ020YmvOsoTaOGVX+C5a3LVltKLsNwPiHYXE5iHT sL9PelCt2FYoxbDTg/LSif2HSn1g5utEAk9jCeAk= Date: Tue, 19 May 2026 11:51:20 +0200 From: Greg Kroah-Hartman To: Sergey Senozhatsky Cc: Myrrh Periwinkle , Heikki Krogerus , stable@kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [stable 6.6.y] commit e613904fa419 causes suspend regression Message-ID: <2026051935-flashing-relearn-8444@gregkh> References: <2026051926-bunt-manifesto-6b92@gregkh> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, May 19, 2026 at 06:44:07PM +0900, Sergey Senozhatsky wrote: > On (26/05/19 11:29), Greg Kroah-Hartman wrote: > > > We've identified 6.6.y stable commit e613904fa419 (usb: typec: ucsi: > > > Update power_supply on power role change) (commit 7616f006db07017 upstream) > > > as a root-cause of suspend failures on some of our laptops. It seems > > > that ucsi_port_psy_changed() causes: > > > > > > [ 309.858915] PM: last active wakeup source: ucsi-source-psy-cros_ec_ucsi.3.auto2 > > > [ 309.858917] PM: PM: Last active Wakeup Source: ucsi-source-psy-cros_ec_ucsi.3.auto2 > > > > > > which prevent laptop from entering suspend. Reverting the commit in > > > question fixes the issue. > > > > > > > Ok, and what should we do? > > I suppose what you usually do with stable regressions? Get the reporter to fix them, great! :) > > Is this issue also in 7.0.y? > > We don't have any boards on 7.0.y unfortunately. 6.6.y is the most recent > we use, but I'd expect 7.0 to regress as well. Wonderful, please send a revert for mainline and we will be glad to apply that and backport it properly to the needed stable kernels. thanks, greg k-h