APPLIED: [PATCH 0/4] [SRU][jammy:linux] Add fine-grained control for FAN(TFN) on Alderlake platforms.

Stefan Bader stefan.bader at canonical.com
Thu Aug 31 09:08:09 UTC 2023


On 14.08.23 19:00, Philip Cox wrote:
> BugLink: https://bugs.launchpad.net/bugs/2031333
> 
> SRU Justification:
> 
> [Impact]
> Add a method to get fine-grained control for fans on Intel Alderlake platforms
> 
> 
> [Fix]
> Enable the fine graned fan control for Intel ADL platforms.
> 
> [Test Plan]
> Intel has tested this patch, and has upstreamed it in the 5.18.
> 
> I have built and tested this change on adl-s, adl-n, and adl-p platforms.
> 
> [Where problems could occur]
> The size of a couple members within the ACPI structs has changed sizes.  This brings the code in line with the ACPI spec, but if some callers (present or future) make assumptions on the size of these members, corruption can occur.
> 
> 
> Srinivas Pandruvada (4):
>    ACPI: fan: Separate file for attributes creation
>    ACPI: fan: Optimize struct acpi_fan_fif
>    ACPI: fan: Properly handle fine grain control
>    ACPI: fan: Add additional attributes for fine grain control
> 
>   drivers/acpi/Makefile              |   3 +
>   drivers/acpi/fan.h                 |  44 +++++++
>   drivers/acpi/fan_attr.c            | 137 ++++++++++++++++++++
>   drivers/acpi/{fan.c => fan_core.c} | 200 ++++++++++++-----------------
>   4 files changed, 268 insertions(+), 116 deletions(-)
>   create mode 100644 drivers/acpi/fan_attr.c
>   rename drivers/acpi/{fan.c => fan_core.c} (75%)
> 

Applied to jammy:linux/master-next. Thanks.

-Stefan

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0xE8675DEECBEECEA3.asc
Type: application/pgp-keys
Size: 44613 bytes
Desc: OpenPGP public key
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20230831/671343a3/attachment-0001.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20230831/671343a3/attachment-0001.sig>


More information about the kernel-team mailing list