lkml.org 
[lkml]   [2012]   [Apr]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[ 11/42] modpost: fix ALL_INIT_DATA_SECTIONS
    3.0-stable review patch.  If anyone has any objections, please let me know.

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

    From: Jan Beulich <JBeulich@suse.com>

    commit 9aaf440f8fabcebf9ea79a62ccf4c212e6544b49 upstream.

    This was lacking a comma between two supposed to be separate strings.

    Signed-off-by: Jan Beulich <jbeulich@suse.com>
    Signed-off-by: Michal Marek <mmarek@suse.cz>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    scripts/mod/modpost.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/scripts/mod/modpost.c
    +++ b/scripts/mod/modpost.c
    @@ -822,7 +822,7 @@ static void check_section(const char *mo

    #define ALL_INIT_DATA_SECTIONS \
    ".init.setup$", ".init.rodata$", \
    - ".devinit.rodata$", ".cpuinit.rodata$", ".meminit.rodata$" \
    + ".devinit.rodata$", ".cpuinit.rodata$", ".meminit.rodata$", \
    ".init.data$", ".devinit.data$", ".cpuinit.data$", ".meminit.data$"
    #define ALL_EXIT_DATA_SECTIONS \
    ".exit.data$", ".devexit.data$", ".cpuexit.data$", ".memexit.data$"



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