diff options
author | Petr Mladek <[email protected]> | 2019-04-24 10:55:48 +0200 |
---|---|---|
committer | Petr Mladek <[email protected]> | 2019-04-29 14:46:07 +0200 |
commit | 31adf2308f33dcae59009019675224be0978bc70 (patch) | |
tree | bbfbea22da40cfdc0f54387ef18e04a4c9890505 /mm/vmscan.c | |
parent | 43bd3a95c98e1a86b8b55d97f745c224ecff02b9 (diff) |
livepatch: Convert error about unsupported reliable stacktrace into a warning
The commit d0807da78e11d46f ("livepatch: Remove immediate feature") caused
that any livepatch was refused when reliable stacktraces were not supported
on the given architecture.
The limitation is too strong. User space processes are safely migrated
even when entering or leaving the kernel. Kthreads transition would
need to get forced. But it is safe when:
+ The livepatch does not change the semantic of the code.
+ Callbacks do not depend on a safely finished transition.
Suggested-by: Josh Poimboeuf <[email protected]>
Acked-by: Josh Poimboeuf <[email protected]>
Acked-by: Miroslav Benes <[email protected]>
Reviewed-by: Kamalesh Babulal <[email protected]>
Signed-off-by: Petr Mladek <[email protected]>
Diffstat (limited to 'mm/vmscan.c')
0 files changed, 0 insertions, 0 deletions