From: Greg Kroah-Hartman Date: Wed, 7 May 2025 09:37:12 +0000 (+0200) Subject: 6.14-stable patches X-Git-Tag: v5.15.182~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4499baeb9fa326bdfa6aaafc011d96709e803683;p=thirdparty%2Fkernel%2Fstable-queue.git 6.14-stable patches added patches: platform-x86-alienware-wmi-wmax-add-support-for-alienware-m15-r7.patch --- diff --git a/queue-6.14/platform-x86-alienware-wmi-wmax-add-support-for-alienware-m15-r7.patch b/queue-6.14/platform-x86-alienware-wmi-wmax-add-support-for-alienware-m15-r7.patch new file mode 100644 index 0000000000..6612879ccd --- /dev/null +++ b/queue-6.14/platform-x86-alienware-wmi-wmax-add-support-for-alienware-m15-r7.patch @@ -0,0 +1,44 @@ +From 246f9bb62016c423972ea7f2335a8e0ed3521cde Mon Sep 17 00:00:00 2001 +From: Kurt Borja +Date: Sat, 19 Apr 2025 12:45:29 -0300 +Subject: 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 + +From: Kurt Borja + +commit 246f9bb62016c423972ea7f2335a8e0ed3521cde upstream. + +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 +Signed-off-by: Kurt Borja +Signed-off-by: Greg Kroah-Hartman +--- + drivers/platform/x86/dell/alienware-wmi.c | 9 +++++++++ + 1 file changed, 9 insertions(+) + +--- a/drivers/platform/x86/dell/alienware-wmi.c ++++ b/drivers/platform/x86/dell/alienware-wmi.c +@@ -252,6 +252,15 @@ static const struct dmi_system_id alienw + }, + { + .callback = dmi_matched, ++ .ident = "Alienware m15 R7", ++ .matches = { ++ DMI_MATCH(DMI_SYS_VENDOR, "Alienware"), ++ DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m15 R7"), ++ }, ++ .driver_data = &quirk_x_series, ++ }, ++ { ++ .callback = dmi_matched, + .ident = "Alienware m16 R1", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Alienware"), diff --git a/queue-6.14/series b/queue-6.14/series index 282b5511f4..d041989b06 100644 --- a/queue-6.14/series +++ b/queue-6.14/series @@ -150,3 +150,4 @@ accel-ivpu-abort-all-jobs-after-command-queue-unregister.patch accel-ivpu-fix-locking-order-in-ivpu_job_submit.patch accel-ivpu-add-handling-of-vpu_jsm_status_mvnci_context_violation_hw.patch drm-xe-invalidate-l3-read-only-cachelines-for-geometry-streams-too.patch +platform-x86-alienware-wmi-wmax-add-support-for-alienware-m15-r7.patch