[PATCH 0/2] livepatch: introduce 'order' sysfs interface to klp_patch

Wardenjohn posted 2 patches 2 months, 1 week ago
[PATCH 0/2] livepatch: introduce 'order' sysfs interface to klp_patch
Posted by Wardenjohn 2 months, 1 week ago
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 
'order'.

Regards.
Wardenjohn.