lkml.org 
[lkml]   [2008]   [Nov]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 06/49] x86: fix macro with bad_bios_dmi_table
    2.6.27-stable review patch.  If anyone has any objections, please let us know.

    ------------------

    From: Yinghai Lu <yhlu.kernel@gmail.com>

    commit a8b71a2810386a5ac8f43d2095fe3355f0d8db37 upstream.

    DMI tables need a blank NULL tail.

    fixes the crash on Ingo's test box.

    Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
    Signed-off-by: Ingo Molnar <mingo@elte.hu>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    arch/x86/kernel/setup.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/arch/x86/kernel/setup.c
    +++ b/arch/x86/kernel/setup.c
    @@ -607,8 +607,8 @@ static struct dmi_system_id __initdata b
    DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies, LTD"),
    },
    },
    - {}
    #endif
    + {}
    };

    /*
    --


    \
     
     \ /
      Last update: 2008-11-12 01:31    [W:4.221 / U:0.232 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site