On Wed, 25 Sep 2024, Wardenjohn wrote: > Update description of klp_patch stack_order sysfs interface to > livepatch ABI documentation. > > Signed-off-by: Wardenjohn <zhangwar...@gmail.com> > > diff --git a/Documentation/ABI/testing/sysfs-kernel-livepatch > b/Documentation/ABI/testing/sysfs-kernel-livepatch > index a5df9b4910dc..9cad725a69c7 100644 > --- a/Documentation/ABI/testing/sysfs-kernel-livepatch > +++ b/Documentation/ABI/testing/sysfs-kernel-livepatch > @@ -47,6 +47,14 @@ Description: > disabled when the feature is used. See > Documentation/livepatch/livepatch.rst for more information. > > +What: /sys/kernel/livepatch/<patch>/stack_order > +Date: Sep 2024 > +KernelVersion: 6.12.0 > +Contact: live-patch...@vger.kernel.org > +Description: > + This attribute record the stack order of this livepatch module > + applied to the running system.
"The attribute holds the stack order of a live patch module applied to the running system." ? Please also squash the patch into the previous one. It belongs there. Thank you, Miroslav