diff options
author | Sai Praneeth <[email protected]> | 2018-07-11 11:40:34 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2018-07-16 00:43:12 +0200 |
commit | 5a58bc1b1edc18a9edff606ec99e6f6b723975f4 (patch) | |
tree | 250e426e45b10c2d1c29aa3e6951fbe4af3caf1b /net/lapb/lapb_subr.c | |
parent | 90a2186b7df183c2fd35f724d0d16a0c10fac9b2 (diff) |
efi/x86: Use non-blocking SetVariable() for efi_delete_dummy_variable()
Presently, efi_delete_dummy_variable() uses set_variable() which might
block, which the scheduler is rightfully upset about when used from
the idle thread, producing this splat:
"bad: scheduling from the idle thread!"
So, make efi_delete_dummy_variable() use set_variable_nonblocking(),
which, as the name suggests, doesn't block.
Signed-off-by: Sai Praneeth Prakhya <[email protected]>
Signed-off-by: Ard Biesheuvel <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions