aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorRafael J. Wysocki <[email protected]>2025-04-02 13:27:48 +0000
committerRafael J. Wysocki <[email protected]>2025-04-02 13:27:48 +0000
commita984d060b41d99518ff569ba0c867b29dbf34c1a (patch)
tree58e067b81d258f26458d9f6f99e61f7579a2bc0b /net/unix/af_unix.c
parentACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list (diff)
parentACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers (diff)
parentACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are inv... (diff)
parentACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP (diff)
downloadkernel-a984d060b41d99518ff569ba0c867b29dbf34c1a.tar.gz
kernel-a984d060b41d99518ff569ba0c867b29dbf34c1a.zip
Merge branches 'acpi-x86', 'acpi-processor' and 'acpi-resource'
Merge an x86-specific ACPI fix, an ACPI processor driver fix, and a new ACPI resources management quirk for 6.15-rc1: - Extend the Lenovo Yoga Tab 3 ACPI quirk to skip GPIO event-handlers along with ACPI AC and battery which makes it work with Linux when started in the Windows mode (Hans de Goede). - Prevent the ACPI processor idle driver from being used on systems without _CST and with invalid C2/C3 in FADT in order to restore its previous (and expected) behavior that has been altered inadvertently by a recent code change (Giovanni Gherdovich). - Skip ACPI IRQ override on ASUS Vivobook 14 X1404VAP to make the internal keyboard work on it (Paul Menzel). * acpi-x86: ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers * acpi-processor: ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid * acpi-resource: ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP