Comment 7 for bug 1527460

Revision history for this message
Colin Ian King (colin-king) wrote :

This is a different bug, requires upstream fix:

commit 69992dcca169282ab967177cc8bdac94eee66c93
Author: Colin Ian King <email address hidden>
Date: Thu Apr 23 12:57:38 2015 +0100

    pci: aspm: check that a table exists, fixes segv on arm64

    A recently tested ARM64 platform did not load a FACP causing the
    table to be null and a null pointer deference occurred. Fix this
    by checking for a null before proceeding with the test.

    Signed-off-by: Colin Ian King <email address hidden>
    Acked-by: Alex Hung <email address hidden>
    Acked-by: Ivan Hu<email address hidden>