mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
Fixes
- asus-wmi: Revert retaining battery charge threshold on boot due to
userspace regression. Userspace assumed (errorneously) a
non-zero return code from sysfs read implies feature is not
supported but the correct way would be to check file
visibility instead. This results in the kernel change
breaking the functionality completely. Thus, we are taking
timeout on the kernel side to allow userspace to sort their
problem first.
- intel/vsec: Free ACPI discovery data allocation on error paths
The following is an automated shortlog grouped by driver:
asus-wmi:
- temporarily revert to setting a charge limit
intel/vsec:
- free ACPI discovery data on early errors
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSCSUwRdwTNL2MhaBlZrE9hU+XOMQUCamC2OgAKCRBZrE9hU+XO
MayPAQD6WZEq/0gBk0qmXQs/LsgGbhmmt0lWjN2i4KeQ/CqUlQEA/TAII2u3amM0
m0xOxdu139D4b7VJp8QjCanIYhFusg0=
=ePnn
-----END PGP SIGNATURE-----
Merge tag 'platform-drivers-x86-v7.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Pull x86 platform driver fixes from Ilpo Järvinen:
- asus-wmi: Revert retaining battery charge threshold on boot due to
userspace regression.
Userspace assumed (errorneously) a non-zero return code from sysfs
read implies feature is not supported but the correct way would be to
check file visibility instead. This results in the kernel change
breaking the functionality completely. Thus, we are taking timeout on
the kernel side to allow userspace to sort their problem first.
- intel/vsec: Free ACPI discovery data allocation on error paths
* tag 'platform-drivers-x86-v7.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86:
platform/x86: asus-wmi: temporarily revert to setting a charge limit
platform/x86/intel/vsec: free ACPI discovery data on early errors
|
||
|---|---|---|
| .. | ||
| atomisp2 | ||
| ifs | ||
| int1092 | ||
| int3472 | ||
| pmc | ||
| pmt | ||
| speed_select_if | ||
| telemetry | ||
| uncore-frequency | ||
| wmi | ||
| bxtwc_tmu.c | ||
| bytcrc_pwrsrc.c | ||
| chtdc_ti_pwrbtn.c | ||
| chtwc_int33fe.c | ||
| crystal_cove_charger.c | ||
| ehl_pse_io.c | ||
| hid.c | ||
| int0002_vgpio.c | ||
| ishtp_eclite.c | ||
| Kconfig | ||
| Makefile | ||
| mrfld_pwrbtn.c | ||
| oaktrail.c | ||
| plr_tpmi.c | ||
| punit_ipc.c | ||
| rst.c | ||
| sdsi.c | ||
| smartconnect.c | ||
| tpmi_power_domains.c | ||
| tpmi_power_domains.h | ||
| turbo_max_3.c | ||
| vbtn.c | ||
| vsec_tpmi.c | ||
| vsec.c | ||