diff options
author | Sean Christopherson <[email protected]> | 2023-07-28 18:35:15 -0700 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2023-08-31 13:48:57 -0400 |
commit | 16735297fdce2c7952dbe23288aad0d327fc444b (patch) | |
tree | 457a43a5b39b1bc72be2a73dfe5f4cee131d918b /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | ba193f62c075768b475efbaec32481a20869813f (diff) |
drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfns
Use an "unsigned long" instead of an "int" when iterating over the gfns
in a memslot. The number of pages in the memslot is tracked as an
"unsigned long", e.g. KVMGT could theoretically break if a KVM memslot
larger than 16TiB were deleted (2^32 * 4KiB).
Reviewed-by: Yan Zhao <[email protected]>
Tested-by: Yongwei Ma <[email protected]>
Reviewed-by: Zhi Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sean Christopherson <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions