On 2024-05-28, Jeff Xu wrote:
> Hi Aleksa,
>
> On Fri, May 24, 2024 at 9:12 AM Aleksa Sarai wrote:
> >
> > On 2024-05-23, Jeff Xu wrote:
>
> > > Regarding vm.memfd_noexec, on another topic.
> > > I think in addition to vm.memfd_noexec = 1 and 2, there still could
> > > be another state: 3
>
Conform the layout, informational and status messages to TAP. No
functional change is intended other than the layout of output messages.
Signed-off-by: Muhammad Usama Anjum
---
tools/testing/selftests/arm64/tags/tags_test.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff -
The run_tags_test.sh script is used to run tags_test and print out if
the test succeeded or failed. As tags_test has been TAP conformed, this
script is unneeded and hence can be removed.
Signed-off-by: Muhammad Usama Anjum
---
make run_tests TARGETS="arm64/tags"
Before:
➜ selftests make run_tes
From: "Dr. David Alan Gilbert"
'memslot_antagonist_args' is unused since the original
commit f73a3446252e ("KVM: selftests: Add memslot modification stress
test").
Remove it.
Signed-off-by: Dr. David Alan Gilbert
---
.../selftests/kvm/memslot_modification_stress_test.c| 6 --
1 fi
On 2024/6/3 7:55, li...@treblig.org wrote:
From: "Dr. David Alan Gilbert"
'memslot_antagonist_args' is unused since the original
commit f73a3446252e ("KVM: selftests: Add memslot modification stress
test").
Remove it.
Signed-off-by: Dr. David Alan Gilbert
Looks good,
Reviewed-by: Zenghui
On Fri, 31 May 2024, Reinette Chatre wrote:
> On 5/31/24 6:11 AM, Ilpo Järvinen wrote:
> > The struct resctrl_val_param has control and monitor groups as char
> > arrays but they are not supposed to be mutated within resctrl_val().
> >
> > Convert the ctrlgrp and mongrp char array within resctrl_v