6,534
edits
Changes
→diff-ubc-mlock-deadlock-20060412: fix formatting
<div class="change">
Patch from Alexey Kuznetsov <alexey@openvz.org>:<br/>
Mlock was ported incorrectly<br/>Two bugs actually:<br/>1. In 2.6 mlock_fixup _MUST_ return correct prev VMA, otherwise mlockall deadlocks.<br/>2. Inaccurate port: in error path memory is not uncharged.
Two bugs actually:
# In 2.6 mlock_fixup _MUST_ return correct prev VMA, otherwise mlockall deadlocks.<br/>
# Inaccurate port: in error path memory is not uncharged.
</div>
==== diff-ubc-page-uncharge-race-20060414 ====
<div class="change">