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
lxdialog
tests
.gitignore -rw-r--r-- 123 bytes
Makefile -rw-r--r-- 7.6 KB
conf.c -rw-r--r-- 15.7 KB
confdata.c -rw-r--r-- 27.2 KB
expr.c -rw-r--r-- 30.0 KB
expr.h -rw-r--r-- 9.6 KB
gconf-cfg.sh -rwxr-xr-x 733 bytes
gconf.c -rw-r--r-- 38.1 KB
gconf.glade -rw-r--r-- 25.0 KB
images.c -rw-r--r-- 6.4 KB
images.h -rw-r--r-- 857 bytes
lexer.l -rw-r--r-- 9.1 KB
list.h -rw-r--r-- 3.7 KB
lkc.h -rw-r--r-- 3.8 KB
lkc_proto.h -rw-r--r-- 2.4 KB
mconf-cfg.sh -rwxr-xr-x 1.2 KB
mconf.c -rw-r--r-- 27.3 KB
menu.c -rw-r--r-- 22.2 KB
merge_config.sh -rwxr-xr-x 4.6 KB
nconf-cfg.sh -rwxr-xr-x 1.3 KB
nconf.c -rw-r--r-- 38.2 KB
nconf.gui.c -rw-r--r-- 14.8 KB
nconf.h -rw-r--r-- 1.8 KB
parser.y -rw-r--r-- 15.3 KB
preprocess.c -rw-r--r-- 11.0 KB
qconf-cfg.sh -rwxr-xr-x 846 bytes
qconf.cc -rw-r--r-- 44.9 KB
qconf.h -rw-r--r-- 7.0 KB
streamline_config.pl -rwxr-xr-x 16.6 KB
symbol.c -rw-r--r-- 28.6 KB
util.c -rw-r--r-- 2.2 KB

back to top