Closed GustavoARSilva closed 4 years ago
Apparently, this issue is triggered by the following changes:
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h
index 4defed58ea338..c7bcda0ad366a 100644
--- a/include/acpi/actypes.h
+++ b/include/acpi/actypes.h
@@ -1145,7 +1145,7 @@ struct acpi_pnp_device_id {
struct acpi_pnp_device_id_list {
u32 count; /* Number of IDs in Ids array */
u32 list_size; /* Size of list, including ID strings */
- struct acpi_pnp_device_id ids[1]; /* ID array */
+ struct acpi_pnp_device_id ids[]; /* ID array */
};
/*
I've removed this changes from the treewide patch[1], for now.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git/commit/?h=testing/fam1
I've sent a patch for this:
https://lore.kernel.org/lkml/20200518222722.GA7791@embeddedor/
The fix for this is already in mainline:
Kernel Test Robot reported the following issue(https://lists.01.org/hyperkitty/list/lkp@lists.01.org/thread/WYV5QXE2DR75HXTCAZ7YYMYZFD3IMGLJ/):