lkml.org 
[lkml]   [2018]   [Oct]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v13 05/12] livepatch: Refuse to unload only livepatches available during a forced transition
I'm having trouble parsing the subject.  How about:

Allow unloading of patches added after using 'force'

?

> --- a/kernel/livepatch/core.c
> +++ b/kernel/livepatch/core.c
> @@ -45,7 +45,8 @@
> */
> DEFINE_MUTEX(klp_mutex);
>
> -static LIST_HEAD(klp_patches);
> +/* Registered patches */
> +LIST_HEAD(klp_patches);

Instead of making this non-static, can we just move
klp_force_transition() to core.c? It's nice to have all the list
management code encapsulated in the same file.

--
Josh

\
 
 \ /
  Last update: 2018-10-17 20:36    [W:0.156 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site