Commit 2a4d91142e53 for kernel

commit 2a4d91142e538ff5580c6bf48b5e668d8131fd9a
Merge: 9731fa48beb3 4b11f2336e23
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jan 23 13:16:26 2026 -0800

    Merge tag 'platform-drivers-x86-v6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86

    Pull x86 platform driver fixes from Ilpo Järvinen:

     - acer-wmi:
         - Extend support for Acer Nitro AN515-58
         - Fix missing capability check

     - amd/wbrf: Fix memory leak in wbrf_record()

     - asus-armoury:
         - Fix GA403U* matching
         - Fix FA608UM TDP data
         - Add many models

     - asus-wmi: Move OOBE presence check outside deprecation ifdef

     - hp-bioscfg:
         - Fix kernel panic in GET_INSTANCE_ID macro
         - Fix kobject warnings for empty attribute names
         - Correct GUID to uppercase (lowercase letter prevented autoloading
           the module)

     - mellanox: Fix SN5640/SN5610 LED platform data

     - docs:
         - alienware-wmi: Typo fix
         - amd_hsmp: Fix document link

    * tag 'platform-drivers-x86-v6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86: (21 commits)
      platform/x86: acer-wmi: Fix missing capability check
      platform/x86: acer-wmi: Extend support for Acer Nitro AN515-58
      platform/x86: asus-armoury: add support for GA403WW
      platform/x86: asus-armoury: keep the list ordered alphabetically
      platform/x86: asus-armoury: add support for G835L
      platform/x86: asus-armoury: fix ppt data for FA608UM
      platform/x86: hp-bioscfg: Fix automatic module loading
      platform/x86: hp-bioscfg: Fix kernel panic in GET_INSTANCE_ID macro
      platform/x86: hp-bioscfg: Fix kobject warnings for empty attribute names
      platform/x86: asus-wmi: fix sending OOBE at probe
      platform/x86: asus-armoury: add support for FA617XT
      platform/x86: asus-armoury: add support for FA401UV
      platform/x86: asus-armoury: add support for GV302XV
      platform/x86: asus-armoury: Add power limits for Asus G513QY
      platform/x86/amd: Fix memory leak in wbrf_record()
      platform/mellanox: Fix SN5640/SN5610 LED platform data
      docs: fix PPR for AMD EPYC broken link
      docs: alienware-wmi: fix typo
      platform/x86: asus-armoury: add support for GA403UV
      asus-armoury: fix ppt data for GA403U* renaming to GA403UI
      ...