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 C627A1E0DDC for ; Mon, 5 May 2025 07:55:13 +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=1746431713; cv=none; b=MqNXECnNWPKbUadRmuVlIT6Rp/gJxEcSt93O/5tbAkiXmS7NCYFzu6tUo05ggN8ldGonI47C+/OBJffh0MYWWghnddaXJa1tk6L5/isgVQltH+cL3APRHwROF2Q9Auu8YH2YLQNH4Xx11VClxnQnU9sMbMHAHqEtu8IG/wo1txk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746431713; c=relaxed/simple; bh=aZsRZwxpuBm68U6mhsRx6f6AEhQU9X9IaUL8SEb0RF0=; h=Subject:To:Cc:From:Date:Message-ID:MIME-Version:Content-Type; b=k18VYM4bAn8m5caQI4CxeY12hQVeSRXjpZDzK8XpMpCWr0+7EcfdRLJhbCoYe2t19BP3EUCzVZwhfLDEtsZg7RBMOXU0eY6Ts6yVxvXB7wyA0BG0jDNAUkRyECX/VhEQpYecvxYZInOvNaBv4rlyQkmLA/cKGEgZQPUNr1/fhBQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=iwUCglNk; 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="iwUCglNk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 585EAC4CEE4; Mon, 5 May 2025 07:55:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1746431713; bh=aZsRZwxpuBm68U6mhsRx6f6AEhQU9X9IaUL8SEb0RF0=; h=Subject:To:Cc:From:Date:From; b=iwUCglNk8TPNF0QXaM0ICl1MejmQhLLhTCcisPjiUrxhiRKjk53gZBrivDGm4pJbP mFx3kwTS+aCZVz+T14Ybldjz10afnBSUo1dfx3EX0iCYcC0IGYblix4Koda9gQ+1lS P5hxCSCYE/p7IRzAWo+00zRQSKoZ2l/TtdZlQKz0= Subject: FAILED: patch "[PATCH] platform/x86: alienware-wmi-wmax: Add support for Alienware" failed to apply to 6.1-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-unissued-fructose-3d77@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.1-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.1.y git checkout FETCH_HEAD git cherry-pick -x 246f9bb62016c423972ea7f2335a8e0ed3521cde # git commit -s git send-email --to '' --in-reply-to '2025050558-unissued-fructose-3d77@gregkh' --subject-prefix 'PATCH 6.1.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 = {