Live Patching
 help / color / mirror / Atom feed
* [PATCH 0/2] livepatch: introduce 'stack_order' sysfs interface to klp_patch
@ 2024-09-25  6:40 Wardenjohn
  2024-09-25  6:40 ` [PATCH] " Wardenjohn
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Wardenjohn @ 2024-09-25  6:40 UTC (permalink / raw)
  To: jpoimboe, mbenes, jikos, pmladek, joe.lawrence
  Cc: live-patching, linux-kernel

As previous discussion, maintainers think that patch-level sysfs interface is the
only acceptable way to maintain the information of the order that klp_patch is 
applied to the system.

However, the previous patch introduce klp_ops into klp_func is a optimization 
methods of the patch introducing 'using' feature to klp_func.

But now, we don't support 'using' feature to klp_func and make 'klp_ops' patch
not necessary.

Therefore, this new version is only introduce the sysfs feature of klp_patch 
'stack_order'.

V1 -> V2:
1. According to the suggestion from Petr, to make the meaning more clear, rename
'order' to 'stack_order'.
2. According to the suggestion from Petr and Miroslav, this patch now move the 
calculating process to stack_order_show function. Adding klp_mutex lock protection.

Regards.
Wardenjohn.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-09-29 14:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25  6:40 [PATCH 0/2] livepatch: introduce 'stack_order' sysfs interface to klp_patch Wardenjohn
2024-09-25  6:40 ` [PATCH] " Wardenjohn
2024-09-27 14:11   ` Miroslav Benes
2024-09-29  1:51     ` zhang warden
2024-09-29 14:47     ` zhang warden
2024-09-25  6:40 ` [PATCH] Documentation: Add description to stack_order interface Wardenjohn
2024-09-27 13:49   ` Miroslav Benes
2024-09-25 13:08 ` [PATCH 0/2] livepatch: introduce 'stack_order' sysfs interface to klp_patch Marcos Paulo de Souza
2024-09-26 11:23   ` zhang warden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox