This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/19876] New: userfaultfd missing from syscall tapset


https://sourceware.org/bugzilla/show_bug.cgi?id=19876

            Bug ID: 19876
           Summary: userfaultfd missing from syscall tapset
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com
  Target Milestone: ---

The userfaultfd syscall was added in kernel 4.3 by the following kernel commit:

====
commit 86039bd3b4e6a1129318cbfed4e0a6e001656635                                 
Author: Andrea Arcangeli <aarcange@redhat.com>                                  
Date:   Fri Sep 4 15:46:31 2015 -0700                                           

    userfaultfd: add new syscall to provide memory externalization              

    Once an userfaultfd has been created and certain region of the process      
    virtual address space have been registered into it, the thread responsible  
    for doing the memory externalization can manage the page faults in          
    userland by talking to the kernel using the userfaultfd protocol.           

    poll() can be used to know when there are new pending userfaults to be      
    read (POLLIN).                                                              
====

Support for userfaultfd() should be added to the syscall tapset.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]