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 DFDD91E0DDC for ; Mon, 5 May 2025 07:55:16 +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=1746431717; cv=none; b=megG3Y84RhnI8QdlYo3XMSWkNrNwEb7h/sRnw+cRQgC6tfV13WtlnVHLJKAVx0n13Ut3wAiNR1f9dR2qytCdQyPGXMquPxJVuKQ9T1EGP5Zqgf1hUeuF8mC2nwn9oilWAClKT5O728J2811u5MWENQPwVvk3JhkBaJ1DldDa6rA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746431717; c=relaxed/simple; bh=j5f/Lv+FqcQEhDw+8vmoEofZcOIwisDNWDRcQC2y6EM=; h=Subject:To:Cc:From:Date:Message-ID:MIME-Version:Content-Type; b=eZz2vX9RkXQZ0oS2b5GVU6JV1y/DWpschN5fpPeNqU+0TqOb9QGQwKigZKUdfupPw+Db3c8Yq62j/1o0PlozHhYFsPga80SdPryNSuJjwkWD/s+zr23lt1M8NSiJ/S24AEVQ1dcrPtm94AJPDcwUyYI9QNwSNmF0eMSYEaqd1HQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=xdwDA6yT; 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="xdwDA6yT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55292C4CEE4; Mon, 5 May 2025 07:55:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1746431716; bh=j5f/Lv+FqcQEhDw+8vmoEofZcOIwisDNWDRcQC2y6EM=; h=Subject:To:Cc:From:Date:From; b=xdwDA6yTrop0EX1jbRvhtzIK8yvzejgFGfzOpemWCu+ORxS+9Z9hG+aN8aX9jbFjO cBmbHtBSOKliltoo25lxirOjXnDw3nPlNJjUpLaWdWsIPGL21hrsB9HbsvX0DV5kxw dDjsD3ylxILl9Va+pPFLRxo9RyngXgJkKs2aH2Kk= Subject: FAILED: patch "[PATCH] platform/x86: alienware-wmi-wmax: Add support for Alienware" failed to apply to 6.12-stable tree To: kuurtb@gmail.com,ilpo.jarvinen@linux.intel.com,romain.thery@ik.me Cc: From: Date: Mon, 05 May 2025 09:54:58 +0200 Message-ID: <2025050558-triumph-watch-9e5b@gregkh> 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 The patch below does not apply to the 6.12-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . To reproduce the conflict and resubmit, you may use the following commands: git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-6.12.y git checkout FETCH_HEAD git cherry-pick -x 246f9bb62016c423972ea7f2335a8e0ed3521cde # git commit -s git send-email --to '' --in-reply-to '2025050558-triumph-watch-9e5b@gregkh' --subject-prefix 'PATCH 6.12.y' HEAD^.. Possible dependencies: thanks, greg k-h ------------------ original commit in Linus's tree ------------------ >From 246f9bb62016c423972ea7f2335a8e0ed3521cde Mon Sep 17 00:00:00 2001 From: Kurt Borja Date: Sat, 19 Apr 2025 12:45:29 -0300 Subject: [PATCH] platform/x86: alienware-wmi-wmax: Add support for Alienware m15 R7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Extend thermal control support to Alienware m15 R7. Cc: stable@vger.kernel.org Tested-by: Romain THERY Signed-off-by: Kurt Borja Link: https://lore.kernel.org/r/20250419-m15-r7-v1-1-18c6eaa27e25@gmail.com Reviewed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen diff --git a/drivers/platform/x86/dell/alienware-wmi-wmax.c b/drivers/platform/x86/dell/alienware-wmi-wmax.c index 3f9e1e986ecf..08b82c151e07 100644 --- a/drivers/platform/x86/dell/alienware-wmi-wmax.c +++ b/drivers/platform/x86/dell/alienware-wmi-wmax.c @@ -69,6 +69,14 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = { }, .driver_data = &generic_quirks, }, + { + .ident = "Alienware m15 R7", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Alienware"), + DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m15 R7"), + }, + .driver_data = &generic_quirks, + }, { .ident = "Alienware m16 R1", .matches = {