diff --git a/[refs] b/[refs] index 19c21f7ac341..b4f495e2274a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ad9546c9917d44eddc7676b639296d624cee455e +refs/heads/master: 4e2d92454b2d822fe1d474efabccc2a3806d5f86 diff --git a/trunk/kernel/module.c b/trunk/kernel/module.c index 679e4c88ed9e..ee918938518a 100644 --- a/trunk/kernel/module.c +++ b/trunk/kernel/module.c @@ -1996,7 +1996,8 @@ static struct module *load_module(void __user *umod, mod->unused_crcs = (void *)sechdrs[unusedcrcindex].sh_addr; mod->unused_gpl_syms = (void *)sechdrs[unusedgplindex].sh_addr; if (unusedgplcrcindex) - mod->unused_crcs = (void *)sechdrs[unusedgplcrcindex].sh_addr; + mod->unused_gpl_crcs + = (void *)sechdrs[unusedgplcrcindex].sh_addr; #ifdef CONFIG_MODVERSIONS if ((mod->num_syms && !crcindex) ||