Re: [PATCH V3] selftests: livepatch: add test cases of stack_order sysfs interface

2024-12-09 Thread Petr Mladek
On Thu 2024-10-24 16:35:30, Wardenjohn wrote: > Add selftest test cases to sysfs attribute 'stack_order'. > > Suggested-by: Petr Mladek > Signed-off-by: Wardenjohn JFYI, I have pushed this patch into livepatching.git, branch for-6.14/stack-order. Note that I have substituted /sys/kernel/livepa

Re: [PATCH V3] selftests: livepatch: add test cases of stack_order sysfs interface

2024-12-02 Thread zhang warden
> On Dec 2, 2024, at 19:24, Petr Mladek wrote: > > On Thu 2024-11-21 09:36:25, zhang warden wrote: >> >> >>> On Oct 24, 2024, at 16:35, Wardenjohn wrote: >>> >>> Add selftest test cases to sysfs attribute 'stack_order'. >>> >>> Suggested-by: Petr Mladek >>> Signed-off-by: Wardenjohn >>

Re: [PATCH V3] selftests: livepatch: add test cases of stack_order sysfs interface

2024-12-02 Thread Petr Mladek
On Thu 2024-11-21 09:36:25, zhang warden wrote: > > > > On Oct 24, 2024, at 16:35, Wardenjohn wrote: > > > > Add selftest test cases to sysfs attribute 'stack_order'. > > > > Suggested-by: Petr Mladek > > Signed-off-by: Wardenjohn > > Hi, Petr. > > Here to remind you not to forget this att

Re: [PATCH V3] selftests: livepatch: add test cases of stack_order sysfs interface

2024-12-02 Thread Petr Mladek
On Thu 2024-10-24 16:35:30, Wardenjohn wrote: > Add selftest test cases to sysfs attribute 'stack_order'. > > Suggested-by: Petr Mladek > Signed-off-by: Wardenjohn Looks good to me: Reviewed-by: Petr Mladek Tested-by: Petr Mladek Best Regards, Petr

Re: [PATCH V3] selftests: livepatch: add test cases of stack_order sysfs interface

2024-11-20 Thread zhang warden
> On Oct 24, 2024, at 16:35, Wardenjohn wrote: > > Add selftest test cases to sysfs attribute 'stack_order'. > > Suggested-by: Petr Mladek > Signed-off-by: Wardenjohn > --- > .../testing/selftests/livepatch/test-sysfs.sh | 71 +++ > 1 file changed, 71 insertions(+) > > diff

[PATCH V3] selftests: livepatch: add test cases of stack_order sysfs interface

2024-10-25 Thread Wardenjohn
Add selftest test cases to sysfs attribute 'stack_order'. Suggested-by: Petr Mladek Signed-off-by: Wardenjohn --- .../testing/selftests/livepatch/test-sysfs.sh | 71 +++ 1 file changed, 71 insertions(+) diff --git a/tools/testing/selftests/livepatch/test-sysfs.sh b/tools/testi