https://bugs.kde.org/show_bug.cgi?id=309554

Mark Wielaard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #10 from Mark Wielaard <[email protected]> ---
commit 818e7661ecac5e0fb60f19f28ad64cd3bff6cdd9
Author: Martin Cermak <[email protected]>
Date:   Wed Sep 3 16:02:26 2025 +0200

    Wrap the remap_file_pages syscall

    The remap_file_pages() system call is used to create a nonlinear
    mapping, that is, a mapping in which the pages of the file are
    mapped into a nonsequential order in memory.  It is deprecated
    but in some cases it may still be used.  LTP remap_file_pages01
    and remap_file_pages02 test-cover it.

    Declare a remap_file_pages wrapper in priv_syswrap-linux.h
    and hook it for {amd64,arm,arm64,mips64,ppc32,ppc64,riscv64,s390x\
    ,x86}- linux using LINX_ with PRE handler in syswrap-linux.c

    https://bugs.kde.org/show_bug.cgi?id=309554

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to