Hi Linus, Here is the first round of fixes for platform-drivers-x86 for 6.0, nothing special to report just various small fixes and hardware-id additions. Regards, Hans The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.0-2 for you to fetch changes up to 647e82dbf85124697be59a4b4cf00c0d38177dcb: platform/x86: p2sb: Fix UAF when caller uses resource name (2022-09-01 17:51:34 +0200) ---------------------------------------------------------------- platform-drivers-x86 for v6.0-2 Various small fixes and hardware-id additions. The following is an automated git shortlog grouped by driver: acer-wmi: - Acer Aspire One AOD270/Packard Bell Dot keymap fixes asus-wmi: - Increase FAN_CURVE_BUF_LEN to 32 - Fix the name of the mic-mute LED classdev p2sb: - Fix UAF when caller uses resource name platform/mellanox: - Remove redundant 'NULL' check - Remove unnecessary code - mlxreg-lc: Fix locking issue - mlxreg-lc: Fix coverity warning platform/surface: - aggregator_registry: Add HID devices for sensors and UCSI client to SP8 - aggregator_registry: Rename HID device nodes based on new findings - aggregator_registry: Rename HID device nodes based on their function - aggregator_registry: Add support for Surface Laptop Go 2 pmc_atom: - Fix SLP_TYPx bitfield mask thinkpad_acpi: - Explicitly set to balanced mode on startup x86-android-tablets: - Fix broken touchscreen on Chuwi Hi8 with Windows BIOS ---------------------------------------------------------------- Andy Shevchenko (2): platform/x86: pmc_atom: Fix SLP_TYPx bitfield mask platform/x86: p2sb: Fix UAF when caller uses resource name Hans de Goede (2): platform/x86: x86-android-tablets: Fix broken touchscreen on Chuwi Hi8 with Windows BIOS platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixes Luke D. Jones (1): platform/x86: asus-wmi: Increase FAN_CURVE_BUF_LEN to 32 Mario Limonciello (1): platform/x86: thinkpad_acpi: Explicitly set to balanced mode on startup Maximilian Luz (4): platform/surface: aggregator_registry: Add support for Surface Laptop Go 2 platform/surface: aggregator_registry: Rename HID device nodes based on their function platform/surface: aggregator_registry: Rename HID device nodes based on new findings platform/surface: aggregator_registry: Add HID devices for sensors and UCSI client to SP8 PaddyKP_Yao (1): platform/x86: asus-wmi: Fix the name of the mic-mute LED classdev Vadim Pasternak (4): platform/mellanox: mlxreg-lc: Fix coverity warning platform/mellanox: mlxreg-lc: Fix locking issue platform/mellanox: Remove unnecessary code platform/mellanox: Remove redundant 'NULL' check drivers/platform/mellanox/mlxreg-lc.c | 53 +++++++++++++--------- .../platform/surface/surface_aggregator_registry.c | 47 ++++++++++--------- drivers/platform/x86/acer-wmi.c | 9 +++- drivers/platform/x86/asus-wmi.c | 11 ++--- drivers/platform/x86/p2sb.c | 18 +++++++- drivers/platform/x86/pmc_atom.c | 2 +- drivers/platform/x86/thinkpad_acpi.c | 7 ++- drivers/platform/x86/x86-android-tablets.c | 14 ++++++ include/linux/platform_data/x86/pmc_atom.h | 6 ++- 9 files changed, 108 insertions(+), 59 deletions(-)