linux-stable/include/acpi/platform
Kees Cook 3d867f6c5f ACPICA: Use designated initializers
The struct layout randomization plugin detects and randomizes any structs
that contain only function pointers. Once layout is randomized, all
initialization must be designated or the compiler will misalign the
assignments. This switches all the ACPICA function pointer struct to
use designated initializers, using the proposed upstream ACPICA macro:
https://github.com/acpica/acpica/pull/248/

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2017-06-27 22:27:24 +02:00
..
acenv.h ACPICA: Use designated initializers 2017-06-27 22:27:24 +02:00
acenvex.h ACPICA: Source tree: Update copyright notices to 2017 2017-02-09 14:47:02 +01:00
acgcc.h ACPICA: OSL: Add support to exclude stdarg.h 2017-06-12 14:58:40 +02:00
acgccex.h ACPICA: Source tree: Update copyright notices to 2017 2017-02-09 14:47:02 +01:00
acintel.h ACPICA: OSL: Add support to exclude stdarg.h 2017-06-12 14:58:40 +02:00
aclinux.h ACPICA: Use designated initializers 2017-06-27 22:27:24 +02:00
aclinuxex.h ACPICA: Source tree: Update copyright notices to 2017 2017-02-09 14:47:02 +01:00