Srinivas Pandruvada 9462e74c5c
platform/x86: ISST: Correct command storage data length
After resume/online turbo limit ratio (TRL) is restored partially if
the admin explicitly changed TRL from user space.

A hash table is used to store SST mail box and MSR settings when modified
to restore those settings after resume or online. This uses a struct
isst_cmd field "data" to store these settings. This is a 64 bit field.
But isst_store_new_cmd() is only assigning as u32. This results in
truncation of 32 bits.

Change the argument to u64 from u32.

Fixes: f607874f35cb ("platform/x86: ISST: Restore state on resume")
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20250328224749.2691272-1-srinivas.pandruvada@linux.intel.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
2025-04-01 14:20:53 +03:00
2025-03-26 18:08:55 -07:00
2025-03-31 17:28:17 -07:00
2025-03-31 18:33:51 -07:00
2025-03-31 17:28:17 -07:00
2025-03-31 13:37:22 -07:00
2025-03-30 17:03:26 -07:00
2024-09-01 20:43:24 -07:00
2025-03-31 13:37:22 -07:00
2025-03-31 17:28:17 -07:00
2025-03-30 17:03:26 -07:00
2025-03-30 17:03:26 -07:00
2025-03-30 12:43:03 -07:00
2025-03-28 17:44:52 -07:00
2025-03-31 08:52:33 -07:00
2025-03-25 14:22:07 -07:00
2025-03-28 17:44:52 -07:00
2022-09-28 09:02:20 +02:00
2025-03-28 17:44:52 -07:00
2025-02-19 14:53:27 -07:00
2024-03-18 03:36:32 -06:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
No description provided
Readme 8 GiB
Languages
C 97.5%
Assembly 1%
Shell 0.6%
Python 0.3%
Makefile 0.3%
Other 0.1%