diff options
author | Michael Kelley <mhklinux@outlook.com> | 2025-02-26 23:06:06 +0300 |
---|---|---|
committer | Wei Liu <wei.liu@kernel.org> | 2025-03-10 03:21:07 +0300 |
commit | 09beefefb57bbc3a06d98f319d85db4d719d7bcb (patch) | |
tree | fc3d27174255add9bfaf8d02a6f95979c8473781 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | ea2f45ab0e53b255f72c85ccd99e2b394fc5fceb (diff) | |
download | linux-09beefefb57bbc3a06d98f319d85db4d719d7bcb.tar.xz |
x86/hyperv: Fix output argument to hypercall that changes page visibility
The hypercall in hv_mark_gpa_visibility() is invoked with an input
argument and an output argument. The output argument ostensibly returns
the number of pages that were processed. But in fact, the hypercall does
not provide any output, so the output argument is spurious.
The spurious argument is harmless because Hyper-V ignores it, but in the
interest of correctness and to avoid the potential for future problems,
remove it.
Signed-off-by: Michael Kelley <mhklinux@outlook.com>
Reviewed-by: Nuno Das Neves <nunodasneves@linux.microsoft.com>
Link: https://lore.kernel.org/r/20250226200612.2062-2-mhklinux@outlook.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Message-ID: <20250226200612.2062-2-mhklinux@outlook.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions