Re: [PATCH V5 1/1] livepatch: Add stack_order sysfs attribute

2024-12-09 Thread Petr Mladek
On Tue 2024-10-08 09:48:56, Wardenjohn wrote: > Add "stack_order" sysfs attribute which holds the order in which a live > patch module was loaded into the system. A user can then determine an > active live patched version of a function. > > cat /sys/kernel/livepatch/livepatch_1/stack_order -> 1 >

Re: [PATCH V5 1/1] livepatch: Add stack_order sysfs attribute

2024-10-24 Thread Petr Mladek
On Thu 2024-10-24 12:43:16, Wardenjohn wrote: > Add "stack_order" sysfs attribute which holds the order in which a live > patch module was loaded into the system. A user can then determine an > active live patched version of a function. > > cat /sys/kernel/livepatch/livepatch_1/stack_order -> 1 >

[PATCH V5 1/1] livepatch: Add stack_order sysfs attribute

2024-10-23 Thread Wardenjohn
Add "stack_order" sysfs attribute which holds the order in which a live patch module was loaded into the system. A user can then determine an active live patched version of a function. cat /sys/kernel/livepatch/livepatch_1/stack_order -> 1 means that livepatch_1 is the first live patch applied c

Re: [PATCH V5 1/1] livepatch: Add stack_order sysfs attribute

2024-10-11 Thread Miroslav Benes
On Tue, 8 Oct 2024, Wardenjohn wrote: > Add "stack_order" sysfs attribute which holds the order in which a live > patch module was loaded into the system. A user can then determine an > active live patched version of a function. > > cat /sys/kernel/livepatch/livepatch_1/stack_order -> 1 > > mean

Re: [PATCH V5 1/1] livepatch: Add stack_order sysfs attribute

2024-10-11 Thread Petr Mladek
On Tue 2024-10-08 09:48:56, Wardenjohn wrote: > Add "stack_order" sysfs attribute which holds the order in which a live > patch module was loaded into the system. A user can then determine an > active live patched version of a function. > > cat /sys/kernel/livepatch/livepatch_1/stack_order -> 1 >

Re: [PATCH V5 1/1] livepatch: Add stack_order sysfs attribute

2024-10-08 Thread Josh Poimboeuf
On Tue, Oct 08, 2024 at 09:48:56AM +0800, Wardenjohn wrote: > Add "stack_order" sysfs attribute which holds the order in which a live > patch module was loaded into the system. A user can then determine an > active live patched version of a function. > > cat /sys/kernel/livepatch/livepatch_1/stack

[PATCH V5 1/1] livepatch: Add stack_order sysfs attribute

2024-10-07 Thread Wardenjohn
Add "stack_order" sysfs attribute which holds the order in which a live patch module was loaded into the system. A user can then determine an active live patched version of a function. cat /sys/kernel/livepatch/livepatch_1/stack_order -> 1 means that livepatch_1 is the first live patch applied c