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
In sysfs_iokit.c, sysfs_snap_ensure() can race and free a snapshot
another thread is still using.
Only free the previous g_snapshot after a successful swap. Treat
g_snapshot as RCU: readers always hold g_lock while accessing it.
0 commit comments