Actions
Bug #13713
closedvm_unmap_mmio() should return non zero on error
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
See #13712 for a more detailed description. When vm_map_remove()
fails, the error code is not propagated to the caller.
15 81866 vm_map_remove:return 2 15 82845 vm_unmap_mmio:return 0 15 81162 ppt_unmap_mmio:return 0
Related issues
Updated by Andy Fiddaman over 2 years ago
- Related to Bug #13712: bhyve allows vmspace mapping inside existing range added
Updated by Andy Fiddaman over 2 years ago
Updated by Electric Monk over 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 2282d3b00bd23a5df4dfea0edd5ae737693bd4b7
commit 2282d3b00bd23a5df4dfea0edd5ae737693bd4b7 Author: Andy Fiddaman <omnios@citrus-it.co.uk> Date: 2021-04-19T09:09:36.000Z 13713 vm_unmap_mmio() should return non zero on error Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Jorge Schrauwen <sjorge@blackdot.be> Approved by: Dan McDonald <danmcd@joyent.com>
Actions