diff options
Diffstat (limited to 'kernel/livepatch/transition.c')
-rw-r--r-- | kernel/livepatch/transition.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/livepatch/transition.c b/kernel/livepatch/transition.c index 300273819674..a3a6f32c6fd0 100644 --- a/kernel/livepatch/transition.c +++ b/kernel/livepatch/transition.c | |||
@@ -642,6 +642,6 @@ void klp_force_transition(void) | |||
642 | for_each_possible_cpu(cpu) | 642 | for_each_possible_cpu(cpu) |
643 | klp_update_patch_state(idle_task(cpu)); | 643 | klp_update_patch_state(idle_task(cpu)); |
644 | 644 | ||
645 | list_for_each_entry(patch, &klp_patches, list) | 645 | klp_for_each_patch(patch) |
646 | patch->forced = true; | 646 | patch->forced = true; |
647 | } | 647 | } |