diff --git a/[refs] b/[refs] index 5e428564478e..3fe12ddd43d9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 83097aca8567a0bd593534853b71fe0fa9a75d69 +refs/heads/master: ffb4ba76a25ab6c9deeec33e4f58395586ca747c 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) {