On 7/19/2026 12:47 AM, Ziyang Zhang wrote: > The comment said 4096 was picked because no ISA in Linux uses it. The same > comment already notes that mips 32 bits numbers from 4000, which makes 4096 > its > getpriority. > > What actually keeps this test safe is the filter, which matches on the first > argument as well, so a real syscall carrying this number is left alone. Say > that instead. > > Co-authored-by: Kailiang Xu <[email protected]> > Co-authored-by: Mingyuan Xia <[email protected]> > Signed-off-by: Ziyang Zhang <[email protected]> > --- > tests/tcg/multiarch/test-plugin-syscall-filter.c | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
