diff --git a/[refs] b/[refs] index fdaa78d3e526..00ba4361c6d6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1dc3e3bcbfe335843ec938bfdddb34d10f4dd278 +refs/heads/master: 7cf0bed9c322992c7d5f912cb9a83d2809e71881 diff --git a/trunk/kernel/module.c b/trunk/kernel/module.c index 08864d257eb0..9db11911e04b 100644 --- a/trunk/kernel/module.c +++ b/trunk/kernel/module.c @@ -1799,7 +1799,7 @@ static void *module_alloc_update_bounds(unsigned long size) /* Allocate and load the module: note that size of section 0 is always zero, and we rely on this for optional sections. */ -static struct module *load_module(void __user *umod, +static noinline struct module *load_module(void __user *umod, unsigned long len, const char __user *uargs) {