diff options
Diffstat (limited to 'kernel/livepatch/core.c')
-rw-r--r-- | kernel/livepatch/core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/livepatch/core.c b/kernel/livepatch/core.c index 2dbd355cee07..47ed643a6362 100644 --- a/kernel/livepatch/core.c +++ b/kernel/livepatch/core.c | |||
@@ -467,9 +467,6 @@ static int klp_patch_object(struct klp_object *obj) | |||
467 | if (WARN_ON(obj->patched)) | 467 | if (WARN_ON(obj->patched)) |
468 | return -EINVAL; | 468 | return -EINVAL; |
469 | 469 | ||
470 | if (WARN_ON(!klp_is_object_loaded(obj))) | ||
471 | return -EINVAL; | ||
472 | |||
473 | klp_for_each_func(obj, func) { | 470 | klp_for_each_func(obj, func) { |
474 | ret = klp_patch_func(func); | 471 | ret = klp_patch_func(func); |
475 | if (ret) { | 472 | if (ret) { |