Revision 0b2f18e7aeef86f966bbfccec8d698e05ccc4631 authored by Linus Torvalds on 28 August 2020, 20:17:14 UTC, committed by Linus Torvalds on 28 August 2020, 20:17:14 UTC
Pull ACPI fixes from Rafael Wysocki:
 "These fix two recent issues in the ACPI memory mappings management
  code and tighten up error handling in the ACPI driver for AMD SoCs
  (APD).

  Specifics:

   - Avoid redundant rounding to the page size in acpi_os_map_iomem() to
     address a recently introduced issue with the EFI memory map
     permission check on ARM64 (Ard Biesheuvel).

   - Fix acpi_release_memory() to wait until the memory mappings
     released by it have been really unmapped (Rafael Wysocki).

   - Make the ACPI driver for AMD SoCs (APD) check the return value of
     acpi_dev_get_property() to avoid failures in the cases when the
     device property under inspection is missing (Furquan Shaikh)"

* tag 'acpi-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  ACPI: OSL: Prevent acpi_release_memory() from returning too early
  ACPI: ioremap: avoid redundant rounding to OS page size
  ACPI: SoC: APD: Check return value of acpi_dev_get_property()
2 parent s 326e311 + 4f31d53
History
File Mode Size
include-prefixes
libfdt
.gitignore -rw-r--r-- 44 bytes
Makefile -rw-r--r-- 1.2 KB
checks.c -rw-r--r-- 50.4 KB
data.c -rw-r--r-- 4.5 KB
dt_to_config -rwxr-xr-x 40.8 KB
dtc-lexer.l -rw-r--r-- 6.1 KB
dtc-parser.y -rw-r--r-- 10.5 KB
dtc.c -rw-r--r-- 9.2 KB
dtc.h -rw-r--r-- 8.9 KB
dtx_diff -rwxr-xr-x 9.0 KB
fdtdump.c -rw-r--r-- 3.7 KB
fdtget.c -rw-r--r-- 7.9 KB
fdtput.c -rw-r--r-- 7.7 KB
flattree.c -rw-r--r-- 21.4 KB
fstree.c -rw-r--r-- 1.5 KB
livetree.c -rw-r--r-- 20.3 KB
srcpos.c -rw-r--r-- 8.6 KB
srcpos.h -rw-r--r-- 2.9 KB
treesource.c -rw-r--r-- 6.8 KB
update-dtc-source.sh -rwxr-xr-x 2.5 KB
util.c -rw-r--r-- 8.5 KB
util.h -rw-r--r-- 6.9 KB
version_gen.h -rw-r--r-- 42 bytes
yamltree.c -rw-r--r-- 6.2 KB

back to top