diff options
author | David Arcari <darcari@redhat.com> | 2018-08-27 22:19:08 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-09-10 13:54:02 +0300 |
commit | afd0b1fb22269f48d68fdf269891c653818c8047 (patch) | |
tree | 35c570aa7256f5f6aa8e3a2a4af2690819d79c00 /drivers/mailbox/bcm2835-mailbox.c | |
parent | 11da3a7f84f19c26da6f86af878298694ede0804 (diff) | |
download | linux-afd0b1fb22269f48d68fdf269891c653818c8047.tar.xz |
mailbox: PCC: handle parse error
acpi_pcc_probe() calls acpi_table_parse_entries_array() but fails
to check for an error return. This in turn can result in calling
kcalloc() with a negative count as well as emitting the following
misleading erorr message:
[ 2.642015] Could not allocate space for PCC mbox channels
Fixes: 8f8027c5f935 (mailbox: PCC: erroneous error message when parsing ACPI PCCT)
Signed-off-by: David Arcari <darcari@redhat.com>
Reviewed-by: Al Stone <ahs3@redhat.com>
Cc: 4.18+ <stable@vger.kernel.org> # 4.18+
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/mailbox/bcm2835-mailbox.c')
0 files changed, 0 insertions, 0 deletions