You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rtapi: gate setrlimit(MEMLOCK) warning on CAP_IPC_LOCK
The previous DBG misled on the rootless path where the failure is
expected and harmless: CAP_IPC_LOCK lets mlockall ignore RLIMIT_MEMLOCK
regardless. Promote to WARN, fire only when the raise fails and
CAP_IPC_LOCK is not held, i.e. when mlockall is actually going to fail.
0 commit comments