diff options
| -rw-r--r-- | kernel/stop_machine.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/kernel/stop_machine.c b/kernel/stop_machine.c index 971d8acceaec..cbc30271ea4d 100644 --- a/kernel/stop_machine.c +++ b/kernel/stop_machine.c @@ -409,6 +409,7 @@ static bool queue_stop_cpus_work(const struct cpumask *cpumask,  		work->fn = fn;  		work->arg = arg;  		work->done = done; +		work->caller = _RET_IP_;  		if (cpu_stop_queue_work(cpu, work))  			queued = true;  	} | 
