Commit cf1e70d02134 for kernel

commit cf1e70d021343d33728e54a6227607925c8d5419
Merge: 292db66afd20 b2b42ad22828 78ad5c7722b7 71b57aca295d 956ca5d72c76
Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Date:   Fri Jun 26 18:57:38 2026 +0200

    Merge branches 'acpi-sysfs', 'acpi-resource', 'acpi-driver' and 'acpi-processor'

    Merge an update of comments regarding the ACPI sysfs code, a kernel-doc
    style fixup update of ACPI resource management, and ACPI IPMI driver
    fix, and an ACPI processor driver fix for 7.2-rc1:

     - Fix module parameter file paths in comments in the ACPI code managing
       the general sysfs attributes (Zenghui Yu)

     - Update kerneldoc comments in the ACPI resource management code to
       follow the common style (Andy Shevchenko)

     - Fix inverted interface check in ipmi_bmc_gone() which may cause ACPI
       IPMI interfaces to be mishandled (Xu Rao)

     - Add __cpuidle to idle state management functions related to ACPI _LPI
       to avoid trace-induced RCU warnings (Li RongQing)

    * acpi-sysfs:
      ACPI: sysfs: Fix path of module parameters in comments

    * acpi-resource:
      ACPI: resource: Amend kernel-doc style

    * acpi-driver:
      ACPI: IPMI: Fix inverted interface check in ipmi_bmc_gone()

    * acpi-processor:
      ACPI: processor_idle: Mark LPI enter functions as __cpuidle