We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb320b commit 3279decCopy full SHA for 3279dec
drivers/platform/x86/intel/ifs/load.c
@@ -208,7 +208,7 @@ static int scan_chunks_sanity_check(struct device *dev)
208
continue;
209
reinit_completion(&ifs_done);
210
local_work.dev = dev;
211
- INIT_WORK(&local_work.w, copy_hashes_authenticate_chunks);
+ INIT_WORK_ONSTACK(&local_work.w, copy_hashes_authenticate_chunks);
212
schedule_work_on(cpu, &local_work.w);
213
wait_for_completion(&ifs_done);
214
if (ifsd->loading_error) {
0 commit comments