Skip to content
  • Rafael J. Wysocki's avatar
    epoll: Fix user space breakage related to EPOLLWAKEUP · a8159414
    Rafael J. Wysocki authored
    Commit 4d7e30d9
    
     (epoll: Add a flag, EPOLLWAKEUP, to prevent
    suspend while epoll events are ready) caused some applications to
    malfunction, because they set the bit corresponding to the new
    EPOLLWAKEUP flag in their eventpoll flags and they don't have the
    new CAP_EPOLLWAKEUP capability.
    
    To prevent that from happening, change epoll_ctl() to clear
    EPOLLWAKEUP in epds.events if the caller doesn't have the
    CAP_EPOLLWAKEUP capability instead of failing and returning an
    error code, which allows the affected applications to function
    normally.
    
    Reported-and-tested-by: default avatarJiri Slaby <jslaby@suse.cz>
    Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
    a8159414