• Dave Jones's avatar
    [PATCH] Fix missing padding in DMI table. · fddf7361
    Dave Jones authored
    This entry in the DMI blacklist table is missing it's NO_MATCH
    tags, which means the struct gets padded instead of filled with
    the desired NO_MATCH data which is {255, NULL}
    
    Usually not fatal it seems, but there have been numerous cases
    in Red Hat bugzilla where this did get tripped up, and caused
    an immediate reset on these boards. Not fun to track down.
    Signed-off-by: default avatarDave Jones <davej@redhat.com>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    fddf7361
dmi_scan.c 31.5 KB