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
taskstats_exit can be compiled out based on kernel configuration.
Instead use disassociate_ctty(1) as an indication that group_dead
has been set. sched_process_exit is called before exit_files, so it's
possible that a socket disconnect event could be emitted after
a process termination. instead use exit_task_namespaces to emit the
exit event. we had little choice in the matter since sched_process_exit
is executed before disassociate_ctty, but sched_process_exit was still
the incorrect spot to emit an exit event and worth noting.
0 commit comments