]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf tests kvm: Avoid leaving perf.data.guest file around
authorIan Rogers <irogers@google.com>
Thu, 4 Dec 2025 22:55:21 +0000 (14:55 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 23 Dec 2025 18:13:50 +0000 (10:13 -0800)
commitb3d1dcd02c8cc1da723c1e9a6b74849ed94b6d30
treec9878b34dac645c9784d0f199824cbbcefce52ef
parent5c5f6fe32df2edb4f72bdca62ec2b9f20b7c5ba4
perf tests kvm: Avoid leaving perf.data.guest file around

Ensure the perf.data output when checking permissions is written to
/dev/null so that it isn't left in the directory the test is run.

Fixes: b58261584d2f ("perf test kvm: Add some basic perf kvm test coverage")
Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/tests/shell/kvm.sh