<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Am 13.12.23 um 16:46 schrieb Michel Dänzer:<br>
    <blockquote type="cite"
      cite="mid:1aeaa28b-1929-4c35-9225-fade0a25987f@mailbox.org"><span
      style="white-space: pre-wrap">
</span>
      <pre class="moz-quote-pre" wrap="">From a security PoV, the kernel should never return uncleared memory to (at least unprivileged) user space. This series seems like a big step in that direction.</pre>
    </blockquote>
    <br>
    Well please take a look at the MAP_UNINITIALIZED flag for mmap(). We
    even have the functionality to return uninitialized system memory
    when the kernel compile option for this is set since this is an
    important optimization for many use cases.<br>
    <br>
    Regards,<br>
    Christian.<br>
  </body>
</html>