Re: [PATCH v1] memfd: `MFD_NOEXEC_SEAL` should not imply `MFD_ALLOW_SEALING`

2024-06-02 Thread Aleksa Sarai
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 >

[PATCH 1/2] selftests: arm64: tags_test: conform test to TAP output

2024-06-02 Thread Muhammad Usama Anjum
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 -

[PATCH 2/2] selftests: arm64: tags: remove the result script

2024-06-02 Thread Muhammad Usama Anjum
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

[PATCH] KVM: selftests: remove unused struct 'memslot_antagonist_args'

2024-06-02 Thread linux
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

Re: [PATCH] KVM: selftests: remove unused struct 'memslot_antagonist_args'

2024-06-02 Thread Zenghui Yu
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

Re: [PATCH v5 13/16] selftests/resctrl: Convert ctrlgrp & mongrp to pointers

2024-06-02 Thread Ilpo Järvinen
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