commit | 123acd816dccbd358570ec7ab79c5cb2c863780b | [log] [tgz] |
---|---|---|
author | Edgar E. Iglesias <edgar.iglesias@amd.com> | Mon Apr 29 19:12:42 2024 +0200 |
committer | Edgar E. Iglesias <edgar.iglesias@amd.com> | Sun Jun 09 20:16:14 2024 +0200 |
tree | 4a93e46cc9c546f455c4376b5af21db6240381dc | |
parent | b771b026d8495feea8c3b7aee43ee2084102e3b4 [diff] |
xen: mapcache: Unmap first entries in buckets When invalidating memory ranges, if we happen to hit the first entry in a bucket we were never unmapping it. This was harmless for foreign mappings but now that we're looking to reuse the mapcache for transient grant mappings, we must unmap entries when invalidated. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>