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
Fix flaky sysctl completion by handling /proc/sys race conditions
Ignore ENOENT errors during /proc/sys traversal as entries can disappear
between directory enumeration and file access. Continue logging other
errors for investigation.
Fixes: #27252
Signed-off-by: Jan Rodák <[email protected]>
0 commit comments