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 9AB974086A for ; Tue, 5 Aug 2025 01:06:52 +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=1754356012; cv=none; b=HMRiGEmZDuUCCMJ00eNFNpnMqk3+jaL2FEcTwEMoX95CmYlhIJ1hA3lcBJSM2KQxSRK4UX0i9fHvbeZOLJTzRMsABoHB9VmlMTFXA5+StELn7LYKOYVNn+3kLgkjOshAOp8qVbx3UcNULLPrvSxxD8Q5DmnvHx4db/7q/HeVSK4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754356012; c=relaxed/simple; bh=7o9AowWvoz1Lb9Eszidu5x8+VjKTNqy4JHtsxk0wF3I=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type; b=P4k5rDHB1JJZYt+lTofkl1yuxxLPzejtOtl9/i4zdW2CzMyN01i5Ctvoam+f/Paw/t6F/TTMbGY5QKeTGkhlEcQ41FUYPSXviNyL4mfhxgDnLqIf8L3iEBS1ttsloUpQcqSXXOPQ0O6ir2LIgqX6aw+nhzW8KKRQmmG9wlNOvpI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=B/ij74As; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="B/ij74As" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F1282C4CEE7; Tue, 5 Aug 2025 01:06:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1754356012; bh=7o9AowWvoz1Lb9Eszidu5x8+VjKTNqy4JHtsxk0wF3I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=B/ij74AsUfkmaZ1FsVnPVcQO9Q/L9NCLN3W9Vlphg4KS0RSDUc2Pi56KLCjFMo/JR rwguxTSVo46Npr3Fco4dZm/tGfT/ZFzN7tv/6kcfJD3VOS5x1/irsz7o//+dVjkEmr SQ36vVZDI6wywfaJ/bVnIPHQnK2rRC9R+iAcxH2wgk0PkGroYWfdrWJl1NO5wmUfz8 /OZEfSf1G/AouBO/hQbTk5auHOdzKbQsoBacL5QtUdUCHlrR6fqAl9OgQciA3358lj ekRs7IF6lQJtV8WErsHBshWIY6hCm72FG5U5ShMd1oVws3kMjzc0MFgM16lJeMHuSL uae/n34R3Q3FA== From: Sasha Levin To: stable@vger.kernel.org Cc: Sasha Levin Subject: Re: [PATCH 6.12 3/6] drm/i915/hdmi: add error handling in g4x_hdmi_init() Date: Mon, 4 Aug 2025 21:06:50 -0400 Message-Id: <1754321505-88edfed8@stable.kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ Sasha's backport helper bot ] Hi, ✅ All tests passed successfully. No issues detected. No action required from the submitter. The upstream commit SHA1 provided is correct: 7603ba81225c815d2ceb4ad52f13e8df4b9d03cc WARNING: Author mismatch between patch and upstream commit: Backport author: Sergey Senozhatsky Commit author: Jani Nikula Status in newer kernel trees: 6.15.y | Present (exact SHA1) Note: The patch differs from the upstream commit: --- 1: 7603ba81225c ! 1: 6e1bc5a45972 drm/i915/hdmi: add error handling in g4x_hdmi_init() @@ Metadata ## Commit message ## drm/i915/hdmi: add error handling in g4x_hdmi_init() + [ Upstream commit 7603ba81225c815d2ceb4ad52f13e8df4b9d03cc ] + Handle encoder and connector init failures in g4x_hdmi_init(). This is similar to g4x_dp_init(). --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | 6.12 | Success | Success |